/**
added color overrides to fix placeholder color
added -webkit-appearance: none to fix iOS / Safari view
*/
#custom_booking_checkout_field select {
    background: #fff!important;
    -webkit-appearance: none!important;
    color: #757575!important;
}
#custom_booking_checkout_field .woocommerce-validated select {
    color: black!important;
}
#ui-datepicker-div {
    z-index: 100!important;
}