/*
 Starkwood ONE — Native Notification / Custom Route Interop v2.1.164

 Custom Work / Team Performance / My HR / HR Management pages are body-level
 fixed roots. Keep the native notification overlay/panel unambiguously above
 those custom roots and interactive.
*/
.sw-native-notification-overlay-v21164{
  z-index:190 !important;
  pointer-events:auto !important;
}
.sw-native-notification-panel-v21164{
  position:absolute;
  z-index:191 !important;
  pointer-events:auto !important;
}
.sw-native-notification-panel-v21164 button,
.sw-native-notification-panel-v21164 a{
  pointer-events:auto !important;
}
