.colored-toast.swal2-icon-success {
    background-color: #d68ea5 !important;
    backdrop-filter: blur(10px);
}

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

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

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

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

.colored-toast .swal2-title,
.colored-toast .swal2-html-container,
.colored-toast .swal2-close {
  color: #fff;
}
