#bookingCtrl {
  background-color: #f6f6f9;
}

@media (max-width: 720px) {
  #searchTitle {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.search-page-title-container #searchTitle {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  color: #202359;
}
@media (max-width: 720px) {
  .search-page-title-container #searchTitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.search-page-title-container #searchDescription {
  color: #202359;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 720px) {
  .search-page-title-container #searchDescription {
    font-size: 14px;
    line-height: 21px;
  }
}

.searchinput input.vs__search {
  height: 0;
}
.searchinput ul#vs1__listbox {
  top: 30px;
}

.school-details {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 30px;
  display: flex;
}
@media screen and (max-width: 720px) {
  .school-details {
    padding: 20px 16px;
  }
}
.school-details .logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-radius: 11px;
}
@media screen and (max-width: 720px) {
  .school-details .logo {
    width: 90px;
  }
}
.school-details .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.school-details .body h5 {
  font-size: var(--font-18);
  color: var(--Ya-main);
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .school-details .body h5 {
    font-size: 14px;
  }
}
.school-details .body p {
  font-size: var(--font-14);
  color: #737598;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .school-details .body p {
    font-size: var(--font-11);
    line-height: 22px;
  }
}
.school-details .body p span {
  color: var(--Ya-main);
  white-space: nowrap;
}

.box-form {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .box-form {
    padding: 20px 16px;
  }
}
.box-form h3 {
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box-form h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.box-form .control-label {
  font-size: var(--font-11);
  font-weight: 400;
  color: var(--Ya-main);
}
.box-form .childsTable {
  background-color: transparent !important;
  padding: 0 !important;
}
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer thead {
  display: none;
}
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tbody tr {
  display: block;
  width: 100%;
}
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tbody tr td {
  display: inline-block;
  width: 33%;
  padding: 0 1% 20px !important;
}
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tbody tr td.list-cell__birthdate-day,
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tbody tr td.list-cell__birthdate-month,
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tbody tr td.list-cell__birthdate-year {
  display: inline-block;
  width: 32%;
  padding: 0 1% 20px !important;
}
@media (max-width: 720px) {
  .box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tbody tr td {
    display: block;
    width: 100%;
  }
  .box-form .childsTable .bookingInvoice {
    display: none;
  }
}
.box-form .childsTable .multiple-input-list.table.table-condensed.table-renderer tfoot tr td:first-child {
  display: none;
}
.box-form .childsTable .multiple-input,
.box-form .childsTable .multiple-input-list__item {
  position: relative;
}
.box-form .childsTable .multiple-input-list__item {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  padding: 0;
}
.box-form .childsTable .multiple-input-list__btn.js-input-remove {
  position: absolute;
  width: 40px;
  left: 7px;
  top: -26px;
  height: 40px !important;
  border-radius: 6px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.box-form .childsTable table td select,
.box-form .childsTable table td input {
  height: 48px !important;
  padding: 8px !important;
}
.box-form .childsTable .select2-container--krajee .select2-selection--single,
.box-form .childsTable #bookingCtrl .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
  border: 1px solid #babbcf !important;
  border-radius: 16px !important;
}
.box-form .childsTable .select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}
.box-form .childsTable .select2-container--krajee .select2-selection--single .select2-selection__rendered {
  margin-top: 7px;
}
.box-form .childsTable .list-cell__button {
  text-align: center;
  padding: 0 !important;
  width: 100% !important;
}
.box-form .childsTable .list-cell__button .btn {
  padding: 13px 40px !important;
  width: auto;
  height: 50px;
  font-size: var(--font-16) !important;
  border-radius: 12px !important;
  color: #2ea9d3 !important;
  z-index: 10000;
  background-color: #eaf6fb;
}
@media (max-width: 720px) {
  .box-form .childsTable .list-cell__button .btn {
    width: fit-content;
    position: relative;
    margin: auto;
    margin-top: -40px;
  }
}
.box-form .childsTable .table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}
.box-form .paid_amount {
  border: 2px dashed #babbcf;
  background-color: #f6f6f9;
  border-radius: 8px;
}
.box-form .areb-logo {
  background: #ebf4f9cc;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-form hr {
  margin: 2rem 0 0.5rem 0;
  color: inherit;
  border: 0;
  border-top: 2px solid #f6f6f9;
  opacity: 1;
}

