/* 🎨 Base style */
.swal2-popup.swal2-toast {
  border-radius: 10px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  padding: 12px 20px !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #fff !important;
  animation: toastSlideIn 0.4s ease-out;
}

.swal2-popup.swal2-toast.swal2-icon-success {
  background-color: var(--bs-success) !important;
  border-left: 5px solid #66bb6a !important;
}

.swal2-popup.swal2-toast.swal2-icon-warning {
  background-color: #f57c00 !important;
  border-left: 5px solid #ffb300 !important;
}

.swal2-popup.swal2-toast.swal2-icon-error {
  background-color: #c62828 !important;
  border-left: 5px solid #ef5350 !important;
}

.swal2-popup.swal2-toast.swal2-icon-info {
  background-color: #1565c0 !important;
  border-left: 5px solid #42a5f5 !important;
}

.swal2-timer-progress-bar {
  background: rgba(255, 255, 255, 0.5) !important;
}

.swal2-container.swal2-top-end {
  top: 60px !important;
  right: 1rem !important;
}
