.swal2-toast.swal2-popup {
  width: auto !important;
  max-width: 30rem !important;
}

.colored-toast {
  background-color: #ffffff !important;
  color: #111827 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
  width: 100% !important;
}

.colored-toast.swal2-icon-success {
  border-left: 6px solid #16a34a !important;
}

.colored-toast.swal2-icon-error {
  border-left: 6px solid #dc2626 !important;
}

.colored-toast.swal2-icon-warning {
  border-left: 6px solid #ea580c !important;
}

.colored-toast.swal2-icon-info {
  border-left: 6px solid #2563eb !important;
}

.colored-toast.swal2-icon-question {
  border-left: 6px solid #0ea5e9 !important;
}

.colored-toast .swal2-title,
.colored-toast .swal2-close,
.colored-toast .swal2-html-container {
  color: inherit !important;
}

.colored-toast .swal2-icon.swal2-success,
.colored-toast .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #16a34a !important;
}

.colored-toast .swal2-icon.swal2-error {
  border-color: #dc2626 !important;
}

.colored-toast .swal2-icon.swal2-warning {
  border-color: #ea580c !important;
}

.colored-toast .swal2-icon.swal2-info {
  border-color: #2563eb !important;
}

.colored-toast .swal2-icon.swal2-question {
  border-color: #0ea5e9 !important;
}