/* Your app custom styles here */
.toast{
    background-color: #13D022 !important;
    color: white;
}

.toast.toast_red{
    background-color: #dc3545 !important;
    color: white;
}