:root{
    --primary-color: var(--primary-green-color);
    --dark-bg-col: #11161E !important;
    --margin--block: 3.646rem;
    --white-color: #fff;
    --gold-color: #ECBC00;
    --silver-color: #C4D6E5;
    --bronze-color: #B77F2E;
}
@media(min-width:1280px){
    html{
        font-size: 1vw;
    }
}
@media(max-width:1279px){
    html{
        font-size: 16px;
    }
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@font-face {
    font-family: 'SEF-reg';
    src: url('SEF-Light.eot');
    src: url('SEF-Light.eot?#iefix') format('embedded-opentype'),
        url('SEF-Light.woff2') format('woff2'),
        url('SEF-Light.woff') format('woff'),
        url('SEF-Light.ttf') format('truetype'),
        url('SEF-Light.svg#SEF-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SEF';
    src: url('../../history-font/SEF-Regular.eot');
    src: url('../../history-font/SEF-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../history-font/SEF-Regular.woff2') format('woff2'),
        url('../../history-font/SEF-Regular.woff') format('woff'),
        url('../../history-font/SEF-Regular.ttf') format('truetype'),
        url('../../history-font/SEF-Regular.svg#SEF-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SEF-bold';
    src: url('../../history-font/SEF-Bold.eot');
    src: url('../../history-font/SEF-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../history-font/SEF-Bold.woff2') format('woff2'),
        url('../../history-font/SEF-Bold.woff') format('woff'),
        url('../../history-font/SEF-Bold.ttf') format('truetype'),
        url('../../history-font/SEF-Bold.svg#SEF-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SEF';
    src: url('../../history-font/SEF-Extrabold.eot');
    src: url('../../history-font/SEF-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../../history-font/SEF-Extrabold.woff2') format('woff2'),
        url('../../history-font/SEF-Extrabold.woff') format('woff'),
        url('../../history-font/SEF-Extrabold.ttf') format('truetype'),
        url('../../history-font/SEF-Extrabold.svg#SEF-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container{
    max-width: 78.65rem !important;
    margin: 0 auto;
    /* padding: 0 50px; */
}

body{
    background-color: var(--dark-bg-col) !important;
    font-family: 'SEF', sans-serif !important;
    line-height: 1.1;
    color: var(--white-color);
    overflow-x: hidden;
    position: relative;
}
p,span{
    font-family: 'SEF', sans-serif !important;
}
p{
    opacity: 1 !important;
}
a{
    text-decoration: none;
}
ul li{
    list-style-type: none;
}
table{
    border-collapse: collapse;
}

/* ================ Common Class CSS Start =================== */

.history_main-wrap h2,.history_main-wrap h3, .history_main-wrap h4,.history_main-wrap h5{
    font-family: 'SEF-bold';
}

.m-auto{
    margin: 0 auto !important;
}

.gap-10{
    gap: 10px;
}
.gap-15{
    gap: 15px;
}
.gap-20{
    gap: 20px;
}

.hi-block{
    display: block;
}
.hi-flex{
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-column{
    flex-direction: column;
}
.text-center{
    text-align: center;
}
.text-end{
    text-align: end;
}
.text-20{
    font-size: 1.042rem;
}
.text-32{
    font-size: 1.67rem !important;
    font-family: 'SEF-bold';
}

.mt-70{
    margin-top: var(--margin--block);
}

.mb-70{
    margin-bottom: var(--margin--block);
}

.pri_color{
    color: var(--primary-color);
}

.text-stroke{
    color: var(--white-color);
    -webkit-text-stroke: 1px var(--primary-color);
    text-stroke: 1px var(--primary-color);
}

.text_upper{
    text-transform: uppercase;
}

.card_border {
    position: relative;
}

.card_border::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    border-radius: 10px; /* Apply rounded corners to the pseudo-element */
    background: linear-gradient(-90deg, rgba(0,245,164,1) 0%, rgba(0,245,164,0) 35%, rgba(0,245,164,0) 65%, rgba(0,245,164,1) 100%);
    padding: 1px; /* Thickness of the border */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /* Blend to create a border effect */
    mask-composite: exclude;
}

.sef-bold{
    font-family: 'SEF-bold';
}
.sef-normal{
    font-weight: 400 !important;
    font-family: 'sef' !important;
}


/* ================ Common Class CSS End =================== */

/* --- History Heading Text / Overview Blocks CSS Start --- */

.hi_head--text{
    background: url(../../images/h1_text-bg.png);
    padding: 2.0833rem 20px;
    background-size: cover;
    margin-bottom: 5.5rem;
}
.hi_head--text svg {
    max-width: 61.1rem;
    margin: 0 auto;
}
.hi_card--con{
    flex: 1;
    background-color: rgba(0,245,164,0.1);
    padding: 0.78125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

/* --- Down Arrow Animation CSS Start --- */

.hi_animted--arrow {
    padding: 2.604rem 0 3.646rem;
}

.hi_animted--arrow img {
     animation: action 0.8s infinite alternate;
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(30px); }
}


/* --- Year TimeLine CSS Start --- */

.hi_grad-circle {
    position: absolute;
    width: 780px;
    height: 780px;
    top: 430px;
    background: rgba(0, 245, 164, 0.8);
    opacity: 0.2;
    filter: blur(355px);
}

.hi_grad-circle.circle_one {
    left: -176px;
    top: 30%;
}

.hi_grad-circle.circle_two {
    right: 0;
    top: 60%;
}

/* --- Year TimeLine CSS End --- */

/* ---Overview Blocks CSS --- */

.hi_overview--card {
    display: flex;
    gap: 0.5208rem;
}

.hi_overview--count{
    font-size: 2.083rem;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: -8px;
}
.hi_overview--con > h2{
    margin-bottom: 1.2rem;
}

/* --- Cross Game Leader Board Table CSS --- */

.hi_game--table{
    margin-top: 2.6041rem;
}

.hi_leader--board{
    width: 100%;
}
.hi_data-table {
    overflow-x: auto;
}
.hi_leader--board th{
    color: var(--primary-color);
    font-weight: 400;
    background-color: var(--dark-bg-col);
}
.hi_leader--board td *{
    color: #fff;
}

.team_logo{
    width: 1.823rem;
    height: 1.823rem;
    border-radius: 1.823rem;
    overflow: hidden;
}

.team_logo img{
    object-fit: cover;
}
.team_logo--con{
    gap: 0.55rem;
}

.hi_leader--board tr{
    height: 2.864rem;
    border-top: 1px solid rgb(0 245 164 / 20%);
}

.hi_leader--board tr td,.hi_leader--board tr th{
    padding: 10px 20px 10px 15px;
}

.hi_leader--board tr th *{
    font-size: 0.95rem;
}

.hi_leader--board tr td *{
    font-size: 0.833rem;
}

.hi_game--table > li{
    padding: 0;
}

.hi_game--table > li > p {
    padding: 20px 15px 12px;
}

.hi_leader--board th:first-child {
    width: 60px;
}
.hi_champ--rank {
    justify-content: flex-end;
}

.hi_champ--rank > div {
    padding: 0 10px;
    gap: 7px;
    border-left: 1px solid rgb(0 245 164 / 20%);
}

.hi_champ--rank > div:last-child {
    padding-left: 0;
    border: 0;
}
.silver_rank svg path {
    fill: var(--silver-color);
}
.bronze_rank svg path {
    fill: var(--bronze-color);
}
.hi_player--con {
    padding: 40px 30px 0;
    background-size: cover;
}
.hi_game--logo{
    margin-bottom: 30px;
}

/* --- History Heading Text / Overview Blocks CSS End --- */

/* --- Season Tab Block CSS Start --- */
.history_main-wrap {
    /* overflow-x: hidden; */
    position: relative;
    background-color: var(--dark-bg-col);
}
.hi_prev-btn.swiper-button-disabled {
    opacity: 0.5;
}
.season_tab-btn{
    opacity: 0.3;
}
.season_tab-btn.swiper-slide-thumb-active{
    opacity: 1;
}

.hi_player--con .hi_next-btn:after, .hi_player--con .hi_prev-btn:after {
    opacity: 0;
}
.hi_player--con .swiper {
    padding-bottom: 36px;
    position: relative;
    top: 36px;
}
/* .hi_player--con .swiper.swiper_width {
    max-width: 500px;
    margin: 0 auto;
} */

/* .hi_player--con .hi_next-btn, .hi_player--con .hi_prev-btn {
    top: 23px;
} */

/* .hi_player--con .hi_prev-btn {
    left: 10px;
} */

/* .slide_tab-btn {
    display: flex;
    align-items: center;
    margin-top: -30px;
    margin-bottom: -30px;
} */

/* .hi_player--con .hi_next-btn, .hi_player--con .hi_prev-btn {
    position: relative;
    right: 0;
    top: 32px;
    left: 0;
    bottom: 0;
    flex: 1;
} */

.hi_player--con .hi_next-btn:after,.hi_player--con .hi_prev-btn:after {
    display: none;
}

/* .hi_player--con .hi_prev-btn {
    justify-content: flex-end;
    left: -10px;
}

.hi_player--con .hi_next-btn {
    justify-content: flex-start;
    left: 10px;
} */

.hi_player--con .hi_next-btn:focus, .hi_player--con .hi_prev-btn:focus {
    box-shadow: none;
    outline: none;
}

/*  */

.card_border.tab_width {
    padding: 13px 15px 10px;
    background: #0f2d2c;
    color: #fff;
    overflow: hidden;
    font-size: 0.8333rem;
    color: var(--primary-color);
    border-radius: 6px;
}

.player_history > div{
    flex: 1;
}

.hi_qua--num p {
    border: 1px solid transparent;
    border-image-slice: 1;
    padding: 6px 0px 1px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
}

.hi_qua--num p.card_border:before {
    border-radius: 5px;
    background: linear-gradient(-180deg, rgba(0,245,164,1) 0%, rgba(0,245,164,0.25) 100%);
}

.hi_qua--num {
    gap: 15px;
    position: relative;
}

.hi_qualified--clubs{
    gap: 30px;
    padding-bottom: 70px;
}

.hi_qua--num:not(:last-child):before {
    content: '';
    background: linear-gradient(-90deg, rgba(0,245,164,1) 0%, rgba(0,245,164,0) 100%);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -15px;
}

.hi_qua--num:not(:last-child):after {
    content: '';
    background: var(--primary-color);
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    bottom: -18px;
}
.player_history {
    align-items: flex-start;
    padding-top: 3rem;
}
.hi_player--data {
    gap: 20px;
}

.player_data-con .hi_overview--count {
    font-weight: 600;
    font-size: 3.125rem;
}

.player_data-con {
    align-items: end;
}

.tournament-format {
    gap: 10px;
}

.gold_rank span{
    color: var(--gold-color);
}

.silver_rank span{
    color: var(--silver-color);
}

.bronze_rank span{
    color: var(--bronze-color);
}
.gold_rank.card_border::before {
    background: linear-gradient(-90deg, var(--gold-color) 0%, rgba(0,245,164,0) 35%, rgba(0,245,164,0) 65%, var(--gold-color) 100%);
}

.silver_rank.card_border::before {
    background: linear-gradient(-90deg, var(--silver-color) 0%, rgba(0,245,164,0) 35%, rgba(0,245,164,0) 65%, var(--silver-color) 100%);
}

.bronze_rank.card_border::before {
    background: linear-gradient(-90deg, var(--bronze-color) 0%, rgba(0,245,164,0) 35%, rgba(0,245,164,0) 65%, var(--bronze-color) 100%);
}
.hi_player--con .card_border:before {
    border-radius: 6px;
}
.tournament-format .hi_overview--count {
    margin-bottom: 0px;
}
.hi_player-name {
    position: absolute;
    z-index: 999;
    bottom: -35px;
    right: 50%;
    transform: translate(50%);
}
.hi_player-name .card_border{
    border-radius: 10px;
    padding: 17px 15px 22px !important;
    min-width: 350px;
}

.hi_player-name .card_border:before {
    border-radius: 10px;
}
/* .hi_player--con .swiper.swiper_width {
    max-width: 600px;
    margin: 0 auto;
} */
.hi_player--block {
    position: relative;
    width: 600px;
    height: 600px;
    justify-content: center;
    align-items: flex-end;
    z-index: 99;
}

.hi_player--block img {
    object-fit: contain;
    max-height: 600px;
}
.hi_team--con {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

.hi_player {
    position: relative;
    align-self: flex-end;
}

.team-logo:before {
    content: '';
    background: #0F121A;
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: -1;
    right: 50%;
    top: 80%;
    transform: translate(50%,-30%);
    filter: blur(70px);
}

.team-logo {
    position: relative;
}
.blur_effact {
    width: 80%;
    height: 40px;
    right: 50%;
    position: absolute;
    transform: translateX(50%);
    bottom: -10px;
    background-color: rgb(0 245 164 / 30%);
    filter: blur(32px);
    z-index: -1;
}


/* --- Sponsor CSS Start --- */

.hi_sponsor--con {
    justify-content: center;
    margin-top: 3rem;
}

.hi_sponsor--img {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hi_sposor--block {
    margin-top: 7rem;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.hi_sponsor--con {
    justify-content: center;
    margin-top: 3rem;
}

.hi_sponsor--img {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hi_sposor--block {
    margin-top: 7rem;
}

.hi_sponsor--img:not(:last-child) {
    border-left: 1px solid transparent;
    border-image: linear-gradient(0deg, rgba(0,245,164,1) 0%, rgba(0,245,164,0.3) 40%, rgba(0,245,164,0.3) 58%, rgba(0,245,164,1) 100%);
    border-image-slice: 1;
}

/* --- Responsive CSS Start --- */

@media(max-width:1480px){
    .container{
        max-width: 1340px !important;
        padding: 0 50px;
    }
}

@media(max-width:1200px){
    .hi_qualified--clubs {
        padding-bottom: 60px;
    }

    .hi_team--con svg {
        width: 170px;
    }

    .team-logo img {
        width: 80%;
    }

    .hi_team--con {
        left: 10px;
    }

    .team-logo {
        text-align: center;
    }
    .hi_player--block {
        width: auto;
        height: auto;
    }

    .hi_player--block img {
        max-width: 450px;
    }
}

@media(max-width:991px){
    .hi_overview--card {
        flex-wrap: wrap;
    }

    .hi_card--con {
        max-width: calc(100%/2 - 5px);
        flex: 0 0 calc(100%/2 - 5px);
    }
    .team_logo {
        width: 35px;
        height: 35px;
    }

    .team_logo--con span {
        white-space: nowrap;
    }

    .hi_game--table {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .hi_game--table > li {
        max-width: 100%;
    }
    .desktop_view{
        display: none;
    }
    .hi_sponsor--img img {
        max-width: 60%;
    }
    .hi_sposor--block {
        margin-top: 50px;
    }
}

@media (max-width:767px){
    .hi_leader--board tr td:first-child,.hi_leader--board tr th:first-child {
        width: 20px;
        padding-left: 0;
    }
    .container{
        padding: 0 20px;
    }
    .hi_game--table{
        margin-top: 20px;
    }
    .hi_player--con .swiper.swiper_width {
        max-width: 300px;
    }

    .hi_player--con .hi_next-btn, .hi_player--con .hi_prev-btn {
        top: 30px;
    }
    span.year-con {
        padding: 20px 30px 10px;
        font-size: 30px;
    }
}
@media (max-width:575px){
    .hi_champ--rank > div svg {
        width: 12px;
    }
    .hi_overview--count {
        font-size: 28px;
    }
    .hi_overview--card {
        flex-direction: column;
        gap: 20px;
    }

    .hi_card--con {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 18px 15px 20px;
        gap: 10px;
    }

    .hi_card--con p br {
        display: none;
    }
    .hi_player--con .swiper.swiper_width {
        max-width: 210px;
    }
}
@media(min-width:992px){
    .mobile_view{
        display: none;
    }
}

/* === Responsive of Season Tab === */

@media(max-width:991px){
    .player_history {
        flex-direction: column;
        gap: 30px;
    }

    .hi_player {
        order: 1;
    }

    .hi_qualified--clubs {
        order: 2;
    }

    .hi_player--data {
        order: 3;
    }

    .player_history > div {
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .hi_player-name {
        position: relative;
        bottom: 0;
    }

    .hi_player--con {
        padding-bottom: 40px;
        padding-inline: 20px; }

    .hi_qua--num {
        max-width: calc(100%/2 - 15px);
        flex: 0 0 calc(100%/2 - 15px);
    }

    .hi_qualified--clubs h2 {
        width: 100%;
    }
    .player_data-con {
        max-width: calc(100%/3 - 15px);
        flex: 0 0 calc(100%/3 - 15px);
        align-items: flex-start;
    }

    .hi_player--data {
        row-gap: 27px;
    }

    .player_data-con.hi_clubs {
        align-items: baseline;
    }

    .player_data-con.tournament-winner {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hi_top--win {
        flex-direction: row;
        justify-content: end;
    }

    .hi_player--data .text-end {
        text-align: right;
    }
    .hi_qualified--clubs {
        gap: 20px;
    }

    .hi_qua--num:not(:last-child):before {
        bottom: -8px;
    }

    .hi_qua--num:not(:last-child):after {
        width: 5px;
        height: 5px;
        bottom: -10px;
    }

    .hi_qua--num p {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

}



@media(max-width:767px){
  .player_data-con,.player_data-con.tournament-winner {
        max-width: calc(100%/2 - 15px);
        flex: 0 0 calc(100%/2 - 15px);
        align-items: flex-start;
    }
    .hi_top--win {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .hi_head--text {
        margin-bottom: 20px;
    }

    .year-wrap {
        margin-top: 30px;
    }
}



@media(max-width:575px){
    .player_data-con, .player_data-con.tournament-winner ,.hi_qua--num{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .player_history > div{
        padding-bottom: 0;
    }
    .hi_player--block img {
        max-width: 320px;
    }
    .hi_player-name .card_border {
        min-width: 100%;
    }
    .hi_team--con {
        position: relative;
        order: 1;
        left: 0;
        padding: 30px 0 0;
    }

    .player_history .hi_player {
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
    }
    .hi_player--block {
        order: 2;
    }

    .hi_player-name {
        order: 3;
    }
}



@media(max-width:390px){
    .hi_player--block img {
        max-width: 250px;
    }
    .hi_team--con svg {
        width: 140px;
    }
}


/*  */

.year_main_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.year_block-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    width: 100% !important;
}
.year_block {
    text-align: center;
}
/* .year_block.active {
    border: 1px solid salmon;
    background-color: #ffe5e5;
} */
.year_block span {
    display: inline-block;
    font-size: 16px;
}
.prev-arrow, .next-arrow {
    cursor: pointer;
    user-select: none;
    position: relative;
    top: 3px;
}
.prev-arrow.disabled, .next-arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.content-wrap {
    margin-top: 70px;
    display: none; /* Hide all content initially */
}
.content-wrap.active {
    display: block; /* Show only the active content */
}
.year_block{
    flex: 1;
}
.year_block span {
    padding: 25px 50px 15px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    font-size: 2.5rem;
    color: var(--primary-color);
    background: linear-gradient(-90deg, rgba(17,22,30,0.2) 0%, rgba(17,22,30,1) 23%, rgba(17,22,30,1) 80%, rgba(17,22,30,0.2) 100%);
}
.timeline-wrap {
    position: relative;
}
.year_block.active span{
    background-color: var(--dark-bg-col);
}
.year_block.active span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    border-radius: 50px; /* Apply rounded corners to the pseudo-element */
    background: linear-gradient(-180deg, rgba(0,245,164,1) 0%, rgba(0,245,164,0.02) 100%);
    padding: 1px; /* Thickness of the border */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /* Blend to create a border effect */
    mask-composite: exclude;
    transform: none;
    width: 100%;
    height: 100%;
}
span.timeline_border {
    background: var(--primary-color);
    position: absolute;
    width: calc(100vw - 16px);
    height: 1px;
    z-index: 0;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.year_block span:after {
    content: '';
    background: var(--primary-color);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 45%;
    left: -32px;
    border-radius: 8px;
}

.hi_animted--arrow img,.hi_game--logo img  {
    margin: 0 auto !important;
}

.hi_prev-btn,.hi_next-btn {
    border: 0;
}

/*  */

[dir="rtl"] .next-arrow {
    transform-origin: center;
    transform: rotate(-180deg);
    position: relative;
    top: -3px;
}

[dir="rtl"] .prev-arrow {
    transform-origin: center;
    transform: rotate(-180deg);
    position: relative;
    top: -3px;
}

.main__wrapper {
    overflow-x: hidden;
}

[dir="rtl"]  .hi_next-btn {
    transform-origin: center;
    transform: rotate(-180deg);
    justify-content: end;
    top: 26px;
}

[dir="rtl"] .hi_prev-btn {
    transform-origin: center;
    transform: rotate(-180deg);
    justify-content: start;
    top: 26px;
}

.hi_data-table {
    height: 335px;
    overflow-y: auto;
}

.hi_data-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--primary-green-color);
}

.hi_data-table::-webkit-scrollbar
{
	width: 5px;
	background-color: #f5f5f500;
}

.hi_data-table::-webkit-scrollbar-thumb
{
	background-color: #03f5a4;
    border-radius: 10px;
}

.hi_game--table li.hi_card--con {
    justify-content: flex-start;
}
.hi_game--logo img {
    max-width: 500px;
}

.hi_player--data .tournament-format p.hi_overview--count.text-stroke {
    font-size: 18px !important;
}

.hi_player--data .card_border.tab_width {
    padding: 8px 15px 6px;
}

.hi_player--data .tournament-format .card_border.tab_width {
    font-size: 14px;
    padding: 8px 15px 6px;
}


@media(max-width:575px){
    .hi_game--logo img {
        max-width: 280px;
    }
}
.hi_data-table {
    height: 335px;
    overflow-y: auto;
}

.hi_data-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--primary-green-color);
}

.hi_data-table::-webkit-scrollbar
{
	width: 5px;
	background-color: #f5f5f500;
}

.hi_data-table::-webkit-scrollbar-thumb
{
	background-color: #03f5a4;
    border-radius: 10px;
}

.hi_game--table li.hi_card--con {
    justify-content: flex-start;
}
.hi_game--logo img {
    max-width: 500px;
}

.hi_player--data .tournament-format p.hi_overview--count.text-stroke {
    font-size: 18px !important;
}

.hi_player--data .card_border.tab_width {
    padding: 8px 15px 6px;
}

.hi_player--data .tournament-format .card_border.tab_width {
    font-size: 14px;
    padding: 8px 15px 6px;
}

.hi_player--con .swiper.swiper_width{
    width: 100%;
}

.hi_qualified--clubs{
    height: 560px;
    overflow-y: auto;
}
.hi_qualified--clubs::-webkit-scrollbar-track
{
	background-color: var(--primary-green-color);
}

.hi_qualified--clubs::-webkit-scrollbar
{
	width: 5px;
	background-color: #f5f5f500;
}

.hi_qualified--clubs::-webkit-scrollbar-thumb
{
	background-color: #03f5a42e;
    border-radius: 10px;
}

@media(max-width:575px){
    .hi_game--logo img {
        max-width: 280px;
    }
}

/* .hi_sponsor--img {
    max-width: calc(100%/5 - 10px);
    flex: 0 0 calc(100%/5 - 10px);
}

@media(max-width:1480px){
    .hi_sponsor--img {
        max-width: calc(100%/3 - 20px);
        flex: 0 0 calc(100%/3 - 20px);
    }
}

.hi_sponsor--con {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.hi_sponsor--img {
    padding-inline: 20px;
} */

/* 03-02-2025 -- slider css start */

@media(min-width:768px){
    .year_block span {
        font-size: 2rem;
    }
}
@media(max-width:575px){
    .hi_qua--num {
        margin-top: 17px;
    }
    .hi_qualified--clubs {
        display: block;
    }
    .year_block span:after {
        opacity: 0;
    }
}
@media(max-width:1200px){
    .hi_qualified--clubs {
        height: 510px;
    }
    .hi_player--data .player_data-con:nth-child(1) .hi_overview--count,.hi_player--data .player_data-con:nth-child(2) .hi_overview--count {
        font-size: 2.5rem;
    }
    .player_data-con {
        gap: 8px;
    }
}

.hi_overview--card{
    padding-right: 0 !important;
}
.hi_sponsor--img:not(:last-child) {
    border: 0;
}

.hi_sponsor--img:not(:last-child):before {
    content: '';
    background: linear-gradient(0deg, rgba(0,245,164,1) 0%, rgba(0,245,164,0.3) 40%, rgba(0,245,164,0.3) 58%, rgba(0,245,164,1) 100%);
    position: absolute;
    left: 0;
    width: 1px;
    height: 50px;
    z-index: 99;
    top: 50%;
    transform: translate(50%);
}

.hi_sponsor--img {
    position: relative;
}

.hi_player--con .js-swiper-thumbs{
    width: 800px !important;
}

.single-slide.js-swiper-thumbs .swiper-wrapper {
    justify-content: center;
}
.swiper_thumb-con {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0;
}

.swiper_thumb-con {
    display: flex;
}

.slide_tab-btn {
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    top: 76px;
}

/* 03-02-2025 -- slider css end */

.hi_sponsor--con > div {
    max-width: calc(100%/6 - 15px);
    flex: 0 0 calc(100%/6 - 15px);
    height: 250px;
    display: flex;
    align-items: center;
}

.hi_sponsor--con > div {
    padding-inline: 35px;}

.hi_sponsor--img:not(:last-child):before {
    transform: translateY(-50%);
}

.hi_sponsor--con {
    flex-wrap: wrap;
}

@media(max-width:991px){
    .hi_sponsor--con > div {
        max-width: calc(100%/3 - 15px);
        flex: 0 0 calc(100%/3 - 15px);
        padding-inline: 5px;
    }

    .hi_sponsor--con > div:nth-child(3):before {
        display: none;
    }
}

@media(max-width:767px){
    .hi_sponsor--con > div {
        max-width: calc(100%/2 - 10px);
        flex: 0 0 calc(100%/2 - 10px);
        padding-inline: 0px;
        height: 200px;
    }

    .hi_sponsor--con > div:nth-child(2):before,.hi_sponsor--con > div:nth-child(4):before {
        display: none;
    }
    .hi_sponsor--con > div:nth-child(3):before{
        display: block;
    }
}

@media(max-width:575px){
    .hi_sponsor--con > div {
        height: 150px;
    }
}

