/*

    SweetAlert2 settings for What if Website
    
*/

.colored-toast.swal2-icon-success {
    background-color: rgb(165, 220, 134, 0.95) !important;
}

.colored-toast.swal2-icon-error {
    background-color: rgb(95, 45, 45, 0.95) !important;
}

.colored-toast.swal2-icon-warning {
    background-color: rgb(248, 187, 134, 0.95) !important;
}

.colored-toast.swal2-icon-info {
    background-color: rgb(63, 195, 238, 0.95) !important;
}

.colored-toast.swal2-icon-question {
    background-color: rgb(135, 173, 189, 0.95) !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
    font-size: 0.92rem !important;
}

.colored-toast-container {
    min-width: 275px !important;
    max-width: 450px !important;
    width: 100% !important;
}
