/* _content/Wmg.SampleImport.Ui/Pages/AnalyzeList.razor.rz.scp.css */
.hover-grid[b-glbgcpa7py]  tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #fafafa !important;
    cursor: pointer;
}
/* _content/Wmg.SampleImport.Ui/Pages/Exported.razor.rz.scp.css */
.hover-grid[b-c1omhxxs4p]  tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #fafafa !important;
    cursor: pointer;
}
/* _content/Wmg.SampleImport.Ui/Pages/Review.razor.rz.scp.css */



table[b-2yniya2h5j] {
}

.footnote[b-2yniya2h5j] {
    font-weight:bold;
    text-align:right;
    padding-right:0.5rem;
}

.excluded-footer[b-2yniya2h5j] {
    background-color: rgba(255, 180, 0, 0.2) !important;
    color: rgba(140, 100, 0, 0.8) !important;
    text-align:center;
    padding:0.2rem;
}
/* _content/Wmg.SampleImport.Ui/Pages/ReviewList.razor.rz.scp.css */
.hover-grid[b-ssbuugy5o4]  tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #fafafa !important;
    cursor: pointer;
}
/* _content/Wmg.SampleImport.Ui/Pages/SignIn.razor.rz.scp.css */
.big-logo[b-nopw86c0co] {
    margin-top:1rem;
    text-align:center;
}

    img[b-nopw86c0co] {
        width:100%;
        height:100%;
        max-height:20rem;
        object-fit:contain;
    }

.signin-container[b-nopw86c0co] {
    width: 30rem;
    max-width: 90%;
    margin: auto;
    margin-top: 2rem;
    background:white;
    padding:1rem;
    border-radius:0.4rem;
    filter: drop-shadow(0 0 0.1rem rgba(0,0,0,0.2));
}
/* _content/Wmg.SampleImport.Ui/Pages/UploadReview.razor.rz.scp.css */
/* _content/Wmg.SampleImport.Ui/Shared/MainLayout.razor.rz.scp.css */
.page[b-47jr7exh2l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-47jr7exh2l] {
    flex: 1;
}

.sidebar[b-47jr7exh2l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-47jr7exh2l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-47jr7exh2l]  a, .top-row .btn-link[b-47jr7exh2l] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-47jr7exh2l] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-47jr7exh2l] {
        display: none;
    }

    .top-row.auth[b-47jr7exh2l] {
        justify-content: space-between;
    }

    .top-row a[b-47jr7exh2l], .top-row .btn-link[b-47jr7exh2l] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-47jr7exh2l] {
        flex-direction: row;
    }

    .sidebar[b-47jr7exh2l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-47jr7exh2l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-47jr7exh2l], article[b-47jr7exh2l] {
        padding-top:   1.1rem !important;
        padding-left:  2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Wmg.SampleImport.Ui/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-28gmfzs0pr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-28gmfzs0pr] {
    font-size: 1.1rem;
}

.e-icons[b-28gmfzs0pr] {
    width: 2rem;
    font-size: 1.1rem;
}

.nav-item[b-28gmfzs0pr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-28gmfzs0pr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-28gmfzs0pr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-28gmfzs0pr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-28gmfzs0pr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-28gmfzs0pr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-button[b-28gmfzs0pr] {
    font-size:1.1em;
    display: flex;
    width: 100%;
    color: #d7d7d7;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    height: 3rem;
    align-items: center;
    line-height: 3rem;
    padding-left:1em;
}
    .nav-button:hover[b-28gmfzs0pr] {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.bottom-row[b-28gmfzs0pr] {
    position:absolute;
    bottom:0em;
    width:100%;
}

@media (min-width: 641px) {
    .navbar-toggler[b-28gmfzs0pr] {
        display: none;
    }

    .collapse[b-28gmfzs0pr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
