.colored-toast.swal2-icon-success {
    background-color: #73b34e !important;
    border-radius: 20px !important;
}

.colored-toast.swal2-icon-error {
    background-color: #df0606 !important;
    border-radius: 20px !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #d76b0d !important;
    border-radius: 20px !important;
}

.colored-toast.swal2-icon-info {
    background-color: #306db8 !important;
    border-radius: 20px !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
    border-radius: 20px !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}