Hi,
Thanks for your question. If those styles are missing in your theme, you may add it with th custom CSS style below:
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period.mpa-time-period-selected, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus {
background: #1aba9d;
border-color: #1aba9d;
color: #fff;
}
Let me know if it is helpful.