/* School Mate — Toastr: centered; success = classic Toastr green (#51a351), error = standard danger. */

#toast-container {
  top: 42% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: min(440px, calc(100vw - 28px));
  margin: 0 !important;
  padding: 0 !important;
}

#toast-container > div {
  width: 100% !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 44px rgba(24, 28, 50, 0.22) !important;
  opacity: 1 !important;
}

#toast-container > .toast-success {
  background-image: none !important;
  background-color: #51a351 !important;
}

#toast-container > .toast-info,
#toast-container > .toast-warning {
  background-image: none !important;
  background-color: #c92228 !important;
}

#toast-container > .toast-error {
  background-image: none !important;
  background-color: #dc3545 !important;
}

#toast-container .toast-title,
#toast-container .toast-message {
  color: #fff !important;
}

#toast-container .toast-close-button {
  color: #fff !important;
  opacity: 0.88;
  text-shadow: none !important;
}

#toast-container .toast-close-button:hover {
  opacity: 1;
}

#toast-container .toast-progress {
  background-color: rgba(255, 255, 255, 0.45) !important;
  opacity: 1 !important;
}
