.light-style #toast-container>.toast-success {
    background-color: #51a351!important;
    color: #fff!important;
}
.light-style #toast-container>.toast-error {
    background-color: #bd362f!important;
    color: #fff!important;
}
.light-style #toast-container>div {
    border-radius: 3px 3px 3px 3px!important;
    box-shadow: 0 0 12px #999999!important;
}
