/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 div#widget_container   {
	/* add your css rule here */
}


 #widget_container #widget_header   {
	/* add your css rule here */
}


 #widget_container #widget_footer   {
	/* add your css rule here */
}


 #widget_container h1.title a   {
	/* add your css rule here */
}


 #events .event_price   {
	/* add your css rule here */
}


 #eventForm dd.extention_data   {
	/* add your css rule here */
}


 dd.extention_data dl.zend_form dt, dd.extention_data dl.zend_form dd label   {
	/* add your css rule here */
}
.is-widget:not(.line) #header.widget {
 display: none;
}
#footer .copyright {
 display: none;
}
body {
    letter-spacing: 1px !important;
}
#main #main-content #sb_content #sb-timeline #steps-nav .booking-info ul li.passed .content .title-sub {
    color: #d6b161 !important;
    margin-top: 12px;
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected .day-on {
    color: #303030 !important;
    font-weight: bold;
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected {
       border-radius: 25px;
      background: #f5dfb1;
}
#sb-timeline #steps #steps-content #sb_booking_content .provider-item .name {
       padding: 15px;
}
#main #main-content #sb_content #sb-timeline #steps-nav .booking-info ul li .content .title-sub {
    font-size: 15px;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .step-content .item .tab {
    border-radius: 10px;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .step-content .item .excerpt-info .preloader {
    border-radius: 10px 10px 0px 0px;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .step-content .item.provider-item .photo {
    border-radius: 10px 10px 0px 0px;
}
#booking-result-view .back-to-services {
   color: #fff;
}
.current-booking-info .calendar .header {
   color: #e73737;
}
.tab.tab-col .txt.short {
   color: #9f9e9e;
}
.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container { 
    background-color: unset !important;
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell {
   border-radius: 5px;
   font-size: 16px;
   font-weight: bold;
}
#main-content {
  letter-spacing: 2px;
}
.filter .filter-list {
  border: unset;
  text-align: center;
}
#sb_booking_content .filter .filter-list {
    background-image: url(https://i0.wp.com/spacet-lab.com/wp-content/uploads/2024/05/mczh-tw700x700_large22950.png);
    background-repeat: no-repeat;
    background-position: 25% 75%;
    background-size: contain;
}
.filter--input-field.form-control:not([type=checkbox]), .filter input[type=text] {
  border-radius: 30px;
  min-width: 400px;
  margin-top: 10px;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .step-content .item.provider-item .caption .name {
  padding-left: 0;
}
#sb_service_step_container .tab.tab-col .excerpt-info .preloader {
    padding-bottom: 100%;
}
 #main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .detail-step .custom-form select option {
    color: #ffffff !important;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .detail-step .custom-form input:not([type=checkbox]):not([type=radio]) {     border-radius: 26px;
    padding: 25px 45px;
    border-color: #656565 !important;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .detail-step .custom-form select {     
    border-color: #656565 !important;
    border-radius: 26px;
    padding: 5px 45px;
    height: 50px;
}