#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package_calendarPage .dateField {
    /**
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .available_day,
#booking-package_schedulePage .selectable_day_slot,
#booking-package .selectable_service_slot,
#booking-package .selectable_time_slot {
  transition: all ease .3s;
}

#booking-package_calendarPage .available_day:hover {
    background-color: #f2f5e9;
}

#booking-package_calendarPage .day_slot {
    height: 7em;
}

#booking-package_calendarPage .symbolPanel,
#booking-package_calendarPage .numberInsteadOfSymbols {
    font-size: 1.4em !important;
}

.selectable_service_slot {
  position: relative;
}

.selectable_service_slot::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #57624c;
  border-right: solid 2px #57624c;
  transform: rotate(45deg);
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.selectable_service_slot {
  padding: 10px 36px 10px 10px !important;
}

.service_name_cost {
  font-size: 20px;
}

.descriptionOfService {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

#booking-package_inputFormPanel .form_text,
#booking-package-loginform .form_text,
#booking-package-user-form .form_text,
#booking-package-user-edit-form .form_text {
  padding: 0.6em;
  border-radius: 4px;
}

#booking-package input[type=radio] {
  display: none;
}

#booking_package_input_details .radio_title {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
}

#booking_package_input_details .radio_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
}

#booking_package_input_details .radio_title::after {
  content: '';
  position: absolute;
  left: 5.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: .3s;
}

#booking_package_input_details input[type="radio"]:checked + .radio_title::before {
  background-color: #0f9f3e;
}

#booking_package_input_details input[type="radio"]:checked + .radio_title::after {
  opacity: 1;
}

#booking_package_input_privacypolicy label + label {
  margin-left: 15px;
}


#booking-package input[type=checkbox] {
  display: none;
}

#booking_package_input_privacypolicy .radio_title {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}


#booking_package_input_privacypolicy input[type="checkbox"] + .radio_title::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; 
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


#booking_package_input_privacypolicy input[type="checkbox"] + .radio_title::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #0f9f3e;
    border-bottom: 3px solid #0f9f3e;
    left: 6px;
    top: 43%;
    opacity: 0;
    transition: .3s;
}

#booking_package_input_privacypolicy input[type="checkbox"]:checked + .radio_title::after {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  #booking-package_calendarPage .day_slot {
    height: 5em;
  }
}

@media screen and (max-width: 480px) {
  #booking-package_schedulePage .courseListPanel {
    width: 80%;
    left: 20%;
  }

  #booking-package_schedulePage .daysListPanel {
    width: 20%;
  }

  #booking-package_schedulePage .selectable_day_slot {
    justify-content: center;
    gap: 6px;
  }

  .service_name_cost {
    font-size: 18px;
  }

  .descriptionOfService {
    font-size: 14px;
  }
}