/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-h6ia0yuse0] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-h6ia0yuse0] {
    flex: 1;
    background-color: #f4f6f8;
}

.sidebar[b-h6ia0yuse0] {
    background-color: #0376E8;
}

.content[b-h6ia0yuse0] {
    padding-top: 1.5rem;
}

@media (min-width: 641px) {
    .page[b-h6ia0yuse0] {
        flex-direction: row;
    }

    .sidebar[b-h6ia0yuse0] {
        width: 230px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4o6qmhw9vq] {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
}

.top-row[b-4o6qmhw9vq] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-brand[b-4o6qmhw9vq] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff !important;
}

.nav-section-title[b-4o6qmhw9vq] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    padding: 1.2rem 1rem 0.3rem 1rem;
}

.oi[b-4o6qmhw9vq] {
    width: 1.8rem;
    font-size: 1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4o6qmhw9vq] {
    font-size: 0.88rem;
    padding-bottom: 0.1rem;
}

    .nav-item[b-4o6qmhw9vq]  a {
        color: rgba(255,255,255,0.85);
        border-radius: 6px;
        height: 2.6rem;
        display: flex;
        align-items: center;
        line-height: 2.6rem;
        padding: 0 0.8rem;
        margin: 0 0.5rem;
        transition: background 0.15s;
    }

    .nav-item[b-4o6qmhw9vq]  a.active {
        background-color: rgba(255,255,255,0.2);
        color: #fff;
        font-weight: 600;
    }

    .nav-item[b-4o6qmhw9vq]  a:hover {
        background-color: rgba(255,255,255,0.12);
        color: #fff;
        text-decoration: none;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-4o6qmhw9vq] {
        display: none;
    }

    .collapse[b-4o6qmhw9vq] {
        display: block;
    }

    .nav-scrollable[b-4o6qmhw9vq] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