.payment-options {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.payment-options .accordion .accordion-item {
  border: 1px solid #f6f6f9;
  border-radius: 18px;
}
.payment-options .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  border-radius: 18px;
}
.payment-options .accordion .accordion-item .accordion-header .accordion-button span {
  color: var(--Ya-main);
  font-size: var(--font-18);
  font-weight: 600;
}
.payment-options .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #f6f6f9;
}
.payment-options .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.payment-options .accordion .accordion-item .accordion-body .border-top {
  border-top: 1px solid #f6f6f9;
  padding-top: 20px;
}

.child-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.child-list li {
  display: flex;
  margin-bottom: 12px;
}
.child-list li .child-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.child-list li .child-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.child-list li a {
  font-size: var(--font-16);
  color: var(--Ya-secoundry);
  font-weight: 400;
  text-decoration: underline !important;
}
.child-list li h6 {
  font-size: var(--font-16);
  color: var(--Ya-main);
  font-weight: 600;
  margin-bottom: 0;
}
.child-list li p {
  font-size: var(--font-16);
  color: var(--Ya-main);
  font-weight: 400;
  margin-bottom: 0;
}

.invoice {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.invoice li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.invoice li p {
  font-size: var(--font-16);
  color: var(--Ya-main);
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.invoice.stagesList li, .invoice.paymentInvoices li {
  margin-bottom: 10px;
}
.invoice.stagesList div small, .invoice.paymentInvoices div small {
  font-size: 80%;
}

.totals {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
.totals li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  background: #f6f6f9;
  border: 1px dashed #babbcf;
  border-radius: 8px;
}
.totals li p {
  font-size: var(--font-22);
  color: var(--Ya-main);
  font-weight: 500;
  margin-bottom: 0;
}

.totals-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  background: #f6f6f9;
  border: 1px dashed #babbcf;
  border-radius: 8px;
}
.totals-li p {
  font-size: var(--font-22);
  color: var(--Ya-main);
  font-weight: 500;
  margin-bottom: 0;
}

.calender-box {
  background-color: #f6f6f9;
  padding: 56px 48px;
  border-radius: 16px;
  width: 600px;
  max-width: 90%;
}
.calender-box .school-details {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
}
.calender-box .school-details .logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.calender-box .school-details .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.calender-box .school-details .body h5 {
  font-size: var(--font-16);
  color: var(--Ya-main);
  font-weight: 400;
  margin-bottom: 0;
}

#bookingCtrl .radio label,
#bookingCtrl .checkbox label {
  line-height: 40px;
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 14px;
}
@media (max-width: 720px) {
  #bookingCtrl .radio label,
#bookingCtrl .checkbox label {
    font-size: 12px;
  }
}

.parent-detail label {
  color: #737598;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400;
}

.allowance_btn {
  background: linear-gradient(115.13deg, #eaf6fb 6.47%, #fef1cc 120.13%);
  border-radius: 12px;
  padding: 20px;
}
.allowance_btn h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  color: #202359;
}
.allowance_btn p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #202359;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .results > div:first-child > div:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .vs__actions {
    gap: 10px;
  }
}
.accordion-button {
  background-color: #fff;
  border-radius: 18px;
}
.accordion-button img {
  width: 80px !important;
  height: 30px !important;
}
.accordion-button span {
  font-size: 14px;
  margin-inline-end: 10px;
}

.parent-detail > h2 {
  font-weight: 500 !important;
}

.form-check-label.text-danger {
  font-size: 14px !important;
}