@import '_content/Blace/Blace.6wdvqtolw2.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/BlazorFluentUI.CoreComponents/BlazorFluentUI.CoreComponents.bundle.scp.css';

/* /Components/AssignmentList.razor.rz.scp.css */
.assignment-list-col[b-0m3eamqfb1] {
    height: 100%;
    overflow-y: auto;
}

.assignment-detail-col[b-0m3eamqfb1] {
    height: 100%;
    overflow-y: auto;
}

.assignment-search-results[b-0m3eamqfb1] {
    height: calc(100vh - 335px);
}

.assignment-card-body[b-0m3eamqfb1] {
    height: calc(100% - 50px);
    max-width: 83vw;
}
/* /Components/ConditionList.razor.rz.scp.css */
.condition-list-col[b-9xlx6n6pl3] {
    height: 100%;
    overflow-y: auto;
}

.condition-detail-col[b-9xlx6n6pl3] {
    height: 100%;
    overflow-y: auto;
}

.condition-search-results[b-9xlx6n6pl3] {
    height: calc(100vh - 240px);
}

.condition-card-body[b-9xlx6n6pl3] {
    height: calc(100% - 50px);
    max-width: 83vw;
}


.filter-gray[b-9xlx6n6pl3] {
    filter: invert(69%) sepia(0%) saturate(5%) hue-rotate(152deg) brightness(90%) contrast(84%);
}

.filter-green[b-9xlx6n6pl3] {
    filter: invert(37%) sepia(98%) saturate(1288%) hue-rotate(90deg) brightness(112%) contrast(108%);
}

.filter-red[b-9xlx6n6pl3] {
    filter: invert(11%) sepia(63%) saturate(7441%) hue-rotate(1deg) brightness(115%) contrast(119%);
}
.list-group-item[b-9xlx6n6pl3] {
    line-height: 1.0;
    padding-bottom: 0;
}

.condition-item-details[b-9xlx6n6pl3] {
    list-style: none;
    padding-left: 0;
}

.condition-item-detail span[b-9xlx6n6pl3] {
    padding-right: 5px;
}

.bg-adesa[b-9xlx6n6pl3] {
    background-color: #00b0b9;
}

.bg-autovin[b-9xlx6n6pl3] {
    background-color: #f7931d;
}

.bg-traderev[b-9xlx6n6pl3] {
    background-color: #82bc00;
}

.bg-openlane[b-9xlx6n6pl3] {
    background-color: #0061FF;
}

.bg-kcc[b-9xlx6n6pl3] {
    background-color: #006e47;
}

.bg-classic[b-9xlx6n6pl3] {
    background-color: dimgrey;
}

.bg-unknown[b-9xlx6n6pl3] {
    background-color: dimgrey;
}

.badge[b-9xlx6n6pl3] {
    margin-right: 2px !important;
    margin-bottom: 2px !important;
}

input[type="checkbox"][b-9xlx6n6pl3] {
    transform: scale(1.5);
}

.search-result-header[b-9xlx6n6pl3], .card-header[b-9xlx6n6pl3] {
    height:auto;
}

@media screen and (orientation: portrait) {
    .condition-list-row[b-9xlx6n6pl3] {
        flex-direction: column;
        display: flex;
    }

    .condition-list-col[b-9xlx6n6pl3] {
        flex:1;
        max-width:100%;
        padding-right:5px;
        border-bottom: 2px solid #E0E0E0;
    }

    .condition-detail-col[b-9xlx6n6pl3] {
        flex: 2;
        max-width:100%;
    }
    
    .condition-detail-col[b-9xlx6n6pl3]  .editor_container {
        height:80%;
    } 
    
    .condition-card-body[b-9xlx6n6pl3] {
        max-width: 100%;
    }
    
    .results-present[b-9xlx6n6pl3] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: left;
    }
    
    .results-present span[b-9xlx6n6pl3] {
        flex: 0;
    }

    [b-9xlx6n6pl3] .hide-if-mobile {
        display: none;
    }
    
    .search-result-header[b-9xlx6n6pl3] {
        flex-direction: column;
    }
    
    .localization-header[b-9xlx6n6pl3] {
        width:100%;
    }
}
/* /Components/ConditionMediaViewer.razor.rz.scp.css */
.media-viewer-title[b-jkylverxuw] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 15px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #025ef5; /* Openlane blue */
    color: #FFF;
}

.large-icon[b-jkylverxuw] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 80px;
    text-align: center;
    display: inline-block;
    top: 0;
    left:0;
    bottom: 0;
    line-height: 18rem;
}

