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

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

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

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

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !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;
}

h2.swal2-title {
    color: black !important;
}

button.swal2-confirm {
    color: black !important;
    background-color: white !important;
    border: 2px solid #a2eeff !important;
    padding: 10px 25px;
    font-size: 13px !important;
    font-weight: 600;
    border-radius: 25px !important;
}

button.swal2-deny {
    color: black !important;
    padding: 10px 25px;
    background-color: white !important;
    border: 2px solid #dc3741 !important;
    font-size: 13px !important;
    font-weight: 600;
    border-radius: 25px !important;
}

button.swal2-cancel {
    color: black !important;
    background-color: white !important;
    border: 2px solid #6e7881 !important;
    padding: 10px 25px;
    font-size: 13px !important;
    font-weight: 600;
    border-radius: 25px !important;
}