/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2023 | 19:33:12 */
.custom-appointment-form .jet-apb-slot:hover {
    background: black !important;
}
.custom-appointment-form .jet-apb-calendar-date:hover {
    background: #5858580d;
    border-radius: 3px !important;
}
.custom-appointment-form .jet-apb-calendar-appointments-list-wrapper span.jet-form__label-text {
    font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
}
.custom-appointment-form .jet-apb-calendar-appointments-list {
    padding: 30px 0px 0px 0px;
}

.custom-appointment-form .jet-apb-appointments-item{
    margin-bottom: 0px !important;
    font-family: 'Poppins';
    font-size: 15px;
}

.custom-appointment-form  .jet-apb-calendar-date.jet-apb-calendar-date--selected {
    background: #f3733566;
    border-radius: 5px;
}
.custom-list li.elementor-icon-list-item {
    border: 2px solid gray;
    padding: 6px 15px;
}