/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-yedqoymxy7] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f8f9fa;
}

main[b-yedqoymxy7] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-yedqoymxy7] {
    background: #1e293b; /* Slate 800 */
    box-shadow: 4px 0 15px rgba(0,0,0,0.05);
}

.top-row[b-yedqoymxy7] {
    background: #2563eb; /* Blue 600 */
    color: white;
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.content[b-yedqoymxy7] {
    background-color: #f8f9fa;
}

@media (min-width: 641px) {
    .page[b-yedqoymxy7] {
        flex-direction: row;
    }

    .sidebar[b-yedqoymxy7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yedqoymxy7] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}

@media print {
    .no-print[b-yedqoymxy7] { display: none !important; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wef0woqmu2] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.top-row[b-wef0woqmu2] {
    height: 4.5rem;
    background-color: #0c1427;
    /* Deep Slate */
}

.navbar-brand[b-wef0woqmu2] {
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
    color: #f8fafc !important;
}

.nav-item[b-wef0woqmu2] {
    font-size: 0.95rem;
}

.nav-item[b-wef0woqmu2]  a {
    color: #94a3b8;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
}

.nav-item[b-wef0woqmu2]  a:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: #f1f5f9;
}

.nav-item[b-wef0woqmu2]  a.active {
    background-color: #2563eb;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2);
}

.nav-divider[b-wef0woqmu2] {
    padding: 1.5rem 1.25rem 0.75rem 1.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-scrollable[b-wef0woqmu2] {
    background-color: #0f172a;
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wef0woqmu2] {
        display: none;
    }

    .collapse[b-wef0woqmu2] {
        display: block;
    }

    .nav-scrollable[b-wef0woqmu2] {
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
