@charset "UTF-8";

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
    text-shadow: 0px 2px 2px #212529 !important
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
    text-shadow: 0px 2px 2px #212529 !important
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
    text-shadow: 0px 2px 2px #212529 !important
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
    text-shadow: 0px 2px 2px #212529 !important
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
    text-shadow: 0px 2px 2px #212529 !important
}

.colored-toast .swal2-title {
    color: black;
    text-shadow: 0 0 2px #212529 !important
}

.colored-toast .swal2-close {
    color: black;
    text-shadow: 0px 2px 2px #212529 !important
}

.colored-toast .swal2-html-container {
    color: black;
    text-shadow: 0px 2px 2px #212529 !important
}
