div.error.modal-header{
    background-color: #ea4747;
    color: white;
}


div.warning.modal-header{
    background-color: #fdfd9b;
}

div.primary.modal-header{
    background-color: #3c8dbc;
    color: white;
}

div.dark-blue.modal-header {
    background-color: #4d7fb8;
    color: white;
}

.modal-xl-custom {
    min-width: 90%
}

.modal-m-custom {
    min-width: 50%
}


.card-custom:not(.card-outline) > .card-header {
    background-color: #2ea67f;
}

.card-custom:not(.card-outline) > .card-header, .card-custom:not(.card-outline) > .card-header a {
    color: white;
}


.card-dark-green:not(.card-outline) > .card-header {
    background-color: #418a73;
}

.card-dark-green:not(.card-outline) > .card-header, .card-custom:not(.card-outline) > .card-header a {
    color: white;
}

