/* Notifikasi toast yang muncul di sudut layar. */

.ug0UyYfL {
  --local-toast-notification-z-index: 3;
  bottom: var(--spacing-5x);
  contain: inline-size;
  left: var(--spacing-5x);
  pointer-events: none;
  position: fixed;
  width: calc(100vw - var(--spacing-5x)*2);
  z-index: var(--local-toast-notification-z-index)
}

@media(max-width:583px) {
  .ug0UyYfL {
    bottom: calc(56px + var(--spacing-3x));
    left: var(--spacing-3x);
    width: calc(100vw - var(--spacing-3x)*2)
  }
}

.VfadoeyW {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.XN0qUHu8 {
  border: 0
}

.lJwNc24R {
  height: 700px
}

.LoekpuZp {
  height: 100%;
  width: 100%
}
