
.bd-toast-error{
    background-color: rgba(255, 0, 0, 0.7) !important;
}

.bd-toast-notification{
    background-color: rgb(50, 109, 185) !important;
}

.bd-toast-success{
    background-color: rgba(0, 152, 101, 0.7) !important;
}

.bd-toast-correct{
    background-color: rgba(1, 187, 125, 0.7) !important;
}