/* _content/app-v3/Shared/MainLayout.razor.rz.scp.css */
.app-shell[b-nmmub85s8g] {
    background: #f5f7fb;
}

.app-bar[b-nmmub85s8g] {
    border-bottom: 1px solid #e4e7ec;
    backdrop-filter: blur(12px);
}

.app-logo[b-nmmub85s8g] {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.12);
}

.app-title[b-nmmub85s8g] {
    margin-left: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
}

.app-drawer[b-nmmub85s8g] {
    border-right: 1px solid #e4e7ec;
}

.app-main[b-nmmub85s8g] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(36, 87, 166, 0.08), transparent 32rem),
        #f5f7fb;
}

[b-nmmub85s8g] .app-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

[b-nmmub85s8g] .mud-drawer .mud-navmenu {
    padding: 0.75rem;
}

[b-nmmub85s8g] .mud-drawer .mud-nav-link,
[b-nmmub85s8g] .mud-drawer .mud-nav-group > .mud-nav-link {
    min-height: 42px;
    border-radius: 8px;
    margin: 0.125rem 0;
}

[b-nmmub85s8g] .mud-drawer .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background: #eaf1ff;
    color: #2457a6;
    font-weight: 700;
}

[b-nmmub85s8g] .mud-drawer .mud-nav-link:hover:not(.mud-nav-link-disabled) {
    background: #f2f6fc;
}

@media (max-width: 640.98px) {
    .app-title[b-nmmub85s8g] {
        font-size: 0.95rem;
    }

    [b-nmmub85s8g] .app-page {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/* _content/app-v3/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q0xxc6fux7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q0xxc6fux7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q0xxc6fux7] {
    font-size: 1.1rem;
}

.oi[b-q0xxc6fux7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-q0xxc6fux7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-q0xxc6fux7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-q0xxc6fux7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-q0xxc6fux7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-q0xxc6fux7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
