/* Reset ================================================================================= */


@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
    }
}

.container {
    padding: 0 15px !important;
}

.theme-btn {
    width: 100%;
    position: relative;
}

.swal2-actions .swal2-confirm {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: var(--font-14) !important;
    font-weight: 700 !important;
    color: var(--black) !important;
    min-height: 40px !important;
    min-width: 120px !important;
    padding: 0 20px !important;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    background-color: var(--primary-color) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .swal2-actions .swal2-confirm:before,
    .swal2-actions .swal2-confirm:after {
        content: '';
        z-index: 3;
        position: absolute;
        top: 9px;
        bottom: 9px;
        width: 4px;
        background-color: var(--black) !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .swal2-actions .swal2-confirm:hover:before,
    .swal2-actions .swal2-confirm:hover:after {
        background-color: var(--primary-color) !important;
    }

    .swal2-actions .swal2-confirm:before {
        left: 0;
    }

    .swal2-actions .swal2-confirm:after {
        right: 0;
    }

    .swal2-actions .swal2-confirm:hover {
        background-color: var(--black) !important;
        color: var(--primary-color) !important;
    }



.theme-btn .cta-button:has(i) {
    gap: 6px;
}

.theme-btn .cta-button i svg {
    width: auto;
    height: auto;
    max-height: 24px;
}

.theme-btn .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--font-14);
    font-weight: 700;
    color: var(--black);
    min-height: 40px;
    min-width: 120px;
    padding: 0 20px;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    background-color: var(--primary-color);
}

    .theme-btn .cta-button:before,
    .theme-btn .cta-button:after {
        content: '';
        z-index: 3;
        position: absolute;
        top: 9px;
        bottom: 9px;
        width: 4px;
        background-color: var(--black);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .theme-btn .cta-button:hover:before,
    .theme-btn .cta-button:hover:after {
        background-color: var(--primary-color);
    }

    .theme-btn .cta-button:before {
        left: 0;
    }

    .theme-btn .cta-button:after {
        right: 0;
    }

    .theme-btn .cta-button:hover {
        background-color: var(--black);
        color: var(--primary-color);
    }

    .theme-btn .cta-button.black-btn {
        background-color: var(--black);
        color: var(--primary-color);
    }

        .theme-btn .cta-button.black-btn:before,
        .theme-btn .cta-button.black-btn:after {
            background-color: var(--primary-color);
        }

        .theme-btn .cta-button.black-btn:hover {
            background-color: var(--primary-color);
            color: var(--black);
        }

            .theme-btn .cta-button.black-btn:hover:before,
            .theme-btn .cta-button.black-btn:hover:after {
                background-color: var(--black);
            }


/* Header Start */
header {
    height: 80px;
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}



.dropdown-language a {
    color: var(--black) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
}

.dropdown-language .dropdown-menu a {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    gap: 4px;
}

    .dropdown-language .dropdown-menu a:hover {
        background-color: var(--primary-light) !important;
        color: var(--primary-color) !important;
    }

.dropdown-language .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: none !important;
    outline: none !important;
}

    .dropdown-user .dropdown-toggle::after,
    .dropdown-language .dropdown-toggle::after {
        display: inline-flex;
        content: "";
        border: none !important;
        width: 12px;
        height: 6px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.45752 0.864349L5.72882 5.13566L10.0001 0.864349' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

    .dropdown-language .dropdown-toggle.show,
    .dropdown-user .dropdown-toggle.show {
        color: var(--primary-color) !important;
    }

        .dropdown-user .dropdown-toggle.show::after,
        .dropdown-language .dropdown-toggle.show::after {
            transform: rotate(180deg) !important;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3e%3cpath d='M1.45752 0.864349L5.72882 5.13566L10.0001 0.864349' stroke='%23FDB913' stroke-width='2'/%3e%3c/svg%3e");
        }

.dropdown-language .dropdown-menu {
    margin-top: 10px !important;
    min-width: 100px;
    top: 100% !important;
    background-color: var(--white);
    border-radius: 0;
    padding: 0;
    border-bottom: solid 4px var(--primary-color);
}

    .dropdown-language .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -8px;
        right: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ffffff;
    }

.logo {
    margin-bottom: -24px;
}

    .logo > a > img {
        width: auto;
        height: 80px;
    }

.header-right {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 30px;
}

