﻿.toast-info {
    color: #000 !important;
    background-color: #80AFE0 !important;
}

.toast-success {
    color: #fff !important;
    background-color: #4C6147 !important;
}

.toast-warning {
    color: #000 !important;
    background-color: #E0BD80 !important;
}

.toast-error {
    background-color: tomato !important;
    color: white !important;
}
