/* ====== CUSTOM SIMPLYBOOK CSS ====== */

/* Hide only the "Sélectionner" button for the 2nd card (Consultation en cabinet) */
#sb_service_step_container > div:nth-child(2) > div > div.excerpt-info > div.tab-pd > div.btn-bar > div.btn.select.custom {
    display: none !important;
}

/* Optional: remove extra space where the button was */
#sb_service_step_container > div:nth-child(2) > div > div.excerpt-info > div.tab-pd > div.btn-bar {
    display: none !important;
}

/* ====== Default SimplyBook placeholders ====== */

#events h3 {
    /* custom styling here if needed */
}

#events p.duration, #events div.duration {
    /* custom styling here if needed */
}

#events p.description, #events div.description {
    /* custom styling here if needed */
}

#events .selectedEvent {
    /* custom styling here if needed */
}

#events input.reserve_time_btn {
    /* custom styling here if needed */
}

#events input.select_another_btn {
    /* custom styling here if needed */
}

#eventForm #start_date-block-container h3, #eventForm #timeline-container h3 {
    /* custom styling here if needed */
}

#eventForm #save_button {
    /* custom styling here if needed */
}

div.ui-widget-content {
    /* custom styling here if needed */
}

div.ui-widget-header {
    /* custom styling here if needed */
}

#timeline-container table.timeline {
    /* custom styling here if needed */
}

.timeline td.not_worked_time {
    /* custom styling here if needed */
}

.timeline td.free_time {
    /* custom styling here if needed */
}

.timeline td.selected_time {
    /* custom styling here if needed */
}

.timeline td.reserved_time {
    /* custom styling here if needed */
}

div#loading {
    /* custom styling here if needed */
}

#start_date-block-container .zend_form dt,
start_date-block-container .zend_form dt b,
start_date-block-container .zend_form dd label {
    /* custom styling here if needed */
}