.dropdown-user {
    position: relative;
    display: inline-block;
}

    .dropdown-user .dropdown-trigger:has(.dropdown-arrow.open) {
        color: var(--primary-color);
    }

    .dropdown-user .dropdown-trigger {
        border: none;
        padding: 0;
        border-radius: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: var(--font-16);
        font-weight: 600;
        color: var(--black);
        background-color: transparent !important;
        transition: all 0.3s ease-in-out;
    }


    .dropdown-user .user-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        font-size: 12px;
        font-weight: bold;
        transition: all 0.3s ease-in-out;
    }

        .dropdown-user .user-icon svg {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .dropdown-user .dropdown-arrow {
        display: inline-flex;
        border: none !important;
        width: 12px;
        height: 6px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.45752 0.864349L5.72882 5.13566L10.0001 0.864349' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

        .dropdown-user .dropdown-arrow.open {
            transform: rotate(180deg);
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3e%3cpath d='M1.45752 0.864349L5.72882 5.13566L10.0001 0.864349' stroke='%23FDB913' stroke-width='2'/%3e%3c/svg%3e");
        }

    .dropdown-user .dropdown-menu {
        top: 100% !important;
        left: auto !important;
        right: -24px !important;
        background-color: #ffffff;
        border-radius: 0;
        z-index: 1000;
        transform: translateY(-10px) !important;
        transition: all 0.3s ease;
        margin-top: 37px !important;
        min-width: 200px;
        padding: 0;
        border-bottom: solid 4px var(--primary-color);
        box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

        .dropdown-user .dropdown-menu.show {
            transform: translateY(0) !important;
        }

        .dropdown-user .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -8px;
            right: 20px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #ffffff;
        }

    .dropdown-user .dropdown-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        color: var(--black);
        text-decoration: none;
        font-weight: 600;
        font-size: var(--font-16);
        transition: background-color 0.2s ease;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .dropdown-user .dropdown-item:hover {
            background-color: var(--primary-light);
            color: var(--primary-color);
        }

        .dropdown-user .dropdown-item:first-child {
            border-radius: 8px 8px 0 0;
        }

    .dropdown-user .item-icon {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .dropdown-user .item-icon svg {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .dropdown-user .booking-icon {
        background-color: #333;
        border-radius: 2px;
        position: relative;
    }

        .dropdown-user .booking-icon::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            background-color: #fff;
            border-radius: 1px;
        }

        .dropdown-user .booking-icon::after {
            content: '';
            position: absolute;
            top: 4px;
            left: 4px;
            width: 10px;
            height: 2px;
            background-color: #333;
        }

    .dropdown-user .profile-icon {
        border: 2px solid #f39c12;
        border-radius: 50%;
        background-color: transparent;
        position: relative;
    }

        .dropdown-user .profile-icon::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 4px;
            background-color: #f39c12;
            border-radius: 50%;
        }

        .dropdown-user .profile-icon::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 50%;
            transform: translateX(-50%);
            width: 8px;
            height: 4px;
            background-color: #f39c12;
            border-radius: 4px 4px 0 0;
        }

    .dropdown-user .logout-icon {
        width: 16px;
        height: 12px;
        border: 2px solid #333;
        border-right: none;
        border-radius: 2px 0 0 2px;
        position: relative;
    }

        .dropdown-user .logout-icon::before {
            content: '';
            position: absolute;
            right: -8px;
            top: 2px;
            width: 6px;
            height: 2px;
            background-color: #333;
        }

        .dropdown-user .logout-icon::after {
            content: '→';
            position: absolute;
            right: -12px;
            top: -2px;
            font-size: 12px;
            color: #333;
        }

/* Header end */

.section-heading h1 {
    font-weight: 700;
}

.tournament-list {
    padding: 30px;
    max-width: 100%;
}

.tournament-swiper .swiper-slide {
    width: 430px;
    margin: 0 !important;
}

.tournament-swiper .swiper-wrapper {
    display: flex;
    gap: 18px; /* default mobile gap */
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tournament-swiper .swiper-wrapper {
        gap: 20px;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    .tournament-swiper .swiper-wrapper {
        gap: 30px;
    }
}

.tournament-swiper .swiper-pagination {
    position: relative !important;
    inset: auto !important;
    text-align: center;
    margin-top: 20px;
}

    .tournament-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }
/* .clip-tournament-box {
    clip-path: polygon(0% 0%, calc(100% - 60px) 0%, 100% 60px, 100% 100%, 60px 100%, 0% calc(100% - 60px));
}
.clip-tournament-box-inner {
    clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 40px 100%, 0% calc(100% - 40px));
} */
.clip-tournament-box,
.clip-tournament-box-inner {
    position: relative;
    z-index: 5;
}

.clip-white:after {
    background-color: var(--white);
}

.clip-yellow:after {
    background-color: var(--primary-light);
}

.clip-gray:after {
    background-color: var(--gray-100);
}

.clip-box {
    clip-path: var(--clip-box);
}

.clip-box-inner {
    clip-path: var(--clip-box-inner);
}

.clip-yellow-border-inner::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    clip-path: var(--clip-box-inner);
    background-color: var(--primary-color);
    pointer-events: none;
}

