
.box {
  border: 2px solid #c4d3e5;
  background: #f9feff;
  padding: 0 18px 18px;
  margin: 0 auto
}
.app_services_dropdown_title{ font-size: 1em;}
.app_service_excerpts{display:none}
.app_services_dropdown_select{padding: 0;}
select#app_select_services {padding: 8px 20px;margin: 0;}
.app_services_button{display:none}
.appointments-wrapper {
  border: 1px solid #1E1F1B;
  border-radius: 5px;
  padding: 30px 50px;
}
.appointments-wrapper > h3{font-size: 20px;width: 50%;font-family: 'Satoshi';text-transform: initial;margin-bottom: 15px;}
.appointments-wrapper .appointments-instructions{display:none}
.appointments-list{margin: 0;display: flex;align-items: center;}
.appointments-list table{border: none;}
.appointments-list table th{color: #000;border: 0px solid #e5e5e5;padding: 10px 0;font-size: 18px;font-weight: 500;}
.appointments-list table td{
  border-color: #627039;
}
.appointments-list table td[colspan]{
  border: 0;
}

.appointments-list table td p{
  font-size: 16px;
  color: #000;
  margin:0;
  text-align:center;
  padding:10px 0;
}

div.free,div.busy{color: #1E1F1B;}
.appointments-list table td.busy p{color:#fff}
.appointments-list table td.free p{}
.appointments-list table td.notpossible p{}

.appointments-legend-table {margin: 0;float: none;font-size: 1rem;border-collapse: separate;} 
table.appointments-legend-table td{
  min-width: 28px;
}
.appointments-legend-table td:not(.class-name){
  border: 1px solid #627039!important;
}
.appointments-legend-table td.class-name:nth-child(1) {padding-left: 0;} 
.appointments-legend td.free, .appointments-legend td.busy, .appointments-legend td.notpossible {
  border-radius: 50%;
}
.appointments-legend td.notpossible {
  
}

.appointments-list table td.today{opacity:1;/* background: #e36f53 !important; *//* color: #fff; */}
.appointments-list table td.today p{background-color: #f1901f;}
.appointments-list table td.free.today{opacity: 1;}
.app_timetable{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 8px;justify-items: center;margin-left: 40px;}
.app_timetable_title{display:none;}
.app_timetable_cell {
  padding: 5px 10px;
  margin: 0;
  font-size: 1rem;
  width: 100%;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid #627039;
}
.app_timetable_cell.busy{border-color:#f1901f; }

.appointments-pagination{padding-bottom: 0;}
.appointments-pagination a, .appointments-confirmation-buttons input, .app [type="submit"]{
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  background: #F08066;
  box-shadow: none;
  text-shadow: none;
  vertical-align: middle;
  border-radius: 50px;
  cursor: pointer;
}
.appointments-pagination a:hover, .appointments-confirmation-buttons input:hover, .app [type="submit"]:hover{background: #E36F53;}

.appointments-confirmation-wrapper fieldset{border: 0;margin: 0;padding: 0;padding-top: 0;}
.appointments-confirmation-wrapper fieldset legend{
  border: 0;    margin: 0;    font-weight: bold;
}
.appointments-confirmation-wrapper fieldset legend h3{
  font-weight: 800;  text-transform: none;  font-size: 20px;
}
.appointments-confirmation-wrapper fieldset >div[class*="appointments"]{border: 0; margin-bottom: 25px; }
.appointments-confirmation-wrapper fieldset >div[class*="appointments"][class*="field"]{margin-bottom: 20px;}
.appointments-confirmation-wrapper fieldset label{font-size: 18px;}
.appointments-confirmation-wrapper fieldset label span{/* font-size: 18px; */color: #627039;}
.appointments-confirmation-wrapper [class*="-field"] span{margin-top: 4px;}
.appointments-confirmation-wrapper .appointments-gcal-field span{margin-top: 0px;}
.appointments-confirmation-wrapper fieldset input[type="text"]{
  border: 1px solid #1E1F1B;
  border-radius: 50px;
  font-size: 16px;
  padding: 6px 15px;
  background: transparent;
}
.appointments-confirmation-buttons .appointments-confirmation-cancel-button{
  margin-left: 20px;
  /* background: #fff; */
  /* color:#f1901f; */
  /* border: 1px solid #f1901f; */
}
.appointments-confirmation-buttons .appointments-confirmation-cancel-button:hover{
  margin-left: 20px;
  /* background: #f1901f; */
  /* color:#fff; */
  /* border: 1px solid #f1901f; */
}

.app ul {
  list-style: none;
  margin: 0 auto;
  padding: 20px;
  max-width: 860px;
}
.app li {
  padding-bottom: 50px;
  max-width: 700px;
  margin: auto;
}
.app li.no-show{
  display: none;
}
.app li.confirm{border:none; display: none; margin-top: 0;}
.app li > h3{
  font-size: 24px;
  display: flex;
  align-items: baseline;
  margin:0;
  /* margin-left: -70px; */
  margin-bottom: 10px;
}
.app li > h3 .circle {
  background: #F08066;
  color: #FFFCF5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}
div.notpossible{color: #2a3041;}
@media (max-width: 768px){
  .app ul{padding: 0;border: none;}
  .appointments-wrapper{
    padding: 20px 1rem;
  }
  .appointments-list{flex-direction: column;gap: 2rem;}
  .app_timetable{transform: none;margin: 0;justify-content: center;}
    
  .appointments-confirmation-wrapper input[type="text"]{width: 100%;}
}
@media (max-width: 540px){

  .app li h3{margin-left: 0; font-size: 22px;}
  .app li > h3{
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .app li > h3 .circle {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .appointments-wrapper > h3{width: 100%;}
  .app_timetable_cell{
    /* padding: 5px 0; */
    margin: 0 5px 5px;
    font-size: 16px;
  }
  .appointments-pagination a, .appointments-confirmation-buttons input, .app [type="submit"]{
    /* padding: 6px 8px; */
  }
}
.appointments-gcal-field{display: none;}
/*  pmt-info */
.no-show{display: none;}
.payment-options .form-group {
  padding: 10px 1rem;
  border: 1px solid #FED98E;
  margin-bottom: 0.5rem;
  border-radius: 50px;
}
.payment-options .form-group .checkbox{margin: 0}
.payment-options .form-group .checkbox [type=radio]{border-color: #F08066;border-width: medium;}
.payment-options .form-group:has(.checkbox input:checked){border-color: #F08066;background: #F08066;}
.payment-options .form-group:has(.checkbox input:checked) label{color:#fff}
.payment-options .form-group:has(.checkbox input:checked) label input[type=radio]{color: #F08066;border-color: #fff;}



.plan-details{display: flex;align-items: flex-start;margin-bottom: 50px;}
.plan-details .logo-wrap{ flex-shrink: 0;}
.plan-details .plan-logo{
  max-width: 120px;
  margin-top: 10px;
  margin-right: 15px;
}
.plan-details .plan-info h2{
  margin: 0;
  font-size: 30px;
}
.plan-details .plan-info .plan-text{
  margin: 0;
  font-weight: 500;
}
.plan-details .plan-info .plan-amt{
  color: #f1901f;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Gotham Book';
  margin: 10px 0;
}
.form input[type="text"]{
  color: #2a3041;
  background: #f9f5e4;
  border: 1px solid;
  border-radius: 0;
  font-weight: 500;
  padding: 6px 12px;
  width: 100%;
}
.form input[type="text"]:focus { outline: none; }

.pmt-info label {font-size: 18px;display: flex;align-content: center;align-items: center;gap: .75rem;}
.pmt-info label span{
  margin-left:10px;
  display: inline-block;
  vertical-align: text-bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pmt-info .paypal span{ width:100px; height: 25px; background-image: url('<?=THEME_IMAGES?>/pmt-paypal.png'); }
.pmt-info .wipay  span{ width:100px; height: 25px; background-image: url('<?=THEME_IMAGES?>/pmt-wipay.png'); }
.pmt-info .bank   span{ width: 25px; height: 25px; background-image: url('<?=THEME_IMAGES?>/pmt-bank.png');}
.pmt-btn .paypal, .pmt-btn .bank, .pmt-btn .wipay {display:none}

/*  */
.apmt-wrapper { background-color: rgba(192, 216, 81, 1); padding: 30px; }
.bg-green-main { background-color: rgba(192, 216, 81, 1); }
.bg-purple-main { background-color: rgba(152, 155, 199, 1); }
.reserve-time .list{border: none;}
/* .app_monthly_schedule_wrapper table { } */
/* .app_monthly_schedule_wrapper table td.notpossible p{ background: #e6e6e6; color: #000;} */
/* .app_monthly_schedule_wrapper table td.free p{ background: #989bc7; color: #000;} */
/* .app_monthly_schedule_wrapper table td.today p{  } */
/* .app_monthly_schedule_wrapper table td.busy p{  } */
