@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yjyapvxei8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-yjyapvxei8] {
    flex: 1;
}

@media (max-width: 640.98px) {
    .sidebar[b-yjyapvxei8] {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}

@media (min-width: 641px) {
    .page[b-yjyapvxei8] {
        flex-direction: row;
    }

    .sidebar[b-yjyapvxei8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-yjyapvxei8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-yjyapvxei8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-ori4l7ei5d] {
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row .btn-link[b-ori4l7ei5d] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-ori4l7ei5d] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-toggler[b-ori4l7ei5d] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-ori4l7ei5d] {
    font-size: 1.1rem;
}

.nav-item[b-ori4l7ei5d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-ori4l7ei5d] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ori4l7ei5d] {
    padding-bottom: 1rem;
}

.nav-item[b-ori4l7ei5d]  a {
    color: #000;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-ori4l7ei5d]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ori4l7ei5d]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.oi[b-ori4l7ei5d], .bi[b-ori4l7ei5d] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

@media (max-width: 640.98px) {
    .top-row.auth[b-ori4l7ei5d] {
        justify-content: space-between;
        display: none;
    }

    .top-row a[b-ori4l7ei5d], .top-row .btn-link[b-ori4l7ei5d] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-ori4l7ei5d] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler[b-ori4l7ei5d] {
        display: none;
    }

    .menuclass[b-ori4l7ei5d] {
        display: block !important;
    }
}

/* The sidebar is fixed at 100vh, but the menu can be taller than the viewport.
   Cap the menu height and let it scroll inside the sidebar, so it never
   overflows and triggers a second (viewport) scrollbar with a white gap. */
.menuclass[b-ori4l7ei5d] {
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

/* Account row: shorter than the standard 3rem nav items. */
.account-item[b-ori4l7ei5d] {
    padding-bottom: 0.25rem !important;
}

.account-item .nav-link[b-ori4l7ei5d],
.account-item a[b-ori4l7ei5d] {
    height: 2.5rem;
    line-height: 2.5rem;
}

.account-item .nav-link[b-ori4l7ei5d] {
    overflow: hidden;
    color: #000;
}
/* /Components/Pages/CommonPanels/Loading.razor.rz.scp.css */
.loading-overlay[b-nvztbuhr0o] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2000;
}
