@font-face {
    font-family: 'KippaxModern';
    src: url('../fonts/Kippax Modern Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KippaxModern-Regular';
    src: url('../fonts/Kippax Modern Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KippaxModern-Bold';
    src: url('../fonts/Kippax Modern Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KippaxModern-CondensedBold';
    src: url('../fonts/Kippax Modern Condensed Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "KippaxModern-Regular", sans-serif;
}

/* === GROUPED CLASSES - Shared across breakpoints === */
/* Group 1: 10 classes - Dividers */
.divider {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

.frame-flex-col-fs-fs-str-s0 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 3: 7 classes - Input/option containers */
.input-box,
.label15,
.label16,
.option-3,
.option-4,
.option-5,
.option-6 {
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 40px;
    position: relative;
}

/* Group 4: 5 classes - Small icons (20px) */
.icon10,
.icon11,
.icon3,
.icon4,
.icon9 {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

/* Group 5: 4 classes - Full-size absolute icons */
.icon,
.icon12,
.icon2,
.icon8 {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible;
}

/* Group 6: 4 classes - Row frames with gap-6px */
.collapsible-heading-row,
.status-sold-out,
.status-limited,
.status-available {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

/* Group 7: 4 classes - Row frames with gap-12px */
.basket-line-item,
.basket-extra-item,
.frame-bl,
.frame-bl2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 8: 3 classes - Icon wrapper containers */
.icon-wrapper,
.icon-wrapper2,
.leading-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

/* Group 9: 3 classes - Row frames with gap-24px */
.dob-input,
.basket-item-header,
.status-legend {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 10: 3 classes - Medium icons (24px) */
.icon5,
.icon6,
.icon7 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

/* Group 11: 3 classes - Checkbox/radio placeholders */
.leading-element-icon-checkbox-radio,
.tailing-icon,
.trailing-element-icon-checkbox-radio {
    background: #ecf9fe;
    border-radius: 4px;
    border-style: dashed;
    border-color: #3bd6ff;
    border-width: 2px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

/* Group 12: 3 classes - White card containers */
.course-details-card,
.review-card,
.content-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 13: 2 classes - Placeholder/frame flex containers */
.basket-product-info,
.placeholder {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

/* Group 14: 2 classes - Large heading labels */
.label,
.label3 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-CondensedBold", sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.01em;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

/* Group 15: 2 classes - Info row containers (gap-12px) */
.age-group-info,
.type-info {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 240px;
    position: relative;
}

/* Group 16: 2 classes - Bold label flex */
.label7,
.label8 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    flex: 1;
}

/* Group 17: 2 classes - Date info containers (gap-12px) */
.end-date-info,
.start-date-info {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 299px;
    min-width: 256px;
    position: relative;
}

/* Group 18: 2 classes - Bold 14px labels */
.label10,
.label11 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

/* Group 19: 2 classes - Gray bold labels */
.label11,
.label12 {
    color: #8898af;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

/* Group 20: 2 classes - Pagination info labels */
.label12,
.label13 {
    color: #8898af;
    text-align: center;
    font-family: "KippaxModern-Medium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Group 21: 2 classes - Dark medium labels */
.label13,
.label14 {
    color: #001838;
    text-align: center;
    font-family: "KippaxModern-Medium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Group 22: 2 classes - Bold 16px labels */
.label14,
.label15 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

/* Group 23: 2 classes - Basket/card filters */
.basket,
.course-filter {
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(108, 173, 223, 0.24),
    0px 2px 6px 0px rgba(108, 173, 223, 0.28);
    overflow: hidden;
}

/* Group 24: 2 classes - Column frames with gap-16px */
.basket-items-list,
.filter-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 25: 2 classes - Input label containers */
.input-label,
.select {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 26: 2 classes - Content left containers */
.content-left,
.leading-icon {
    padding: 0px 8px 0px 0px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

/* Group 27: 2 classes - Label row containers */
.label16,
.label17 {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    min-height: 24px;
    position: relative;
}

/* Group 28: 2 classes - Small medium labels */
.label17,
.label18 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Medium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-weight: 500;
    position: relative;
}

/* Group 29: 2 classes - Footer frame containers */
.footer-col-16,
.footer-col-16-alt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

/* Group 30: 2 classes - Footer link text */
.cookie-policy-text,
.privacy-policy-text {
    color: #ffffff;
    text-align: left;
    font-family: "KippaxModern-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Group 31: 2 classes - Details content */
.details-content,
.details-content2 {
    display: flex;
    flex-direction: row;
    gap: 40px;
    row-gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 32: 2 classes - Info row containers (gap-8px) */
.age-group-info,
.type-info {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 240px;
    position: relative;
}

/* Group 33: 2 classes - Date info containers (gap-8px, stretch) */
.end-date-info,
.start-date-info {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    min-width: 256px;
    position: relative;
}

/* Group 34: 2 classes - Regular label flex */
.label-item-bl,
.label2 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    flex: 1;
}

/* Group 35: 2 classes - Date info containers (gap-8px, max-width) */
.end-date-info,
.start-date-info {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    max-width: 242px;
    position: relative;
}

/* Group 36: 2 classes - Basket/card filters (with width) */
.basket,
.course-filter {
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 282px;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(108, 173, 223, 0.24),
    0px 2px 6px 0px rgba(108, 173, 223, 0.28);
    overflow: hidden;
}

.header {
    background: var(--colour-background-action-brand-secondary-default, #dae9f7);
    padding: var(--spacing-5, 12px) var(--spacing-8, 24px) var(--spacing-5, 12px) 36px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.text {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Group 38: 2 classes - Header2/text2 flex */
.header2,
.text2 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Group 39: 2 classes - Vertical gap frames (32px) */
.consent-group,
.attendee-search-options {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 40: 2 classes - Centered row frames */
.consent-row,
.consent-row-alt {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* Group 41: 2 classes - Small column frames */
.optout-header,
.basket-item-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

/* END GROUPED CLASSES */


@media screen and (max-width: 767px) {
    .mob-hide {
        display: none !important;
    }

    .mob-show {
        display: block;
    }


}

@media screen and (min-width: 768px) {
    .mob-hide {
        display: block;
    }

    .mob-show {
        display: none !important;
    }
}

.card-select {
    background: #ffffff;
    border-radius: 8px;
    border-style: solid;
    border-color: #c8d4e0;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 0px;
}


@media screen and (max-width: 767px ) {
    .text-field {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        height: 72px;
        position: relative;
    }

    .optout-options {
        display: flex;
        flex-direction: column;
        gap: var(--spacing-5, 12px);
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .card-select {
        align-self: stretch;
        flex-shrink: 0;
    }

    .button-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .button {
        flex: 1;
    }
}

@media screen and (min-width: 768px ) {
    .text-field {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 395px;
        height: 72px;
        position: relative;
    }

    .optout-options {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .card-select {
        flex: 1;
    }

    .button-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        height: 44px;
        position: relative;
        width: 100%;
    }

}

@media screen and (min-width: 320px) {
    .sports-fusion-football-school-booking-platform-desktop-1440-px,
    .sports-fusion-football-school-booking-platform-desktop-1440-px * {
        box-sizing: border-box;
    }

    .course-filter, .basket {
        width: 100%;
    }

    .sports-fusion-football-school-booking-platform-desktop-1440-px {
        background: #eef5fc;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }

    .navbar-inner {
        background: #98c5e9;
        padding: 16px 24px 16px 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        width: 768px;
        height: 96px;
        position: relative;
        width: 100%;
    }

    .secure-checkout {
        display: none;
    }


    .navbar {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        width: 100%;
    }

    .status-bar-i-phone {
        background: #98c5e9;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        width: 375px;
        height: 54px;
        position: relative;
    }

    .time {
        padding: 14px 52px 14px 52px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .time2 {
        color: #ffffff;
        text-align: center;
        font-family: "SfPro-Semibold", sans-serif;
        font-size: 17px;
        line-height: 22px;
        font-weight: 600;
        position: relative;
    }

    .levels {
        padding: 18px 30px 18px 30px;
        display: flex;
        flex-direction: row;
        gap: 7px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .cellular-connection {
        flex-shrink: 0;
        width: 19.2px;
        height: 12.23px;
        position: relative;
        overflow: visible;
    }

    .wifi {
        flex-shrink: 0;
        width: 17.14px;
        height: 12.33px;
        position: relative;
        overflow: visible;
    }

    .battery {
        flex-shrink: 0;
        width: 27.33px;
        height: 13px;
        position: relative;
        overflow: visible;
    }

    .header-nav {
        background: #98c5e9;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        width: 375px;
        height: 60px;
        position: relative;
    }


    .navbar-left {
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        position: relative;
    }


    .football-school-wide-colour {
        flex-shrink: 0;
        width: 107.8px;
        height: 40px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
        overflow: hidden;
        aspect-ratio: 107.8/40;
    }

    .group-5283 {
        width: 37.11%;
        height: 100%;
        position: absolute;
        right: 62.89%;
        left: 0%;
        bottom: 0%;
        top: 0%;
        overflow: visible;
    }

    .group {
        width: 57.93%;
        height: 41.89%;
        position: absolute;
        right: 0%;
        left: 42.07%;
        bottom: 52.03%;
        top: 6.08%;
        overflow: visible;
    }

    .group2 {
        width: 46.92%;
        height: 41.89%;
        position: absolute;
        right: 10.8%;
        left: 42.29%;
        bottom: 6.08%;
        top: 52.03%;
        overflow: visible;
    }

    .page-layout {
        background: #eef5fc;
        padding: 40px 16px 64px 16px;
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .section-heading {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .status-indicator {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        position: relative;
    }

    .indicator-box {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .background {
        background: #18c390;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .label4 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
    }


    .background2 {
        background: #ffaa00;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }


    .background3 {
        background: #f50021;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .course-info-card {
        background: #ffffff;
        border-radius: 8px;
        border-style: solid;
        border-color: #18c390;
        border-width: 0px 0px 0px 8px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .header-content {
        display: flex;
        flex-direction: row;
        row-gap: 8px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        flex: 1;
        position: relative;
    }

    .course-title {
        padding: 0px 24px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .label5 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 15px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
    }

    .badge {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .badge-box {
        background: #001838;
        border-radius: 4px;
        padding: 4px 6px 4px 6px;
        display: flex;
        flex-direction: row;
        gap: 2px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        height: 24px;
        position: relative;
    }

    .content-box {
        padding: 0px 2px 0px 2px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .label6 {
        color: #ffffff;
        text-align: center;
        font-family: "KippaxModern-Medium", sans-serif;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.01em;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .details {
        padding: 16px 16px 16px 28px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .footer {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .price-info {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: flex-end;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .label9 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        width: 77px;
    }


    .book-button {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 120px;
        position: relative;
    }

    .button {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;

        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        color: inherit;
        text-decoration: none;
    }

    .button-container {
        background: linear-gradient(
                to left,
                rgba(238, 245, 252, 0),
                rgba(238, 245, 252, 0)
        ),
        linear-gradient(
                90deg,
                rgba(59, 214, 255, 1) 50%,
                rgba(26, 180, 246, 1) 100%
        );
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }

    .text-container {
        padding: 0px 4px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }


    .course-info-card2 {
        background: #ffffff;
        border-radius: 8px;
        border-style: solid;
        border-color: #ffaa00;
        border-width: 0px 0px 0px 8px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .course-info-card3 {
        background: #ffffff;
        border-radius: 8px;
        border-style: solid;
        border-color: #f50021;
        border-width: 0px 0px 0px 8px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .button-container2 {
        background: #f1f5f8;
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }


    .pagination-container {
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .pagination-master {
        background: #eef5fc;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        position: relative;
    }


    .pagination-label {
        padding: 0px 4px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }


    .pagination-info {
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Medium", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        position: relative;
    }

    .pagination-master2 {
        background: #ffffff;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        position: relative;
    }


    .link-list {
        background: #ffffff;
        border-radius: 12px;
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        box-shadow: 0px 1px 2px 0px rgba(108, 173, 223, 0.24),
        0px 2px 6px 0px rgba(108, 173, 223, 0.28);
    }

    .button-container3 {
        background: rgba(255, 255, 255, 0);
        border-radius: 8px;
        padding: 12px 12px 12px 4px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        height: 48px;
        position: relative;
    }


    .filter-header {
        background: #afd3ee;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .filter-title-row {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }


    .filter-body {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .dropdown {
        background: #ffffff;
        border-radius: 8px;
        opacity: 0;
        padding: 4px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
        box-shadow: 0px 2px 4px -2px rgba(0, 24, 56, 0.06),
        0px 8px 18px -3px rgba(0, 24, 56, 0.2);
    }


    .text-box {
        padding: 0px 0px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }

    .content-element-avatar-flag-picture {
        background: #ecf9fe;
        border-radius: 6px;
        border-style: dashed;
        border-color: #3bd6ff;
        border-width: 2px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        position: relative;
    }

    .text-container2 {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex: 1;
        position: relative;
    }


    .input-box2 {
        background: #ffffff;
        border-radius: 6px;
        border-style: solid;
        border-color: #c8d4e0;
        border-width: 1px;
        padding: 8px 0px 8px 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        height: 44px;
        position: relative;
        overflow: hidden;
    }

    .leading-icon2 {
        padding: 0px 12px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }


    .placeholder2 {
        color: #69738c;
        text-align: left;
    "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .tailing-icon2 {
        margin: 0 0 0 -12px;
        background: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        position: relative;
    }


    .button-container4 {
        background: #001838;
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }

    .label19 {
        text-align: left;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        position: relative;
    }


    .basket-title-row {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 120.5px;
        position: relative;
    }


    .basket-total {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .padded-section {
        padding: 24px 16px 24px 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .footer2 {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 375px;
        position: relative;
        width: 100%;
    }

    .footer-crest-container {
        background: #6caddf;
        padding: 24px 16px 24px 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    .club-coordination-text {
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-links-container {
        background: #001838;
        padding: 20px 16px 40px 16px;
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .terms-and-conditions-text {
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .terms-and-conditions-text-span {
        color: #ffffff;
    }

    .terms-and-conditions-text-span2 {
        color: #c27b2f;
    }

    .terms-and-conditions-text-span3 {
        color: #999999;
    }


}

@media screen and (min-width: 767px) {
    .sports-fusion-football-school-booking-platform-desktop-1440-px,
    .sports-fusion-football-school-booking-platform-desktop-1440-px * {
        box-sizing: border-box;
    }

    .course-filter, .basket {
        width: 282px;
    }

    .sports-fusion-football-school-booking-platform-desktop-1440-px {
        background: #eef5fc;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .navbar-inner {
        background: #98c5e9;
        padding: 16px 24px 16px 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        height: 96px;
        position: relative;
        width: 100%;
    }

    .navbar-left {
        display: flex;
        flex-direction: row;
        gap: 6px;
        align-items: center;
        justify-content: flex-end;
        flex-shrink: 0;
        width: 360px;
        position: absolute;
        left: 384px;
        top: 36px;
    }

    .secure-checkout {
        display: block;
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        position: relative;
    }

    .football-school-wide-colour {
        flex-shrink: 0;
        width: 172.48px;
        height: 64px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
        overflow: hidden;
        aspect-ratio: 172.48/64;
    }

    .group-5283 {
        width: 37.11%;
        height: 100%;
        position: absolute;
        right: 62.89%;
        left: 0%;
        bottom: 0%;
        top: 0%;
        overflow: visible;
    }

    .group {
        width: 57.93%;
        height: 41.89%;
        position: absolute;
        right: 0%;
        left: 42.07%;
        bottom: 52.03%;
        top: 6.08%;
        overflow: visible;
    }

    .group2 {
        width: 46.92%;
        height: 41.89%;
        position: absolute;
        right: 10.8%;
        left: 42.29%;
        bottom: 6.08%;
        top: 52.03%;
        overflow: visible;
    }

    .page-layout {
        background: #eef5fc;
        padding: 40px 24px 64px 24px;
        display: flex;
        flex-direction: column;
        gap: 56px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .section-heading {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .status-indicator {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        position: relative;
    }

    .indicator-box {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .background {
        background: #18c390;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .label4 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
    }


    .background2 {
        background: #ffaa00;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }


    .background3 {
        background: #f50021;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .course-info-card {
        background: #ffffff;
        border-radius: 12px;
        border-style: solid;
        border-color: #18c390;
        border-width: 0px 0px 0px 12px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .header-content {
        display: flex;
        flex-direction: row;
        row-gap: 8px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        flex: 1;
        position: relative;
    }

    .course-title {
        padding: 0px 24px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .label5 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
    }

    .badge {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .badge-box {
        background: #001838;
        border-radius: 4px;
        padding: 4px 6px 4px 6px;
        display: flex;
        flex-direction: row;
        gap: 2px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        height: 24px;
        position: relative;
    }

    .content-box {
        padding: 0px 2px 0px 2px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .label6 {
        color: #ffffff;
        text-align: center;
        font-family: "KippaxModern-Medium", sans-serif;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.01em;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .details {
        padding: 24px 24px 24px 36px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .date-info {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: center;
        flex: 1;
        min-width: 240px;
        position: relative;
    }


    .footer {
        display: flex;
        flex-direction: row;
        row-gap: 20px;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-end;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .price-info {
        padding: 0px 80px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .label9 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
    }

    .book-button {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1;
        min-width: 120px;
        max-width: 256px;
        position: relative;
    }

    .button {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;

        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        color: inherit;
        text-decoration: none;
    }

    .button-container {
        background: linear-gradient(
                to left,
                rgba(238, 245, 252, 0),
                rgba(238, 245, 252, 0)
        ),
        linear-gradient(
                90deg,
                rgba(59, 214, 255, 1) 50%,
                rgba(26, 180, 246, 1) 100%
        );
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }

    .text-container {
        padding: 0px 4px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }


    .course-info-card2 {
        background: #ffffff;
        border-radius: 12px;
        border-style: solid;
        border-color: #ffaa00;
        border-width: 0px 0px 0px 12px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .course-info-card3 {
        background: #ffffff;
        border-radius: 12px;
        border-style: solid;
        border-color: #f50021;
        border-width: 0px 0px 0px 12px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .button-container2 {
        background: #f1f5f8;
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }


    .pagination-container {
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .pagination-master {
        background: #eef5fc;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        position: relative;
    }


    .pagination-label {
        padding: 0px 4px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }


    .pagination-info {
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Medium", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        position: relative;
    }

    .pagination-master2 {
        background: #ffffff;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        position: relative;
    }


    .link-list {
        background: #ffffff;
        border-radius: 12px;
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        box-shadow: 0px 1px 2px 0px rgba(108, 173, 223, 0.24),
        0px 2px 6px 0px rgba(108, 173, 223, 0.28);
    }

    .button-container3 {
        background: rgba(255, 255, 255, 0);
        border-radius: 8px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        height: 48px;
        position: relative;
    }


    .filter-header {
        background: #afd3ee;
        padding: 12px 24px 12px 24px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .filter-title-row {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }


    .filter-body {
        padding: 16px 24px 24px 24px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .dropdown {
        background: #ffffff;
        border-radius: 8px;
        opacity: 0;
        padding: 4px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
        box-shadow: 0px 2px 4px -2px rgba(0, 24, 56, 0.06),
        0px 8px 18px -3px rgba(0, 24, 56, 0.2);
    }


    .text-box {
        padding: 0px 0px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }

    .content-element-avatar-flag-picture {
        background: #ecf9fe;
        border-radius: 6px;
        border-style: dashed;
        border-color: #3bd6ff;
        border-width: 2px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        position: relative;
    }

    .text-container2 {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex: 1;
        position: relative;
    }


    .input-box2 {
        background: #ffffff;
        border-radius: 6px;
        border-style: solid;
        border-color: #c8d4e0;
        border-width: 1px;
        padding: 8px 0px 8px 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        height: 44px;
        position: relative;
        overflow: hidden;
    }

    .leading-icon2 {
        padding: 0px 12px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }


    .placeholder2 {
        color: #69738c;
        text-align: left;
    "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .tailing-icon2 {
        margin: 0 0 0 -12px;
        background: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        position: relative;
    }


    .button-container4 {
        background: #001838;
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }


    .basket-title-row {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 120.5px;
        position: relative;
    }


    .basket-total {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .padded-section {
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .footer2 {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 768px;
        position: relative;
        width: 100%;
    }

    .footer-crest-container {
        background: #6caddf;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    .club-coordination-text {
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-links-container {
        background: #001838;
        padding: 20px 120px 20px 120px;
        display: flex;
        flex-direction: row;
        gap: 24px;
        row-gap: 16px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .terms-and-conditions-text {
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .terms-and-conditions-text-span {
        color: #ffffff;
    }

    .terms-and-conditions-text-span2 {
        color: #c27b2f;
    }

    .terms-and-conditions-text-span3 {
        color: #999999;
    }

    .navbar-actions {
        display: flex;
        flex-direction: row;
        gap: 6px;
        align-items: center;
        justify-content: flex-end;
        flex-shrink: 0;
        position: relative;
    }
}

@media screen and (min-width: 1440px) {
    .sports-fusion-football-school-booking-platform-desktop-1440-px,
    .sports-fusion-football-school-booking-platform-desktop-1440-px * {
        box-sizing: border-box;
    }

    .sports-fusion-football-school-booking-platform-desktop-1440-px {
        background: #eef5fc;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        background: #98c5e9
    }

    .navbar-inner {
        background: #98c5e9;
        padding: 16px 120px 16px 120px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        width: 1440px;
        height: 96px;
        position: relative;
        z-index: 10;
    }


    .navbar-actions {
        display: flex;
        flex-direction: row;
        gap: 6px;
        align-items: center;
        justify-content: flex-end;
        flex-shrink: 0;
        width: 600px;
        position: absolute;
        right: 120px;
        top: 50%;
        translate: 0 -50%;
    }


    .secure-checkout {
        display: block;
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        position: relative;
    }

    .football-school-wide-colour {
        flex-shrink: 0;
        width: 172.48px;
        height: 64px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
        overflow: hidden;
        aspect-ratio: 172.48/64;
    }

    .group-5283 {
        width: 37.11%;
        height: 100%;
        position: absolute;
        right: 62.89%;
        left: 0%;
        bottom: 0%;
        top: 0%;
        overflow: visible;
    }

    .group {
        width: 57.93%;
        height: 41.89%;
        position: absolute;
        right: 0%;
        left: 42.07%;
        bottom: 52.03%;
        top: 6.08%;
        overflow: visible;
    }

    .group2 {
        width: 46.92%;
        height: 41.89%;
        position: absolute;
        right: 10.8%;
        left: 42.29%;
        bottom: 6.08%;
        top: 52.03%;
        overflow: visible;
    }

    .page-layout {
        background: #eef5fc;
        padding: 40px 120px 80px 120px;
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: flex-start;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
    }

    .section-heading {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
        width: 100%;
    }


    .promo-banner {
        padding: 0px 80px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .status-indicator {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        position: relative;
    }

    .indicator-box {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .background {
        background: #18c390;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .label4 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
    }


    .background2 {
        background: #ffaa00;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }


    .background3 {
        background: #f50021;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    .course-info-card {
        background: #ffffff;
        border-radius: 12px;
        border-style: solid;
        border-color: #18c390;
        border-width: 0px 0px 0px 12px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 878px;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .header-content {
        display: flex;
        flex-direction: row;
        row-gap: 8px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        flex: 1;
        position: relative;
    }

    .course-title {
        padding: 0px 24px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .label5 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
    }

    .badge {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .badge-box {
        background: #001838;
        border-radius: 4px;
        padding: 4px 6px 4px 6px;
        display: flex;
        flex-direction: row;
        gap: 2px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        height: 24px;
        position: relative;
    }

    .content-box {
        padding: 0px 2px 0px 2px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .label6 {
        color: #ffffff;
        text-align: center;
        font-family: "KippaxModern-Medium", sans-serif;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.01em;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .details {
        padding: 24px 24px 24px 36px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .date-info {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: center;
        flex: 1;
        min-width: 240px;
        position: relative;
    }


    .footer {
        display: flex;
        flex-direction: row;
        row-gap: 20px;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-end;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .price-info {
        padding: 0px 80px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .label9 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
    }

    .book-button {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1;
        min-width: 120px;
        max-width: 256px;
        position: relative;
    }

    .button {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;

        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        color: inherit;
        text-decoration: none;
    }

    .button-container {
        background: linear-gradient(
                to left,
                rgba(238, 245, 252, 0),
                rgba(238, 245, 252, 0)
        ),
        linear-gradient(
                90deg,
                rgba(59, 214, 255, 1) 50%,
                rgba(26, 180, 246, 1) 100%
        );
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }

    .text-container {
        padding: 0px 4px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }


    .course-info-card2 {
        background: #ffffff;
        border-radius: 12px;
        border-style: solid;
        border-color: #ffaa00;
        border-width: 0px 0px 0px 12px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 878px;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .course-info-card3 {
        background: #ffffff;
        border-radius: 12px;
        border-style: solid;
        border-color: #f50021;
        border-width: 0px 0px 0px 12px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 878px;
        min-width: 288px;
        position: relative;
        overflow: hidden;
    }


    .button-container2 {
        background: #f1f5f8;
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }


    .pagination-container {
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .pagination-master {
        background: #eef5fc;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        position: relative;
    }


    .pagination-label {
        padding: 0px 4px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }


    .pagination-info {
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Medium", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        position: relative;
    }

    .pagination-master2 {
        background: #ffffff;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        position: relative;
    }


    .link-list {
        background: #ffffff;
        border-radius: 12px;
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 282px;
        position: relative;
        box-shadow: 0px 1px 2px 0px rgba(108, 173, 223, 0.24),
        0px 2px 6px 0px rgba(108, 173, 223, 0.28);
    }

    .button-container3 {
        background: rgba(255, 255, 255, 0);
        border-radius: 8px;
        padding: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        height: 48px;
        position: relative;
    }


    .filter-header {
        background: #afd3ee;
        padding: 12px 24px 12px 24px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .filter-title-row {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }


    .filter-body {
        padding: 16px 24px 24px 24px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .dropdown {
        background: #ffffff;
        border-radius: 8px;
        opacity: 0;
        padding: 4px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
        box-shadow: 0px 2px 4px -2px rgba(0, 24, 56, 0.06),
        0px 8px 18px -3px rgba(0, 24, 56, 0.2);
    }


    .text-box {
        padding: 0px 0px 0px 4px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }

    .content-element-avatar-flag-picture {
        background: #ecf9fe;
        border-radius: 6px;
        border-style: dashed;
        border-color: #3bd6ff;
        border-width: 2px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        position: relative;
    }

    .text-container2 {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex: 1;
        position: relative;
    }


    .input-box2 {
        background: #ffffff;
        border-radius: 6px;
        border-style: solid;
        border-color: #c8d4e0;
        border-width: 1px;
        padding: 8px 0px 8px 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        height: 44px;
        position: relative;
        overflow: hidden;
    }

    .leading-icon2 {
        padding: 0px 12px 0px 0px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }


    .placeholder2 {
        color: #69738c;
        text-align: left;
    "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .tailing-icon2 {
        margin: 0 0 0 -12px;
        background: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        position: relative;
    }


    .button-container4 {
        background: #001838;
        border-radius: 6px;
        padding: 12px 16px 12px 16px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 44px;
        position: relative;
    }


    .basket-title-row {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 120.5px;
        position: relative;
    }


    .basket-total {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .padded-section {
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .label19 {
        color: #001838;
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        align-self: stretch;
    }

    .footer2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .footer-crest-container {
        background: #6caddf;
        padding: 24px 120px 24px 120px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    .club-coordination-text {
        color: #001838;
        text-align: center;
        font-family: "KippaxModern-Bold", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-links-container {
        background: #001838;
        padding: 16px 120px 16px 120px;
        display: flex;
        flex-direction: row;
        gap: 24px;
        row-gap: 24px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }


    .terms-and-conditions-text {
        text-align: left;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .terms-and-conditions-text-span {
        color: #ffffff;
    }

    .terms-and-conditions-text-span2 {
        color: #c27b2f;
    }

    .terms-and-conditions-text-span3 {
        color: #999999;
    }


    .table-default {
        border-radius: 8px;
        border-style: solid;
        border-color: #c8d4e0;
        border-width: 0px 0px 1px 0px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    .table-column {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 223px;
        height: 352px;
        position: relative;
    }

    .table-cell-header {
        background: #f1f5f8;
        padding: 12px 12px 12px 24px;
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: flex-end;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-height: 48px;
        position: relative;
    }


    .table-cell-content {
        background: #ffffff;
        padding: 16px 12px 16px 24px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-height: 56px;
        position: relative;
    }


    .table-cell-content3 {
        background: #ffffff;
        padding: 16px 12px 16px 12px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 80px;
        min-height: 56px;
        position: relative;
    }


    .table-cell-content4 {
        background: #f1f5f8;
        padding: 16px 12px 16px 12px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 80px;
        min-height: 56px;
        position: relative;
    }

    .text3 {
        text-align: left;
    "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        position: relative;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .text-3-span {
        color: #001838;
        font-family: "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .text-3-span2 {
        color: #0494c8;
    "KippaxModern-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-decoration: underline;
    }

}

body {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
}

select.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #69738c;
    text-align: left;
    font-family: "KippaxModern", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

input.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #69738c;
    text-align: left;
    font-family: "KippaxModern", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a.button {
    text-decoration: none;

}

.label {
    padding: 0;
}

.secure-checkout a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.button-blue {
    background: linear-gradient(to left, rgba(238, 245, 252, 0), rgba(238, 245, 252, 0)), linear-gradient(90deg, rgba(59, 214, 255, 1) 50%, rgba(26, 180, 246, 1) 100%);
    border-radius: 6px;
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 44px;
    position: relative;

    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

.button-back {
    background: #dae9f7;
    border-radius: 6px;
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 44px;
    position: relative;

    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

.button-dark {
    background: #001838;
    border-radius: 6px;
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 44px;
    position: relative;

    color: #ffffff;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

.button-fw {
    background: #001838;
    border-radius: 6px;
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 44px;
    position: relative;
    color: #ffffff;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

h1 {
    margin: 0;
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-CondensedBold", sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.01em;
    font-weight: 400;
    position: relative;
    width: 878px;
    align-self: stretch;
}

h2 {
    margin: 0;
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-CondensedBold", sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.01em;
    font-weight: 400;
    position: relative;
}


.sf-2col tr td:first-child {
    width: auto;
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 16px 12px 16px 24px;
}

.sf-2col tr td:nth-child(2) {

    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    align-items: center;
    padding: 16px 12px 16px 24px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 0;
    vertical-align: baseline;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f1f5f8;
}


.table-striped > tbody > tr:last-child {
    border-bottom: 1px solid #c8d4e0;
}

.collapsible-heading a {
    text-decoration: none;
    color: #001838;
}

.alert,
.alert * {
    box-sizing: border-box;
}

.alert {
    background: #eef5fc;
    border-radius: 6px;
    border-style: solid;
    border-color: #c9e0f3;
    border-width: 1px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    flex-shrink: 0;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.content-icon {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.leading-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.icon {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible;
}

.content-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 244px;
    position: relative;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    min-width: 244px;
    position: relative;
}

.copy {
    text-align: left;
    font-family: "KippaxModern-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.copy-span {
    color: #d60007;
}

.copy-span2 {
    color: #001838;
}

.content-card,
.content-card * {
    box-sizing: border-box;
}

.content-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.participant-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}


.dob-input {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.label-h3 {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}

.col-gap-24-alt2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.col-gap-24-alt {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.button-group,
.button-group * {
    box-sizing: border-box;
}



.collapsible-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: left;
    -webkit-transform: rotate(90deg);
    transition: all 0.5s;
    margin-right: 5px;
}

.collapsible-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-box,
.input-box * {
    box-sizing: border-box;
}

.input-box {
    background: #f1f5f8;
    border-radius: 6px;
    border-style: solid;
    border-color: #dde6ed;
    border-width: 1px;
    padding: 8px 0px 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 44px;
    position: relative;
    overflow: hidden;
}

th {
    text-align: left;
    font-family: 'KippaxModern-Bold', sans-serif;
}

.table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 14px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px solid #3bd6ff;
}

.attendee-option {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.attendee-select-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.radio-button-group {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.attendee-search-options {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}


/*alert,*/
/*.alert * {*/
/*    box-sizing: border-box;*/
/*}*/
/*.alert-red {*/
/*    background: #fff0f1;*/
/*    border-radius: 6px;*/
/*    border-style: solid;*/
/*    border-color: #f50021;*/
/*    border-width: 1px;*/
/*    padding: 12px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 12px;*/
/*    row-gap: 12px;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-wrap: wrap;*/
/*    align-content: center;*/
/*    width: 100%;*/
/*    flex-shrink: 0;*/
/*    max-width: 1200px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

.alert-red {
    background: #fff0f1;
    border-radius: 6px;
    border-style: solid;
    border-color: #f50021;
    border-width: 1px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    flex-shrink: 0;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

.checkbox-row {
    padding: 16px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.col-gap-24 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.size-selector-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}


.size-chart-link {
    padding: 0px 0px 12px 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.consent-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.consent-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.consent-row-alt {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-items-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info {
    background: #eef5fc;
    border-radius: 8px;
    padding: 16px 20px 20px 20px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-product-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.basket-item-header {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-item-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-line-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-extra-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.button-group-basket {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.button-group-basket.mob-show {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.course-label-basket {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    flex: 1;
}

.qty-label-basket {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Medium", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    width: 34px;
}

.item-label-basket {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Medium", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    flex: 1;
}

.price-label-basket {
    color: #001838;
    text-align: right;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    flex: 1;
}

.basket-total-frame {
    padding: 0px 24px 0px 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-total-label {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}


.row-gap-8-stretch {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.optout-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}


.card-select-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.optout-header {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.button-menu:hover {
    background-color: #dae9f7;
    border-radius: 8px;
}

.button-blue:hover {
    background: linear-gradient(to left, rgba(238, 245, 252, 0), rgba(238, 245, 252, 0)), linear-gradient(90deg, rgba(26, 180, 246, 1) 100%, rgba(59, 214, 255, 1) 50%);
}

.pagination-master2:hover {
    background-color: #dae9f7;
}

.has-error .help-block,
.has-error .input-label .label4,
.has-error .master-label .label4 {
    color: #b94a48;
}

.help-block {
    font-size: 12px;
}

.tab-group {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.tab {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.tab-container {
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    padding: 6px 12px 6px 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.sf-2colw tr td:first-child {
    width: 300px;
}

@media screen and (max-width: 767px) {
    .sf-2colw tr td:first-child {
        width: 200px;
    }
}

.main-logo-login {
    padding-bottom: 18px;
}

.frame-basket-layout {
    padding: 16px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.product-info-basket-layout {
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.label-basket-layout {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}


.frame-bl {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.frame-bl2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.label-qty-bl {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    width: 34px;
}

.label-item-bl {
    color: #001838;
    text-align: left;
    font-family: "KippaxModern-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    flex: 1;
}

.label-price-bl {
    color: #001838;
    text-align: right;
    font-family: "KippaxModern-Medium", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    flex: 1;
}

.product-info2 {
    background: #ffffff;
    border-radius: 8px;
    padding: 6px 0px 6px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.basket-total-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.label-bl-total {
    color: #001838;
    text-align: right;
    font-family: "KippaxModern-Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
}
