/* /Components/Layout/MainLayout.razor.rz.scp.css */
.rz-header[b-jnkkkae8yr] {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.rz-header .rz-sidebar-toggle[b-jnkkkae8yr] {
    color: #475569;
}

.rz-sidebar[b-jnkkkae8yr] {
    background-color: #0f172a;
    box-shadow: 4px 0 15px rgba(0,0,0,0.05);
}

.rz-panel-menu[b-jnkkkae8yr] {
    background: transparent !important;
}

.rz-navigation-item-wrapper[b-jnkkkae8yr] {
    color: #cbd5e1 !important;
    transition: all 0.2s ease;
}

.rz-navigation-item-link[b-jnkkkae8yr] {
    padding: 0.75rem 1.5rem !important;
}

.rz-navigation-item-wrapper:hover[b-jnkkkae8yr],
.rz-navigation-item-wrapper-active[b-jnkkkae8yr] {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
}

.rz-navigation-item-icon[b-jnkkkae8yr] {
    color: inherit !important;
}

#blazor-error-ui[b-jnkkkae8yr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-jnkkkae8yr] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
