/* _content/CuMedic.VisorWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sawawk90gv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sawawk90gv] {
    flex: 1;
}


#blazor-error-ui[b-sawawk90gv] {
    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-sawawk90gv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CuMedic.VisorWeb/Components/Layout/MainNavBar.razor.rz.scp.css */
/* Estilos para el ComboBox en el Toolbar */
.server-combobox[b-x16z4f788m] {
    position: relative;
}

/* Asegurar que el popup del ComboBox tenga un z-index alto */
.server-combobox .e-dropdownbase[b-x16z4f788m] {
    z-index: 10000 !important;
}

/* Asegurar que el popup esté por encima de otros elementos */
.e-popup[b-x16z4f788m] {
    z-index: 10000 !important;
}

/* Contenedor del ComboBox en el Toolbar */
.col-lg-12.control-section .e-toolbar-item .server-combobox[b-x16z4f788m] {
    position: relative;
    z-index: 1000;
}