.clip-tournament-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    clip-path: var(--clip-box);
    pointer-events: none;
}

.clip-tournament-box-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    clip-path: var(--clip-box-inner);
}






.tournament-title {
    font-weight: 800;
    line-height: 1.3;
    color: var(--black);
    text-align: center;
    margin-bottom: 18px;
}

.tournament-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.tournament-card::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: calc(100% - 2px);
    height: 100%;
    background-color: var(--primary-color);
    z-index: -3;
    clip-path: var(--clip-box-inner);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.tournament-card:hover:after {
    opacity: 1;
}

.tournament-card::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray-100);
    z-index: -2;
    clip-path: var(--clip-box-inner);
    background-image: url('../images/img-pattern.svg');
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.tournament-card {
    padding: 30px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .tournament-card .tournament-logo {
        max-width: 80px;
        width: 100%;
        max-height: 120px;
        object-fit: contain;
        margin: 0 auto 16px;
        display: block;
    }

    .tournament-card .tournament-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .tournament-card .info-row {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .tournament-card .info-icon {
        width: 24px;
        height: 24px;
        background-color: var(--black);
        border-radius: 4px;
        padding: 4px;
        flex-shrink: 0;
    }

    .tournament-card .info-text {
        font-size: 14px;
        font-weight: 600;
        color: var(--black);
    }

    .tournament-card .date-arrow {
        width: 16px;
        height: 16px;
        margin: 0 4px;
    }

    .tournament-card .theme-btn {
        margin-top: 20px;
    }




/* Typography */
@media (min-width: 640px) {


    .tournament-card .info-text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {




    .tournament-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .tournament-card .tournament-logo {
        max-width: 160px;
        max-height: 100px;
    }


    .tournament-card .date-arrow {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 54px;
    }

    .tournament-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .tournament-card {
        padding: 28px;
    }

        .tournament-card .info-text {
            font-size: var(--font-16);
        }
}


/* Responsive media queries */
@media (max-width: 639px) {

    .tournament-card {
        padding: 16px;
    }

        .tournament-card .tournament-logo {
            max-width: 60px;
            max-height: 90px;
        }
}

.tournament-swiper .swiper-slide {
    padding-bottom: 4px;
}

/* Match List Section Start */

.match-list-inner {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.match-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.match-title {
    font-weight: 800;
    color: var(--black);
    margin: 0;
}

.super-cup-logo {
    width: 94px;
    max-height: 100px;
    object-fit: contain;
}

.match-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.match-item {
    /* background-color: var(--gray-100); */
    padding: 20px;
}


.match-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 14px;
}

.team-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 100px;
}

.team-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.team-name {
    font-size: var(--font-18);
    font-weight: 800;
    color: var(--black);
    text-align: center;
}

.match-divider {
    width: 2px;
    height: 56px;
    background-color: var(--gray-200);
}

.match-info {
    text-align: center;
    width: auto;
    min-width: 170px;
}

.match-date {
    font-size: var(--font-16);
    font-weight: 600;
    color: var(--gray-700);
    line-height: normal;
}

.match-time {
    font-size: var(--font-18);
    font-weight: 700;
    color: var(--black);
    line-height: 27px;
}

.match-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-button {
    background-color: var(--primary-color);
    color: var(--black);
    padding: 8px 24px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .book-button:hover {
        background-color: #e6a612;
        transform: translateY(-2px);
    }

    .book-button.secondary {
        background-color: var(--black);
        color: #fdb913;
    }

        .book-button.secondary:hover {
            background-color: #333333;
        }

.book-line {
    width: 4px;
    height: 24px;
    background-color: var(--black);
}

.book-button.secondary .book-line {
    background-color: #fdb913;
}

.stadium-info {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 8px;
    right: 18px;
    z-index: 3;
}

.stadium-icon {
    width: 32px;
    height: 32px;
    background-color: var(--black);
    border-radius: 6px;
    padding: 6px;
}

.stadium-name {
    font-size: var(--font-14);
    font-weight: 600;
    color: var(--black);
}

.team-player-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 171px;
    height: 231px;
    z-index: 1;
}

    .team-player-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom left;
    }

/* Responsive media queries */
@media (max-width: 419px) {


    /* .match-header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .super-cup-logo {
        width: 60px;
        height: 95px;
        margin-right: 0;
    }

    .match-content {
        flex-direction: column;
        gap: 24px;
    }

    .match-divider {
        width: 80%;
        height: 1px !important;
    }

    .match-info {
        width: 100%;
    }

    .match-actions {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    } */
}

@media (min-width: 640px) and (max-width: 767px) {


    .match-content {
        gap: 32px;
    }

    .match-info {
        width: auto;
    }
}

/* Match List Section End */


/* Match Details Start */
.match-detail {
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    clip-path: var(--clip-box-inner);
}

.match-detail-compare {
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
}

    .match-detail-compare .team {
        flex: 1;
        text-align: center;
        gap: 12px;
    }

        .match-detail-compare .team .team-logo {
            width: 100px;
            height: 100px;
            object-fit: contain;
        }

.match-vs-logo {
    width: 100px;
    height: 100px;
}

    .match-vs-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.match-detail-compare .vs-logo {
    flex: 0 0 auto;
}

.match-detail-compare .team-name {
    font-size: var(--font-20);
    font-weight: 800;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
}

.match-detail .theme-btn {
    margin-top: 44px;
    /* pointer-events: none; */
}



.team-big-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 261px;
    pointer-events: none;
}

    .team-big-image img {
        width: auto;
        height: 100%;
    }

