/* /Shared/EmptyLayout.razor.rz.scp.css */
/* Empty layout - minimal styling */
/* /Shared/LoginLayout.razor.rz.scp.css */
[b-qo179v4a9f] .mud-main-content {
    background: linear-gradient(135deg, #1565C0 0%, #0D47A1 50%, #1A237E 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-nyygwnfp9e] .appbar-custom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

[b-nyygwnfp9e] .drawer-custom .mud-drawer-content {
    background-color: white !important;
}

[b-nyygwnfp9e] .drawer-custom {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    background-color: white !important;
}

[b-nyygwnfp9e] .drawer-custom .mud-nav-link {
    border-radius: 8px;
    margin: 2px 0;
    font-size: 0.8125rem;
}

[b-nyygwnfp9e] .drawer-custom .mud-nav-link:hover {
    background-color: rgba(21, 101, 192, 0.06);
}

[b-nyygwnfp9e] .drawer-custom .mud-nav-link.active {
    font-weight: 600;
}

[b-nyygwnfp9e] .drawer-custom .mud-navgroup .mud-nav-link {
    padding-left: 2.5rem;
    font-size: 0.8125rem;
}

.cursor-pointer[b-nyygwnfp9e] {
    cursor: pointer;
}
