/*
	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 */
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  padding: 14px 18px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
  z-index: 9999;
}
.whatsapp-btn:hover {
  background-color: #1ebe5b;
}

/* WhatsApp icon inside */
.whatsapp-btn::before {
  content: "💬 ";
}

.whatsapp-btn {
  display: inline-block;
  background-color: #25D366;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 18px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.whatsapp-fixed {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: #fff !important;
padding: 14px 22px;
border-radius: 50px;
font-weight: bold;
font-size: 18px;
text-decoration: none;
box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
z-index: 9999;
transition: 0.3s;
}
.whatsapp-fixed:hover {
background-color: #1ebe5b;
transform: scale(1.1);
}
.whatsapp-fixed:before {
content: "💬 ";
} /* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-decoration: none !important;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  transition: 0.2s;
}

}