/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.subtotal-bold {
    font-weight: bold;
}
.form-group,
.form-floating label,
.form-floating input,
.timeSelect,
#timeSlots,
#toggleTimeFormat,
#shootHours {
    font-size: 14px !important; /* Ensures all elements follow the same font size */
}
.unavailable-date {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
    border-radius: 50%;
}