.toast-wrapper {
    position: fixed;
    right: 2em;
    top: auto;
    bottom: 2em;
    width: 20em;
    z-index: 1030;
}

/* Main block on the screen */
@media screen and (min-width: 1350px) {
    .workspace-limit {
        max-width: calc(1320px + 1rem);
    }
}

/* Menu */
nav>.nav {
    --bs-nav-link-padding-y: 0.325rem;
}

/* Layout data */
.table-responsive .table tbody tr td {
    padding: .5rem .5rem;
    white-space: nowrap;
    font-size: .9rem;
}

.vehicle-screen .col-12 {
    flex: 0 0 25%;
}

/* Pages header */
button.go-back {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 0.2rem;
    color: #888;
    border: #D6DBE0 2px solid;
    background-color: #fff;
}

button.go-back csv {
    height: 16px;
    width: 16px;
}

button.go-back:hover {
    color: #000;
    border: #000 2px solid;
}

.btn-black {
    border-radius: 0.2rem !important;
}

.btn-black svg {
    margin-right: 5px !important;
}


.table-nowrap th,
.table-nowrap td {
    white-space: nowrap !important;
    overflow: hidden;
}

.table-nowrap {
    table-layout: auto;
    width: 100%;
}

.table-nowrap th {
    min-width: max-content;
}

.table-nowrap td.text-truncate {
    max-width: 300px;
    text-overflow: ellipsis;
}

.row-disabled * {
    color: darkgrey !important;
}
