.toast-header {
    background-color: #2D2E83;
    color: #eaeaea;
    font-weight: bold;
    
}

.toast-header .text-muted {
    color: #eaeaea !important;
}

.toast-header .btn-cancel {
    color: #eaeaea !important;
}

.toast-header .btn-cancel:hover {
    color: #ababab !important;
}

.toast-header .btn-cancel span {
    color: #eaeaea !important;
}

.toast-body {
    background-color: #eaeaea;
}