@import '_content/ABONA.UTILS.Blazor.Adx/ABONA.UTILS.Blazor.Adx.djfe1tvgjz.bundle.scp.css';
@import '_content/ABONA.UTILS.Blazor/ABONA.UTILS.Blazor.vgfwop6a9n.bundle.scp.css';

/* _content/ABONA.Driver.Web/Components/Activity/Activities.razor.rz.scp.css */
[b-gvonbkgdl3] .dxbs-grid-header-row {
    display: none !important;
}

[b-gvonbkgdl3] thead {
    display: none;
}

[b-gvonbkgdl3] dxbl-grid .card {
    border: 0px solid rgba(0,0,0,0) !important;
}

[b-gvonbkgdl3] tr {
    border: none !important;
}

[b-gvonbkgdl3] td {
    border: none !important;
}

[b-gvonbkgdl3] .dxbl-disabled {
    color: #fff;
    background-color: #bdbdbd;
    opacity: 1 !important;
}
/* _content/ABONA.Driver.Web/Components/Documents/FileChooser.razor.rz.scp.css */
.custom-file-upload[b-1dag89n701] {
    display: inline-flex;
    min-width: 90px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    background-color: #E30613;
    color: white;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 2px 8px 0 rgba(0,0,0,0.19);
}

.custom-file-upload:hover[b-1dag89n701] {
    background-color: darkred;
}
/* _content/ABONA.Driver.Web/Components/FloatingButton.razor.rz.scp.css */
.floating-button[b-067ukf9qhf] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white; /* Set your desired button background color */
    border: solid;
    border-color: gray;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border-width: 1px;
    color: #fff; /* Set your desired button text color */
    font-size: 16px;
    display: flex;
    position: sticky;
    bottom: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:black;
}
/* _content/ABONA.Driver.Web/Components/Transport/OrderOverview.razor.rz.scp.css */
.user-edit-form[b-40supvas4c] {
    margin-top: 12px;
    margin-bottom: 10px;
}

.truck-container[b-40supvas4c] {
    display: flex;
    gap: 10px;
}


#ld_truck[b-40supvas4c], #ld_trailer[b-40supvas4c] {
    width: 150px;
    height: 30px;
    padding: 5px;
    border: 2px solid #1E3A8A;
    border-radius: 5px;
    outline: none;
    font-size: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #f3f4f4;
    cursor: not-allowed;
}
/* _content/ABONA.Driver.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-h003jvfnll] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h003jvfnll] {
    flex: 1;
}

.sidebar[b-h003jvfnll] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h003jvfnll] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h003jvfnll]  a, .top-row .btn-link[b-h003jvfnll] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h003jvfnll] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h003jvfnll] {
        display: none;
    }

    .top-row.auth[b-h003jvfnll] {
        justify-content: space-between;
    }

    .top-row a[b-h003jvfnll], .top-row .btn-link[b-h003jvfnll] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h003jvfnll] {
        flex-direction: row;
    }

    .sidebar[b-h003jvfnll] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h003jvfnll] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h003jvfnll], article[b-h003jvfnll] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ABONA.Driver.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6dcbyralq6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6dcbyralq6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6dcbyralq6] {
    font-size: 1.1rem;
}

.oi[b-6dcbyralq6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6dcbyralq6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6dcbyralq6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6dcbyralq6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6dcbyralq6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6dcbyralq6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6dcbyralq6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6dcbyralq6] {
        display: none;
    }

    .collapse[b-6dcbyralq6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6dcbyralq6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
