.toast-screen-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: 999998;
}

#toast-container.toast-center-screen {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(72rem, calc(100vw - 2rem));
  max-width: none;
  margin: 0;
  padding: 0;
  z-index: 999999;
}

#toast-container.toast-center-screen > .toast {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 32rem;
  margin: 0;
  padding: 5.5rem 6.5rem 5.5rem 11rem;
  border-radius: 1.5rem;
  background-position: 3rem center;
  background-size: 4.5rem;
  box-shadow: 0 1.75rem 4rem rgba(0, 0, 0, 0.32);
  font-size: 3.575rem;
  line-height: 1.35;
  opacity: 1;
}

#toast-container.toast-center-screen .toast-message {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: inherit;
}

#toast-container.toast-center-screen .toast-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3rem;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 768px) {
  #toast-container.toast-center-screen {
    width: calc(100vw - 1.5rem);
  }

  #toast-container.toast-center-screen > .toast {
    min-height: 18rem;
    padding: 3.5rem 3.25rem 3.5rem 6.25rem;
    background-position: 1.5rem center;
    background-size: 2.75rem;
    font-size: 2.375rem;
    line-height: 1.35;
  }

  #toast-container.toast-center-screen .toast-close-button {
    top: 1.25rem;
    right: 1.25rem;
    font-size: 2.1rem;
  }
}


/*# sourceMappingURL=../app~b7391635.a5866844ba8e1f651a4f.bundle.map*/