.media-viewer-title-labels[b-jkylverxuw] {
    flex:1;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

button.closer[b-jkylverxuw] {
    color: #FFF;
}

.media-viewer-title span i[b-jkylverxuw] {
    font-size:10pt;
    font-weight:normal;
}

.adjust-icon[b-jkylverxuw] {
    font-size: 0.8rem;
    vertical-align: baseline;
    top: 0;
}

.media-viewer-container[b-jkylverxuw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    min-height: 75vh;
    min-width: 60vw;
    max-height: 85vh;
    max-width: 90vw;
}

.media-viewer-container > section.media-viewer[b-jkylverxuw] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.media-item[b-jkylverxuw] {
    flex: 1;
    min-width: 21%;
    max-width: 24%;
    min-height: 250px;
    cursor: zoom-in;
    position: relative;
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.media-item img[b-jkylverxuw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.media-labels[b-jkylverxuw] {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 0;
    color: white;
    padding: 5px;
    position: relative;
    max-width: 100%;
}


.condition-media-viewer-zoom-wrap[b-jkylverxuw] {
    width: 100vw;
    height: 100vh;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 9999999;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.condition-media-viewer-zoom-wrap[b-jkylverxuw]::before {
    content: 'Click to close';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

.condition-media-zoomed-image[b-jkylverxuw] {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    flex: 0;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7);
}

.no-items[b-jkylverxuw] {
    flex: 1;
    text-align: center;
    vertical-align: center;
    align-self: center;
    justify-self: center;
}

.filter-bar[b-jkylverxuw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.filter-title[b-jkylverxuw] {
    font-size: 12pt;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (orientation: portrait) {
    .media-viewer-container[b-jkylverxuw] {
        max-width: 95vw;
        max-height: 95vh;
    }
    
    .media-viewer-title-labels[b-jkylverxuw] {
        flex-direction:column;
        
    }
    
    .media-item[b-jkylverxuw] {
        min-width: 42%;
        max-width: 46%;
    }
}
/* /Components/DefinitionList.razor.rz.scp.css */
.definition-list-col[b-wkwe5kbjmf] {
    height: 100%;
    overflow-y: auto;
}

.definition-detail-col[b-wkwe5kbjmf] {
    height: 100%;
    overflow-y: auto;
}

.definition-search-results[b-wkwe5kbjmf] {
    height: calc(100vh - 240px);
}

.definition-card-body[b-wkwe5kbjmf] {
    height: calc(100% - 50px);
    max-width: 83vw;
}

.list-group-item[b-wkwe5kbjmf] {
    line-height: 1.0;
    padding-bottom: 0;
}
/* /Pages/AssignmentViewer.razor.rz.scp.css */
.assignment-search[b-nib25eq68k] {
    height: 285px;
    overflow-y: auto;
}
/* /Pages/ConditionViewer.razor.rz.scp.css */
.condition-search[b-bkcv0km2al] {
    height: 195px;
    overflow-y: auto;
}
@media screen and (orientation: portrait) {
    .condition-search[b-bkcv0km2al] {
        height: auto;
    }
}
/* /Pages/DefinitionViewer.razor.rz.scp.css */
.definition-search[b-mdperrievl] {
    height: 195px;
    overflow-y: auto;
}
/* /Pages/UserManager.razor.rz.scp.css */
.user-list[b-3jnl9x74st] {
    height: calc(100vh - 130px);
}

.user-list-col[b-3jnl9x74st] {
    height: 100%;
    overflow-y: auto;
}

.bg-purple[b-3jnl9x74st] {
    background-color: #5c2d91;
}

.badge[b-3jnl9x74st] {
    margin-right: 2px !important;
    margin-bottom: 2px !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7hvhh60vp4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-7hvhh60vp4] {
    flex: 1;
    height: 100vh;
}

.sidebar[b-7hvhh60vp4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7hvhh60vp4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7hvhh60vp4]  a, .top-row .btn-link[b-7hvhh60vp4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7hvhh60vp4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7hvhh60vp4] {
        display: none;
    }

    .top-row.auth[b-7hvhh60vp4] {
        justify-content: space-between;
    }

    .top-row a[b-7hvhh60vp4], .top-row .btn-link[b-7hvhh60vp4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7hvhh60vp4] {
        flex-direction: row;
    }

    .sidebar[b-7hvhh60vp4] {
        width: 185px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7hvhh60vp4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-7hvhh60vp4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ab7o8k9du3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ab7o8k9du3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ab7o8k9du3] {
    font-size: 1.1rem;
}

.oi[b-ab7o8k9du3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ab7o8k9du3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ab7o8k9du3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ab7o8k9du3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ab7o8k9du3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ab7o8k9du3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ab7o8k9du3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ab7o8k9du3] {
        display: none;
    }

    .collapse[b-ab7o8k9du3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
