@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/Archives.razor.rz.scp.css */
/* /Pages/CreateArchiveModal.razor.rz.scp.css */
.content-container[b-1yrzf5m2g6] {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
}

.bm-content[b-1yrzf5m2g6] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
}

/*.blazored-modal {
    width: auto !important;
}
*/
/* /Pages/Indexing.razor.rz.scp.css */
#IndexingResultsScrollContainer[b-iblnrew69s] {
    overflow-y: auto;
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
}

.table > tbody > tr > td[b-iblnrew69s] {
    vertical-align: middle !important;
}

.table > tbody > tr > td > .progress[b-iblnrew69s] {
    margin-bottom: 0px !important;
}
/* /Pages/SearchResults.razor.rz.scp.css */
.table-container[b-75odacz0w6] {
    width: 100%;
    height: 100%;
}

#SearchResultsScrollContainer[b-75odacz0w6] {
    overflow: auto;
    height: calc(100vh - 160px);
    width: 100%;
    max-width: 100%;
}


@media (min-width: 641px) {
}
/* /Shared/CloseButton.razor.rz.scp.css */
.close-button[b-vum387jz1z] {
    color: grey;
}

.close-button:hover[b-vum387jz1z] {
    color: black;
}

.close-button-red[b-vum387jz1z] {
    color: grey;
}

.close-button-red:hover[b-vum387jz1z] {
    color: white;
    background-color: #a52121;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
.content[b-o0yx5j3wfk] {
    background-color: white;
}
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-2razhi5l14] {
    flex: 1;
}

.page[b-2razhi5l14] {
    display: flex;
    flex-direction: column;
}

.text-select[b-2razhi5l14] {
    cursor: pointer;
}

.text-select:hover[b-2razhi5l14] {
    text-decoration: underline;
}

.sidenav[b-2razhi5l14] {
    position: fixed;
    top: var(--main-toolbar-height);
    left: 0;
    width: 100vw;
    background-color: var(--nav-color);
    z-index: 3;
}

.sidenav-disabled[b-2razhi5l14] {
    background-color: white;
}

.sidenav-hidden[b-2razhi5l14] {
    background-color: white;
}

.user-main-text[b-2razhi5l14] {
    font-size: 14px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-sub-text[b-2razhi5l14] {
    font-size: 10px;
    font-weight: 600;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circle-icon[b-2razhi5l14] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--solimar-teal);
    color: #ffffff;
    font-size: 18px;
}

.top-row[b-2razhi5l14] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-2razhi5l14]  a, .top-row[b-2razhi5l14]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-2razhi5l14]  a:hover, .top-row[b-2razhi5l14]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-2razhi5l14]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-info-container[b-2razhi5l14] {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 0;
    cursor: pointer;
    height: var(--main-toolbar-height);
}

.user-info-container:hover[b-2razhi5l14] {
    background-color: var(--main-toolbar-color-hover);
}

.nav-content-align[b-2razhi5l14] {
    display: block;
}

.content-container[b-2razhi5l14] {
    display: flex;
    flex-grow: 1;
    min-width: 0; /* Ensure flex child doesn�t overflow */
}

.content-container-admin[b-2razhi5l14] {
    display: flex;
    flex-grow: 1;
    min-width: 0; /* Ensure flex child doesn�t overflow */
}

.content[b-2razhi5l14] {
    padding-top: 1.1rem;
    flex-grow: 1;
    width: 1px; /* keeps the notification window a fixed width when changing views */
    min-width: 0; /* Ensure flex child doesn�t overflow */
}

.notification-container[b-2razhi5l14] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--main-toolbar-height); /* Same height as the toolbar */
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - var(--main-toolbar-height)); /* Adjust height to exclude toolbar */
    background-color: white;
    z-index: 2; /* Below the toolbar, but above everything else */
    overflow: auto; /* Scrollable if content inside is large */
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2razhi5l14] {
        display: none;
    }

    .top-row.auth[b-2razhi5l14] {
        justify-content: space-between;
    }

    .top-row[b-2razhi5l14]  a, .top-row[b-2razhi5l14]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .content-container[b-2razhi5l14] {
    }

    .content-container-admin[b-2razhi5l14] {
        margin-left: var(--main-navbar-width);
    }

    .notification-container[b-2razhi5l14] {
        width: 30%;
        position: static;
        top: var(--main-toolbar-height); /* Same height as the toolbar */
        height: calc(100vh - var(--main-toolbar-height)); /* Adjust height to exclude toolbar */
    }
    
    .navbar-toggle[b-2razhi5l14] {
        display: none;
    }

    .nav-content-align[b-2razhi5l14] {
        display: flex;
    }

    .page[b-2razhi5l14] {
        flex-direction: row;
    }

    .collapse[b-2razhi5l14] {
        display: flex;
    }

    .sidenav[b-2razhi5l14] {
        height: calc(100vh - var(--main-toolbar-height));
        width: var(--main-navbar-width);
    }

    .sidenav-disabled[b-2razhi5l14] {
        background-color: white;
        width: var(--main-navbar-width);
        height: calc(100vh - var(--main-toolbar-height));
        position: fixed; /* Make the navbar stay fixed to the left */
        top: var(--main-toolbar-height); /* Position it just below the toolbar */
    }

    .top-row[b-2razhi5l14] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2razhi5l14]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2razhi5l14], article[b-2razhi5l14] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main-toolbar[b-2razhi5l14] {
        position: sticky;
        top: 0;
        z-index: 99; /* Blazored modal z-index is 100, and we want it to obscure toolbar */
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.top-row[b-to9cp1q6zs] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-to9cp1q6zs] {
    font-size: 1.1rem;
}

.oi[b-to9cp1q6zs] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-to9cp1q6zs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-to9cp1q6zs] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-to9cp1q6zs] {
    padding-bottom: 1rem;
}

.nav-item[b-to9cp1q6zs]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-to9cp1q6zs]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-to9cp1q6zs]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* /Shared/PagingDiv.razor.rz.scp.css */
.floating-paging-div[b-47q1ndb9q3] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 9999;
}
/* /Shared/ReportSelectionTable.razor.rz.scp.css */
.t-text[b-pnwz4ebydn] {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-check[b-pnwz4ebydn] {
    width: 20px;
    max-width: 20px;
    text-align: center;
}

.vscroll-fixed-header[b-pnwz4ebydn] {
    position: sticky;
    top: 0;
}
/* /Shared/TabHeader.razor.rz.scp.css */
.tab-header[b-ul8a0bbi3u] {
    background-color: white;
    color: gray;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
}

.tab-header-active[b-ul8a0bbi3u] {
    background-color: white;
    color: var(--bootstrap-primary-color);
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: var(--bootstrap-primary-color);
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.tab-header:hover[b-ul8a0bbi3u] {
    color: black;
    text-decoration: underline;
    text-decoration-color: black;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}
/* /Shared/TdEllipseDropdown.razor.rz.scp.css */
.ellipse-dropdown[b-6j0r8bw2nc] {
    width: 20px;
}

.ellipse-dropdown:hover[b-6j0r8bw2nc] {
    background-color: #f8f8f8;
    cursor: pointer;
}
/* /Shared/ToolbarBrand.razor.rz.scp.css */
.sse-image[b-e3zbr5az9a] {
    width: auto; /* Make the image fill the container horizontally */
    height: 100%; /* Maintain the image's aspect ratio */
}
/* /Shared/ToolbarMenuToggle.razor.rz.scp.css */
.sse-image[b-e7kdcid98v] {
    width: auto; /* Make the image fill the container horizontally */
    height: 100%; /* Maintain the image's aspect ratio */
}