.match-detail-box {
    font-size: var(--font-16);
    font-weight: 700;
    line-height: normal;
    color: var(--black);
    width: 100%;
}

    .match-detail-box i {
        min-width: 24px;
        width: 24px;
        height: 24px;
        background-color: var(--black);
        border-radius: 4px;
        padding: 4px;
    }

        .match-detail-box i img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

.match-detail-wrap {
    position: absolute;
    bottom: 18px;
    right: 18px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Match Details End */


/* Tickets Popup Start */
.backdrop-tickets {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, 0.7);
    /* opacity: 0.7; */
    backdrop-filter: blur(10px);
    width: 100vw;
    z-index: 9998;
}

.tickets-popup {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: var(--white);
    width: 440px;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.open-ticket .tickets-popup {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tickets-popup .tickets-popup-inner {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tickets-popup .list-tickets-popup {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: hidden;
    background-color: var(--gray-100);
    padding: 18px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .tickets-popup .list-tickets-popup .list-tickets-popup-inner {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        overflow: auto;
    }

.tickets-popup-box {
    width: 100%;
    position: relative;
    padding: 16px;
    background-color: var(--white);
    border-bottom: solid 1px var(--gray-200);
}

    .tickets-popup-box .user-ticket-box {
        border: 0;
        margin: 0;
        box-shadow: none;
        min-width: 250px;
        max-width: 250px;
    }

        .tickets-popup-box .user-ticket-box li:nth-child(1) {
            width: 40%;
        }

        .tickets-popup-box .user-ticket-box li:nth-child(2) {
            width: 30%;
        }

        .tickets-popup-box .user-ticket-box li:nth-child(3) {
            width: 30%;
        }

        .tickets-popup-box .user-ticket-box li::before {
            display: none;
        }

.tickets-popup-box-dtl {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
}

.tickets-popup-price {
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: var(--font-14);
    font-weight: 700;
    color: var(--black);
    background-color: var(--primary-color);
    min-height: 28px;
}

.tickets-popup-box-header {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--font-16);
    color: var(--black);
    line-height: normal;
    font-weight: 800;
    margin-bottom: 18px;
}

    .tickets-popup-box-header i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }

        .tickets-popup-box-header i img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.tickets-popup-box .user-ticket-box li:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--gray-200);
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
}

.tickets-popup .total-tickets-popup {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding: 24px;
}

.total-tickets-popup .tickets-popup-footer {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
}

.tickets-popup-footer .tickets-popup-footer-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-16);
    color: var(--black);
    font-weight: 700;
}

.tickets-popup-footer-box span {
    color: var(--primary-color);
}

.tickets-popup .tickets-popup-header {
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tickets-popup .header-tickets-popup {
    font-size: var(--font-20);
    color: var(--black);
    line-height: normal;
    font-weight: 800;
}

.close-popup-btn {
    color: var(--danger-color);
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

    .close-popup-btn:hover {
        color: var(--black);
    }


.tickets-popup-button.theme-btn .cta-button {
    min-height: 44px;
    pointer-events: auto;
    font-size: var(--font-16);
    min-width: 120px;
}

    .tickets-popup-button.theme-btn .cta-button::after,
    .tickets-popup-button.theme-btn .cta-button::before {
        top: 8px;
        bottom: 8px;
    }

.tickets-popup-box-dtl .user-ticket-box li:first-child {
    text-align: left;
}

.match-seats-row {
    position: sticky;
    top: -60px;
    left: 0;
    z-index: 5;
}

.clip-yellow .match-divider {
    background-color: var(--primary-color);
}
/* Tickets Popup End */
