/*
 * Shared overlay stacking.
 * Keep application dialogs above the desktop topbar (1000) and mobile tab bar
 * (1100) without changing the navigation component itself.
 */
.modal-backdrop,
.modal-mask,
.report-edit-backdrop,
.drawer-backdrop,
.class-switch-backdrop {
  z-index: 1400 !important;
}

.mega-drawer {
  z-index: 1401 !important;
}

.swal2-container {
  z-index: 3000 !important;
}
