@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.country-filter-form-container {
  margin: auto;
}

.class-form-container {
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-right: 0;
}

.class-form-container .form-group {
  margin-bottom: 15px;
}

.class-form-container label {
  display: block;
  margin-bottom: 5px;
  color: #30262E;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.class-form-container select {
  color: #000;
  font-size: 16px;
  width: 100%;
  padding: 30px 10px 30px 42px;
  border: 1px solid #ccc;
  border-radius: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/wp-content/uploads/2024/06/Mask-group.svg);
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 50%;
  background-size: 24px;
}

.form-groups-container {
  margin-bottom: 17px;
}

.class-form-container .submit-button {
  background-color: #f6eb13;
  font-family: 'Poppins';
  border-radius: 50px;
  border: none;
  padding: 15px 48px;
  margin: auto;
  color: #302b2b;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.32px;
  display: flex;
  cursor: pointer;
  align-items: center;
  transition: all 0.4s ease;
}

.class-form-container .submit-button:hover {
  background-color: #302b2b;
  color: #f6eb13;
}

.form-disclaimer-content p {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #30262E;
  text-align: right;
}

.form-disclaimer-content a {
  color: #30262E;
  text-decoration: underline;
  transition: all 0.4s ease;
}

.form-disclaimer-content a:hover {
  text-decoration: none;
}

.class-form-container {
  padding-bottom: 32px;
}

/* filter button style */


.no-facility-found {
  text-align: center;
}

/* ---- loader style ---- */

.facility-loader {
  position: relative;
  width: 100px;
  aspect-ratio: 1;
  background: conic-gradient(transparent, transparent 12%, #a7d5b8);
  border-radius: 50%;
  margin: auto;
  -webkit-animation: spin 1.1s linear infinite;
  animation: spin 1.1s linear infinite;
}

.facility-loader::before,
.facility-loader::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.facility-loader::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to left, #a7d5b8 50%, transparent 50%);
  width: var(--loader-bar-width);
  aspect-ratio: 1;
}

.facility-loader::after {
  inset: var(--loader-bar-width);
  background: #a7d5b8;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}


/* Booking class Style */

.class-information-wrapper h6 {
  font-size: 26px;
  font-family: 'Poppins';
  margin-bottom: 5px;
}

.class-information-wrapper .class-type-facility {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: bold;
  margin-top: 5px;
}

.book-class-content-wrapper .class-fee-information {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}

.book-class-content-wrapper .class-fee-information h6 {
  margin: 0;
  font-family: 'Poppins';
}

.book-class-content-wrapper .class-fee-information p {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}

.available-classes {
  position: relative;
}

.available-classes .class-booked {
  position: absolute;
  right: -7%;
  left: 88px;
  top: -10px;
  background: #000;
  border-radius: 12px;
  padding: 10px 20px;
}

.available-classes .class-booked p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.available-classes .class-booked p a {
  color: #1b75d0;
  font-weight: 500;
  text-transform: initial;
  text-decoration: underline;
}

span.booked-icon {
  color: #fff;
  border: 2px solid #fff;
  padding: 1px 6px 1px 7px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}

/*.age-container:first-child {
  display: none;
}*/

/* banner tooltip table style */


.tooltip-content-col.tooltip-banner-info-table {
  width: 100%;
  padding: 30px;
}

.tooltip-content-col.tooltip-banner-info-table table {
  margin: auto;
  width: 70%;
}

.tooltip-banner-info-table table tr td,
.tooltip-banner-info-table table tr th {
  padding: 20px;
}

.tooltip-banner-info-table table tr th {
  font-size: 26px;
  font-family: 'Poppins';
}

.tooltip-banner-info-table table tr td:nth-child(odd) {
  width: 90%;
}

.tooltip-banner-info-table table tr td:nth-child(even) {
  font-weight: 600;
}

.tooltip-banner-info-table table tbody tr:nth-child(odd) {
  background: #a6d5b8;
}

.tooltip-banner-info-table table tbody tr:nth-child(even) {
  background: #ddbad8;
}

.tooltip-banner-info-table table thead tr {
  background: #ddbad8;
}


div#lesson-banner-info {
  cursor: pointer;
}

.tooltip-info-banner{
  display: none;
}
.tooltip-active.tooltip-info-banner{
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100vh;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.tooltip-active.tooltip-info-banner .tooltip-container{
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .book-class-content-wrapper {
    flex-direction: column;
    row-gap: 18px;
  }

  .class-venue-information,
  .class-fee-information {
    padding: 8px;
  }

  .class-information,
  .class-venue-information,
  .class-fee-information,
  .available-classes-information {
    width: 80%;
    margin: auto;
  }

  .class-information {
    justify-content: center;
    padding: 10px;
  }
}

@media screen and (max-width: 1080px) {
  .available-classes .class-booked {
    left: 30%;
  }

  .class-form-container {
    margin-right: auto;
    margin-top: 50px;
  }

  .form-disclaimer-content p {
    text-align: center;
  }

  .class-form-container .submit-button {
    padding: 10px 34px;
    font-size: 24px;
  }

}

@media screen and (max-width: 768px) {
  .available-classes .class-booked {
    right: -4%;
    left: 17%;
    top: -8px;
    padding: 4px 10px;
    letter-spacing: 1px;
  }

  span.booked-icon {
    font-size: 10px;
  }

  .class-information,
  .class-venue-information,
  .class-fee-information,
  .available-classes-information {
    width: 100%;
  }

  .class-venue-information h6,
  .class-fee-information h6 {
    font-size: 20px;
  }

  .available-classes-book-button a {
    font-size: 14px;
  }

  .available-classes p {
    font-size: 14px;
    padding: 3px;
  }

  .available-class-timing {
    width: 60%;
  }

  .available-classes-book-button-container {
    display: flex;
    align-items: center;
  }

  .info-icon-container-wrapper h6,
  .class-information-wrapper p,
  .class-information-wrapper .class-type-facility,
  .class-venue-information h6,
  .class-fee-information h6,
  .book-class-content-wrapper .class-fee-information p {
    font-size: 18px;
  }

  .class-information-wrapper p {
    line-height: 19px;
  }

  .book-class-content-wrapper .class-fee-information p {
    line-height: 28px;
  }

 
}

@media screen and (max-width: 525px) {
  .available-classes .class-booked {
    right: -32px;
  }

  .available-classes .class-booked p {
    font-size: 10px;
  }

  span.booked-icon {
    padding: 1px 3px 1px 5px;
    margin-right: 6px;
  }

  span.booked-icon {
    font-size: 8px;
  }
}

@media screen and (max-width: 525px) {
  .available-classes p {
    font-size: 9px;
  }
}