@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Pages/Load/Trailer.razor.rz.scp.css */
.test[b-fmit39bfmx] {
    color: red;
}
/* /Pages/Load/TrailerItems.razor.rz.scp.css */
.lg-view[b-l62amajlin]{
    display:inline-block;
 }
 
 .sm-view[b-l62amajlin]{
    display:none;
 }

 @media screen and (max-width: 500px) {
    .lg-view[b-l62amajlin]{
       display:none;
    }

    .sm-view[b-l62amajlin]{
       display:inline-block;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.top-row[b-cg09871f81] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cg09871f81]  a, .top-row .btn-link[b-cg09871f81] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cg09871f81] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cg09871f81] {
        display: none;
    }

    .top-row.auth[b-cg09871f81] {
        justify-content: space-between;
    }

    .top-row a[b-cg09871f81], .top-row .btn-link[b-cg09871f81] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cg09871f81] {
        flex-direction: row;
    }

    .sidebar[b-cg09871f81] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cg09871f81] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-cg09871f81] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */

@media (min-width: 641px) {
    .navbar-toggler[b-cvholn34er] {
        display: none;
    }

    .collapse[b-cvholn34er] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
