@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/BlazorServer/Common/Layout/Header.razor.rz.scp.css */
.header[b-l6huqpe5nw] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-hero[b-l6huqpe5nw] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}

.header img[b-l6huqpe5nw] {
    width: 30px;
}

.header-menu[b-l6huqpe5nw] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    gap: 0.2rem;
}

.header-menu-item[b-l6huqpe5nw] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .header-menu-item span[b-l6huqpe5nw] {
        margin-left: 0.5rem;
    }

/* _content/BlazorServer/Common/Layout/MainLayout.razor.rz.scp.css */
*[b-lk3rqemwlt] {
    font-family: var(--body-font);
}

.page[b-lk3rqemwlt] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    overflow: hidden;
}

.content[b-lk3rqemwlt] {
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    padding: 0 1rem;
}

.login-content[b-lk3rqemwlt] {
    width: 100%;
    height: 100vh;
    overflow: auto;
}

@media(max-width: 768px) {

}
/* _content/BlazorServer/Common/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-yfeb13ful7] {
    height: 100%;
    width: 300px;
    padding: 0.5rem;
}

.toggle-button[b-yfeb13ful7] {
    display: none;
    width: 50px;

}


@media(max-width: 768px) {
    .toggle-button[b-yfeb13ful7] {
        display: block;
        position: fixed;
        top: 8px;
        z-index: 99999; /* large value so it appears on top */
        right: 8px;
    }

    .hide[b-yfeb13ful7] {
        display: none !important;
    }

    .nav-menu[b-yfeb13ful7] {
        position: fixed; /* best for a full-screen overlay */
        inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
        width: 100%; /* optional when using inset:0 */
        box-sizing: border-box; /* ensures padding doesn't affect width */
        height: 100vh; /* optional when using inset:0 */
        z-index: 99999; /* large value so it appears on top */
        background-color: white; /* or any other background color */
        top: 50px;
    }

    .nav-menu-overlay[b-yfeb13ful7] {
        background: rgba(0,0,0,0.6); /* optional overlay */
        height: 100%;
        width: 100vw;
    }

    .show[b-yfeb13ful7] {
        display: block !important;
    }
}
