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

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

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

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

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

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

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

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