/*
	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 */
}

.sb-packages-list .sb-package__limit,
.sb-package__service-item .title {
  display: none !important;
}


.date-item {
  position: relative;
  color: #000; /* Adjust text color if needed */
}

.date-item .icon.clock,
.date-item span:not(.icon) {
  display: none !important;
}

.plugin-group-booking {
  display: none !important;
}

.plugin-group-booking {
  display: none !important;
}

.plus.sb_group_count,
.minus.sb_group_count,
.sb-group-counter-input-div {
  display: none !important;
}

#sb_group_booking_container,
.cap-slider,
.plugin-group-booking {
  display: none !important;
}

.read-more {
  display: block;
  margin-inline: auto;
  font-size: 22px;
  text-align: center;
}

label[for="sb_grid_service_id"] {
  display: none !important;
}

label[for="sb_grid_provider_id"] {
  display: none !important;
}

#sb_grid_service_id {
  display: none !important;
}

#sb_morning_part,
#sb_afternoon_part,
#sb_evening_part {
  display: none !important;
}

.days-of-week {
  text-align: center;
}

.buttons {
  margin: 0 auto;
  width: max-content; /* or a fixed width */
  display: flex;
  gap: 8px;
}

.item-container__icon--sign-in::after {
  content: " Log In";
  font-weight: normal; /* adjust if needed */
  font-size: 1em;       /* adjust size as needed */
  margin-left: 5px;     /* space between icon and text */
  color: inherit;       /* match surrounding text color */
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#page {
  padding-top: 100px; /* Adjust based on your header height */
}

/* Make top nav and JOIN NOW button sticky */
nav.navbar, .navbar-brand, .navbar-toggler {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  width: 100%;
}

/* Push main content down so nothing hides under the sticky nav */
body {
  padding-top: 72px; /* Adjust if nav height differs */
}