/* _content/GestorUsuarios/Components/Layout/MainLayout.razor.rz.scp.css */
/* Sidebar fijo */
.sidebar[b-vmh6whgs2b] {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: var(--sidebar-w);
    z-index: 100;
    overflow-y: auto;
}

/* Contenido desplazado por el sidebar */
.main-content[b-vmh6whgs2b] {
    margin-left: var(--sidebar-w) !important;
    height: 100vh;
    overflow-y: auto;
    flex: 1;
}

/* app-shell no necesita overflow hidden con sidebar fijo */
.app-shell[b-vmh6whgs2b] {
    overflow: visible !important;
}
