@media (min-width:320px) {
.toasterAdvise {
    /* background-color: #5dccd5; */
    color: #ffffff;
}
.toasterAdvise #toast-container>div {
    opacity: 1 !important;
}
.toasterAdvise .toast {    
    opacity: 1 !important;
}
.toasterAdvise .toast .toast-title {
    color: #ffffff;
    
}
.toasterAdvise .toast .toast-message {
    color: #ffffff;
}

.toasterAdvise .toast.toast-wait {
    background-color: #bf71ff;
}
.toasterAdvise .toast.toast-success {
    background-color: #38d997;
}
.toasterAdvise .toast.toast-warning {
    background-color: #ff9a21;
}
.toasterAdvise .toast.toast-error {
    background-color: #ff2b21;
}
/* .toasterAdvise .toast .toast-close-button {

} */
}