.custom-toast {
  color: #fff !important;
}

.custom-toast .common-title {
  color: #fff !important;
  font-size: 1.6rem !important;
  text-align: left;
  display: block !important;
  margin-left: 0 !important;
}

.custom-toast .common-text {
  color: #fff !important;
  font-size: 1.4rem !important;
  text-align: left;
}

.custom-toast .swal2-header {
  padding: 0 !important;
  gap: 12px;
}

.custom-toast .swal2-popup {
  border-radius: 15px !important;
}

.custom-toast .swal2-content #swal2-content {
  padding: 0 !important;
  color: #fff !important;
}

.custom-toast .swal2-popup.swal2-toast {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 24px;
  border-radius: 16px;
  min-width: 350px;
}

.custom-toast .swal2-icon,
.custom-toast .swal2-success-ring {
  border: none;
}

.custom-toast .swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #fff;
  border-color: #fff;
}

.custom-toast .swal2-timer-progress-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.custom-toast .swal2-popup.swal2-toast.swal2-icon-error {
  background-color: #eb2525;
}

.custom-toast .swal2-popup.swal2-toast.swal2-icon-error a {
  color: #fff !important;
  text-decoration: underline;
}

.custom-toast .swal2-popup.swal2-toast.swal2-icon-error a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.swal2-popup.swal2-toast.swal2-icon-success {
  background-color: #07d07c;
}

.swal2-popup.swal2-toast.swal2-icon-warning {
  background-color: #f8a313;
}

.swal2-popup.swal2-toast > * {
  width: 100%;
}

.swal2-icon.swal2-warning {
  color: #fff !important;
}
