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

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

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

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

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

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

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

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