
.booking2024-main-wrap {
  font-family: 'IBM Plex Sans', sans-serif;
  width: 100%;
  max-width: 450px;  
  color: #000;
  border: 1px solid #72D54A;
  border-radius: 10px;    
  background-color: #fff;  
}

.booking2024-kanit {
  font-family: 'Kanit', sans-serif;
}

.booking2024-col-left {  
  float: left;    
  height: 170px;
  width: 48px;
  margin-top: 30px;  
  position: relative;
  right: -2px
}

.booking2024-main-button {      
  background: #72D54A;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 0.75em 1.1em;
  height: 175px;
  text-align: center;
  border-radius: 5px;  
  cursor: pointer;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg); 
}

.booking2024-mainstick-button {     
  display: none;
  position: fixed;
  right: 0;
  top: 290px;
  margin-top: 30px;  
  cursor: pointer;
  z-index: 8000;
  background: #72D54A;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 0.75em 1.1em;
  height: 175px;
  text-align: center;
  border-radius: 5px;  
  
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg); 
}

.booking2024-close {
  position: absolute; 
  right: 30px; 
  cursor: pointer;
}

.booking2024-col-right {    
  float: right; 
  width: 401px;
  min-height: 292px;
  border: 1px solid #72D54A;
  border-radius: 10px;    
  background-color: #fff;
}
.booking2024-center-info, #booking2024-booking-form, #booking2024-select-package, #booking2024-select-slot, #booking2024-lesson-detail, #booking2024-booked, #booking2024-bookederror, #booking2024-dummybooked {
  margin:25px;
}
#booking2024-select-package, #booking2024-select-slot, #booking2024-lesson-detail, #booking2024-booked, #booking2024-bookederror, #booking2024-dummybooked {
  display: none;
}
.booking2024-center-title {
  font-size: 20px;
  font-weight: bold;
  margin-top:10px;
  font-weight: 700;
  
}
.booking2024-center-addr-dt {  
  font-weight: 500 !important;
}

.booking2024-center-addr {
  font-size: 14px;
  padding: 5px 0;
  font-weight: 400;
}

.booking2024-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

#booking2024-btn-booknow {
  background: #72D54A;
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 0.75em;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;  
  width: 130px;
}

#booking2024-btn-contact {
  display: inline-block;
  background: none;
  color: #000;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 0.75em;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;  
  width: 160px;
  margin-left: 10px;
}
.booking2024-changelocation, .booking2024-changecenter, .booking2024-changelocation2 {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.booking2024-changecenter {
  margin-top: 7px;
}

.booking2024-letbookalesson, .booking2024-pickaservice-title {
  font-family: 'Kanit', sans-serif;  
  font-size: 2rem;
  font-weight:400;
}
.booking2024-letbookalesson-sub, .booking2024-package-subtitle, .booking2024-package-slot-ht {  
  font-size: 15px;    
  margin-bottom: 5px;    
}
.booking2024-letbookalesson-sub {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 300;
}

.package-slot-ht2 {
  font-size: 20px;  
  font-weight: 300;
}

#booking2024-notfindagoodtime {
  font-weight: bold;
  margin-bottom: 5px;
}

.booking2024-form-field-full {
  width: 100%;  
}
#booking2024-bookingform input[type="text"] {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
#booking2024-bookingform input[type="email"] {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
#booking2024-bookingform input[type="tel"] {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
#booking2024-bookingform input:focus{  
  outline: 0;  
  color: #000;
  border-color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;  
  border-bottom: 1px solid #000;
}

#booking2024-bookingform input:-webkit-autofill,
#booking2024-bookingform input:-webkit-autofill:hover, 
#booking2024-bookingform input:-webkit-autofill:focus, 
#booking2024-bookingform input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}

.booking2024-form-field-full label {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;  
  padding: 0;
  margin:0;
  margin-top: 1.5em;
}
.booking2024-button-handedness {
  padding-top: 20px;
}
.booking2024-button-handedness a {
  text-decoration: none;
  text-decoration-line:none;
}
.booking2024-button-handedness a p {
  margin: 0;
  padding: 0;
  letter-spacing: initial;
  font-family: "roboto", sans-serif;
  background: transparent;
  padding: 0.75em 2em;  
  width: 42%;
  text-align: center;  
  transition: all 0.5s ease-in-out; 
  font-style: normal;  
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  display: inline-block;
}
.booking2024-button-handedness-active {
  background: #D9D9D9 !important;
  color: #444444 !important;  
  border: 2px solid #D9D9D9;
  border-radius: 7px;
}
.booking2024-button-handedness-inactive {
  background: transparent !important;
  border: 2px solid #D9D9D9;
  border-radius: 5px;    
  color: #969191 !important;  
}
.booking2024lefthand {
  padding-left: 10px;
}
.booking2024-subscribe {
  margin-top: 20px;
}
.booking2024-subscribe2 {
  margin-top: 10px;
}
.booking2024-subscribe3 {
  margin-top: 30px;
}
#booking2024-btn-next-pick-location, #booking2024-confirm-service-btn, #booking2024-confirm-thistime-btn, #booking2024-btn-bookalesson,
  #booking2024-confirm-booking, #booking2024-booking-addcal, #booking2024-booking-close, #booking2024-bookerr-close {
  background: #72D54A;
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 1.2em;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;  
  width: 100%;
}
#booking2024-booking-addcal {
  background: #72D54A; 
  border: 1px solid #f9f8f8; 
}
#booking2024-booking-addcal a {
  color: #000;
  text-decoration: none;
  text-decoration-line:none;
  display: block;  
  height: 21px;
  width: 100%;
}
#booking2024-confirm-service-btn, 
  #booking2024-confirm-booking, #booking2024-booking-close, #booking2024-bookerr-close {
  margin-top: 25px;  
  margin-bottom: 20px;  
}
#booking2024-confirm-thistime-btn {
  margin-top: 25px;  
  margin-bottom: 10px;  
}

