.wccp-picker {
  background: #fdfdfd;
  padding: 16px;
  border-radius: 12px;
  /* border: 2px solid #7f54b3; */
  margin: 20px 0;
}
#date-picker-inline .ui-datepicker {
  width: 100%;
  max-width: 360px;
  border: 1px solid #ddd;
}
.ui-datepicker-calendar .ui-state-active {
  background-color: #023047 !important; color: #fff !important;
}
#time_slot_wrap { margin-top: 12px; border-top: 1px dashed #ccc; padding-top: 12px; }
#time_selected_display { width: 100%; }
#stock_status_msg { margin-top: 8px; padding: 10px; background: #f8f9fa; border-radius: 4px; text-align: center; }

/*DESACTIVAR CABECERA CALENDARIO PARA CLASES INDIVIDUALES Y BONOS*/
.post-3768 #custom_datepicker_wrap,
.post-3749 #custom_datepicker_wrap,
.post-3765 #custom_datepicker_wrap,
.post-5238 #custom_datepicker_wrap,
.post-3740 #custom_datepicker_wrap,
.post-5033 #custom_datepicker_wrap{
    display: none!important;
}