
/* For Custom Notification Of Toastr Design... */

#toast-container .toast-success {
    background-color: #0920a3c9 !important;
}

#toast-container .toast-error {
    background-color: #ad0a0a !important;
    border-color: #5555;
}

#toast-container .toast-progress {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

#toast-container .toast-success .toast-title {
    color: inherit !important;
}

#toast-container .toast-success .toast-message {
    color: inherit !important;
}


/* For Custom Notification Of Toastr Design End... */