.booking2024-slpackage {
  position: relative;
  border: 2px solid #000;
  border-radius: 7px;
  padding:20px;
  cursor: pointer;
  margin-top: 20px;
}
.booking2024-slpackage-active {
  border-color: #000;
}
.booking2024-slpackage-inactive {
  border-color: #969191;
}

.booking2024-slpackage-name {
  font-size: 20px;
  font-weight: bold;
  margin-top:10px;
  font-weight: 700;
  margin-bottom:10px;
}
.booking2024-slpackage-des {
  font-size: 14px;  
  font-weight: 400;
}
.booking2024-slpackage-price {
  font-size: 16px;  
  font-weight: 600;
  margin-top: 10px;  
}

.booking2024-booked-title, .booking2024-booked-info, .booking2024-booked-bookingdate, .booking2024-booked-bookingtime, .booking2024-booked-bookingprice {
  font-size: 16px;  
  font-weight: 400;
  margin-top: 10px;  
}

.booking2024-slpackage-question {
  position: absolute; 
  right: 20px; 
  bottom: 10px;
  cursor: pointer;
}


.booking2024-othercenter {
  position: relative;
  border: 2px solid #000;
  border-radius: 7px;
  padding:20px;
  padding-left:60px;
  cursor: pointer;
  margin-top: 10px;  
  color: #999999;
}
.booking2024-othercenter-title, .booking2024-lesson-detail-title {
  font-size: 20px;
  font-weight: bold;  
  font-weight: 700;
  margin-bottom:10px;
}
.booking2024-othercenter-addr {
  font-size: 16px; 
  font-weight: 400; 
  padding-top: 5px;
}
.booking2024-othercenter-nexttime {
  padding-top: 15px;
  font-size: 14px;  
  font-weight: 400;
  color:#000;
}
  

.booking2024-othercenter-active {
  border-color: #000;
  color: #000;
}
.booking2024-othercenter-inactive {
  border-color: #969191;
  color: #999999;
}
.booking2024-othercenter-od {
  position: absolute; 
  left: 20px; 
  top: 25px;
}

.booking2024-lesson-detail-block {
  position: relative;
  border: 2px solid #000;
  border-radius: 7px;
  padding:20px;  
  cursor: pointer;
  margin-top: 10px;  
  color: #000;
}
.booking2024-lesson-detail-addr {
  font-size: 14px; 
  font-weight: 400; 
 
}
.booking2024-lesson-detail-change {
  font-size: 14px;  
  padding-top: 5px;
  text-decoration: underline;
  cursor: pointer; 
}
.booking2024-lesson-detail-title {
  margin-top: 29px;
  margin-bottom: 20px;
}
.booking2024_select_available_time {
  cursor: pointer;
}



.booking2024-center-addr-l3 a {
  color: #000;
}

.booking2024-hidden {
  display: none;
}
.booking2024mydslotsl {
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
}

#booking2024-othercenter-list {
  max-height: 400px;
  overflow-y: scroll;
}

/* Mobile */

/* header controll*/
.booking2024-header-mobile {
  display: block;      
  margin-bottom: 25px;
}
.booking2024-header-mobile-back {
  float: left;
  width: 8%;
  text-align: left;
  padding-left: 0;    
  cursor: pointer;
}
.booking2024-header-mobile-close {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 0;
  cursor: pointer;
  /* display: none; */
}

.booking2024-header-mobile2 {
  display: none;
}
.booking2024-header-mobile-home {
  float: left;
  width: 35%;
  text-align: left;
  padding-left: 0;   
  text-align: left; 
  cursor: pointer;
}
/* emd header controll*/
.booking2024-luh, .booking2024-luh-org {
  font-size: 14px;  
  margin-bottom: 15px;
  font-weight: 400;
  color: #555;
  border: 1px solid #555;
  padding: 8px 3px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  gap: 4px;
}

.booking2024-luh a {
  color: #72D54A;
  text-decoration: underline;
}
.booking2024-luh-centername-slotht {  
  font-size: 17px;
}
.booking2024-luh-centername {
  font-weight: 700;
  font-size: 15px;
}
.booking2024-luh-pg {
  font-size: 14px;
}
.booking2024-luh-call {
  font-size: 17px;
  font-weight: 700;
}

.booking2024-pickaservice-dummyslot {
  display: none;
}

#b2024duslots {
  cursor: pointer;
}
#b2024duslots-org {
  cursor: pointer;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 450px) {
  .booking2024-main-wrap, .booking2024-mainstick-button {
    top:inherit;
    bottom: 25%;
  }
  
  .booking2024-header-mobile-close {
    display: block;
  }

  .booking2024-header-mobile2 {
    display: block;
  }
  
  .booking2024-main-wrap {
    width: 100%;
  }
  .booking2024-main-wrap-mobile {
    top: 0;
  }
  .booking2024-col-left {
    display: none;
  
  }
  
  .booking2024-close {
    display: none;
  }
}

.booking2024-subscribe, .booking2024-subscribe2 {
  font-size: 14px;
}