/* TOASTR */
.toast {
    opacity: 1 !important;
    box-shadow: none !important;
}

#toast-container > div {
    opacity: 1 !important;
    box-shadow: none !important;
}

#toast-container >.toast-error {
    /*background-image: none !important;*/
    background-color: #FF4F6E !important;
}

#toast-container >.toast-success {
    /*background-image: none !important;*/
    background-color: #50E3C2 !important;
}

#toast-container >.toast-info {
    /*background-image: none !important;*/
    background-color: #AD6EAC !important;
}

#toast-container >.toast-warning {
    /*background-image: none !important;*/
    background-color: #F2905A !important;
}