/* Override Devextreme*/

.dx-toast-warning {
    background-color: #fff3cd !important;
    border: 2px solid #ffeeba !important;
    color: #664d03 !important;
}
.dx-toast-success {
    background-color: #d4edda !important;
    border: 2px solid #c3e6cb !important;
    color: #155724 !important;
}
.dx-toast-error {
    background-color: #f8d7da !important;
    border: 2px solid #f5c6cb !important;
    color: #721c24 !important;
}
.dx-toast-info{
    background-color: #d1ecf1 !important;
    border: 2px solid #bee5eb !important;
    color: #0c5460 !important;
}