#appointment-name{
    background-color: white;
    color: black;
}

#appointment-phone{
    background-color: white;
    color: black;
}


/* Fix black overlay on Bootstrap modal */
.modal-backdrop {
    background-color: rgba(0,0,0,0.6);
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

/* Disable preloader from hijacking modal */
.preloader {
    display: none !important;
}
