/* Add this CSS to style the booking form */

#booking-form {
    max-width: 400px; /* Adjust the width based on your design */
    margin: 0 auto;

}

#booking-form label {
    display: block;
    margin-bottom: 5px;
}

#booking-form select,
#booking-form input[type="text"],
#booking-form input[type="email"],
#booking-form input[type="tel"] {
    height: 
    40px;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%; /* Make the input fields fill the container width */
    box-sizing: border-box; /* Include padding and border in the total width/height */
    border-radius: 10px;
    background-color: #f5f5f5!important;
}

#booking-details label {
    display: block;
    margin-bottom: 5px;
    color:#ffffff!important;
}

#sales-rep-visit-address {
    margin-top: 10px;
}
