#modalAppointments .modal-header,
#modalCompletePatient .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #07BEBB;
    color: white;
    font-weight: 700;
}
#modalAppointments .modal-header h5,
#modalCompletePatient .modal-header h5 {
    font-weight: 700!important;
}

#modalAppointments .btn#book,
#modalAppointments .btn#continue,
#modalAppointments .btn-newsearch,
#modalAppointments .btn#confirm-patient {
  font-size: 0.8em;
  border-radius: 22px;
  background: #07bebb;
  border: 1px solid #07bebb;
  color: white;
  font-weight: 600;
  padding: 8px 15px;
  box-shadow: none;
  text-transform: none;
}

#modalAppointments .btn#book:disabled {
    background-color: #b1b0b0;
    border: 1px solid #b1b0b0;
    cursor: default;
}

#modalAppointments .btn#book a {
 color: white;
}

#modalAppointments .btn#cancel {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  border-radius: 22px;
  background: #088d8b;
  border: 1px solid #088d8b;
  color: white;
  font-weight: 600;
  padding: 8px 15px;
  box-shadow: none;
  text-transform: none;
}