@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: 24px;
    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: 24px;
    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: 22px;
    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%, #fab29c);
    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,
.available-classes .class-venue-information {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 60%;
    border-radius: 14px;
    flex-direction: column;
}

.available-classes .class-venue-information {
    border-radius: 50px;
    padding: 5px 12px;
    text-align: center;
    width: 18%;
}

.available-classes-book-button-container {
    margin: auto;
    width: 20%;
    text-align: center;
}

.available-classes {
    position: relative;
}

.tooltip-class-booking {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tooltip-class-booking .tooltip-button-col {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    
    
}
.tooltip-class-booking .tooltip-button-col.fully-booked{
    display: contents;
}

.class-information .class-venue-name {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
}

.available-classes .class-booked {
    position: absolute;
    right: 0;
    min-width: 286px;
    width: 40%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    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;
} */

select#age-range option[value="All ages"] {
    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: 100%;
}

.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: 60%;
}

.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%;
}

.ui-datepicker-calendar {
    display: none;
    /* Hide the day picker */
}

.ui-datepicker {
    width: 225px;
}

.ui-datepicker-title {
    text-align: center;
}

.map-container {
    background: #000;
}

.tooltip-bottom-col .class-description {
    margin-bottom: 30px;
    margin-top: 30px;
}

.tooltip-bottom-col-inner {
    margin: 30px 0;
    border-top: 1px dotted #000;
    padding: 20px 0;
}

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

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

    .book-class-content-wrapper .class-fee-information,
    .available-classes .class-venue-information {
        width: 60%;
    }

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

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

    .available-classes p {
        line-height: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 1080px) {
    .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 {
        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%;
    }

    .available-classes {
        gap: 10px;
    }

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

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

    .available-classes p {
        padding: 3px;
        line-height: 16px;
    }

    .territory-contact-details p {
        font-size: 16px;
    }

    .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 {
        font-size: 18px;
    }

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

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

    .class-information .class-venue-name {
        font-size: 20px;
    }

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

    .tooltip-banner-info-table table tr th{
        font-size: 16px;
    }

    .tooltip-banner-info-table table tr td{
        font-size: 12px;
    }
}

@media screen and (max-width: 525px) {
    .available-classes .class-booked {
        right: 0;
        left: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        min-width: 252px;
    }

    .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;
    }

    .available-classes {
        flex-direction: column;
    }

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

    .book-class-content-wrapper {
        gap: 10px;
    }

    .available-classes-information {
        row-gap: 38px;
    }

    .territory-contact-details h3 {
        line-height: 58px;
    }

    .available-classes-book-button-container,
    .available-classes-book-button {
        width: 100%;
    }

    .available-classes-book-button {
        display: block;
    }

    .available-classes-book-button a {
        width: 50%;
        margin: auto;
        justify-content: center;
    }

    .teacher-detail-row {
        flex-wrap: wrap;
    }

    .teacher-detail-col {
        width: 100%;
    }
}