.colored-toast.swal2-icon-success {
  background-color: #438109 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #880909 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #b15606 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #157494 !important;
}

.colored-toast.swal2-icon-question {
  background-color: #49626d !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

/* En tu CSS */
.colored-toast {
  opacity: 1 !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.875rem !important;
  /* Reduce el tamaño del texto */
  width: auto !important;
  min-width: 220px !important;
  max-width: 300px !important;
}

.toast-confirm-button {
  background-color: transparent !important;
  padding: 0.25rem 0.5rem !important;
  font-weight: normal !important;
  font-size: 0.9em !important;
}