/* _content/PerfectoERPSolutions.Blazor.Server/Pages/Components/SearchableDropdown.razor.rz.scp.css */
/* Ensure DevExpress ComboBox dropdown appears above modals */
/* Target the popup root container that DevExpress renders at body level */
:global(.dxbl-popup-root .dxbl-popup-wrapper)[b-w0vy7rk3dt] {
    z-index: 9999999 !important;
}

:global(.dxbl-popup-root .dxbl-popup-content)[b-w0vy7rk3dt] {
    z-index: 9999999 !important;
}

:global(.dxbl-popup-root .dxbl-combobox-popup)[b-w0vy7rk3dt] {
    z-index: 9999999 !important;
}

:global(.dxbl-popup-root .dxbl-combobox-popup .dxbl-popup-content)[b-w0vy7rk3dt] {
    z-index: 9999999 !important;
}

/* Also target with ::deep for scoped styles */
[b-w0vy7rk3dt] .dxbl-popup-content {
    z-index: 9999999 !important;
}

[b-w0vy7rk3dt] .dxbl-popup-wrapper {
    z-index: 9999999 !important;
}

[b-w0vy7rk3dt] .dxbl-combobox-popup {
    z-index: 9999999 !important;
}

[b-w0vy7rk3dt] .dxbl-combobox-popup .dxbl-popup-content {
    z-index: 9999999 !important;
}

[b-w0vy7rk3dt] .dxbl-combobox-popup-wrapper {
    z-index: 9999999 !important;
}

