/*
	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 */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

/*------------------CUSTOM-----------------------*/

/*
header#header {
   display: none;
}
*/

#main-buttons{
min-height: 20vh !important;
height: 400px;
}

#main #main-content #sb_content #client-login .custom-form .sign_button_wrap .btn.custom {
    color: black;
}

#main #main-content #sb_content #steps .datetime-step #sb_dateview_container .top-date-select .datepicker-button .btn{
    border-color: #924098;
    color: #924098;
}

#main #main-content #sb_content #steps .datetime-step #sb_dateview_container .top-date-select .datepicker-button .btn.btn-link:hover{
    border-color: #423A7E;
    color: #423A7E;
}

#main #main-buttons #about-us{
    text-align:center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

#main #main-buttons #about-us h2{
font-size: clamp(1.5rem, 5vw, 3rem);
}

#main #main-buttons #about-us{
color:#ffffff;
}

#main #main-buttons #about-us > div > p{
color:#ffffff;
}