@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.home-hero[b-kr2dr864da] {
    margin-bottom: 1.5rem;
    padding: 1.75rem 1.5rem;
}

.home-hero-title[b-kr2dr864da] {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.home-hero-copy[b-kr2dr864da] {
    max-width: 42rem;
    font-size: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1t8fagz51j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-1t8fagz51j] {
    flex: 1;
    min-width: 0;
    min-height: 100vh;
    background-color: #F7F8FC;
    scrollbar-gutter: stable;
}

.user-corner-bar[b-1t8fagz51j] {
    display: none;
}

@media (max-width: 640.98px) {
    .main-content[b-1t8fagz51j] {
        padding-top: 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-1t8fagz51j] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

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

    .main-content[b-1t8fagz51j] {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-gutter: stable;
    }

    .user-corner-bar[b-1t8fagz51j] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 3.5rem;
        padding: 0 3rem;
        position: sticky;
        top: 0;
        z-index: 5;
        background-color: #F7F8FC;
    }

    article[b-1t8fagz51j] {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.top-row[b-x0da763tua] {
    min-height: 3.5rem;
}

.nav-top-logo-link[b-x0da763tua] {
    display: block;
    width: 100%;
    max-width: 220px;
}

.nav-top-logo[b-x0da763tua] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    padding: 15px;
}

.oi[b-x0da763tua] {
    width: 2rem;
    font-size: 1.1rem;
    /* The parent link is a flex container (align-items: center) since the restyle, so the
       relative-positioning offset open-iconic-bootstrap.min.css's base .oi rule sets
       (position: relative; top: 1px) has to be cancelled here, or the icon sits visibly below
       the text instead of centered on it. */
    top: 0;
    line-height: 1;
}

.nav-item[b-x0da763tua] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x0da763tua] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x0da763tua] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x0da763tua]  a {
        display: flex;
        align-items: center;
        height: 2.25rem;
        line-height: 2.25rem;
        border-radius: 4px;
        color: black;
    }

.nav-item[b-x0da763tua]  a.active {
    text-decoration: underline;
    color: black;
}

.nav-item[b-x0da763tua]  a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

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

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

    .nav-scrollable[b-x0da763tua] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
