/* Portal Siswa v108: toast login dan notifikasi selalu di atas modal aktif. */
body > #student-auth-toast,
body > #portal-global-notification-v78,
body > .portal-student-notification-panel,
.portal-student-notification-layer {
  position: fixed !important;
  z-index: 2147483647 !important;
  isolation: isolate !important;
}

body > #student-auth-toast {
  top: calc(14px + env(safe-area-inset-top)) !important;
  pointer-events: none !important;
}

body > #portal-global-notification-v78 {
  top: calc(14px + env(safe-area-inset-top)) !important;
  pointer-events: none !important;
}

body > .portal-student-notification-panel:not([hidden]) {
  display: block !important;
  pointer-events: auto !important;
}

@media (max-width: 640px) {
  body > #student-auth-toast,
  body > #portal-global-notification-v78 {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }
}
