/*
 * Toast (sweetalert2) 
 */
.swal2-icon-question .swal2-icon {
    width: 4em !important;
    height: 4em !important;
    margin-top: 1.5em !important;
}
.swal2-icon-question .swal2-title{
    padding-top: 0.5em !important;
    font-size: 1.5em !important;
}
.swal2-icon-question .swal2-html{
    font-size: 1.1em !important;
}

.colored-toast .swal2-title{
    margin-bottom: 0 !important;
}
.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-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;
}