div.modal-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.turquoise.modal-header {
    background-color: #74b3bb;
    color: white;
  }