.rankings .top-area .title-wrapper .title {
    color: #000;
    font-family: 'AeonikPro-Regular', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rankings .top-area {
    margin-top: 30px;
    margin-bottom: 115px;
}

.rankings .top-area .power-by .text {
    color: #555;
    font-family: 'AeonikPro-Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.24px;
}

.rankings .top-area .wrapper {
    gap: 25px;
}

.rankings .top-area .power-by img {
    width: 140px;
    flex: 0 0 140px;
    height: 41px;
    margin-left: 10px;
}

.rankings .bot-area {
    max-width: 1080px;
    margin: auto;
    padding: 0 2rem;
    box-sizing: content-box;
}

.rankings .bot-area .table-container .title-wrapper {
    padding: 18px 22px;
    background: #350806;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rankings .bot-area .table-container .title-wrapper .text-w-ch .text {
    color: #FFF;
    text-align: center;
    font-family: "AeonikPro-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin-right: 15px;
}

.rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron {
    position: relative;
    width: 22px;
    flex: 0 0 22px;
    height: 5px;
}

.rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::before,
.rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%;
    background-color: #fff;
}

.rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::after {
    left: 2px;
    transform: rotate(45deg);
}

.rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::before {
    left: calc(50% - 2px);
    transform: rotate(-45deg);
}

.rankings .bot-area .table-container .cell {
    padding: 10px;
}

.rankings .bot-area .table-container .thead .row {
    background-color: #EF4144;
}

.rankings .bot-area .table-container .thead .row .cell {
    color: #FFF;
}

.rankings .bot-area .table-container .tbody-header .row:nth-child(odd) .cell,
.rankings .bot-area .table-container .main-body-wrapper .row:nth-child(odd) .cell {
    background-color: rgba(239, 65, 68, 0.20);
}

.rankings .bot-area .table-container .tbody-header .row:nth-child(even) .cell,
.rankings .bot-area .table-container .main-body-wrapper .row:nth-child(even) .cell {
    background-color: rgba(239, 65, 68, 0.05);
}

.rankings .bot-area .adv-container {
    padding: 10px;
    background: rgba(217, 217, 217, 0.20);
    margin-left: 15px;
}

.rankings .bot-area .adv-container .adv-wrapper {
    position: sticky;
    top: 10px;
}

.rankings .bot-area .table-container {
    width: calc(100% - 335px);
    flex: 0 1 calc(100% - 335px);
    row-gap: 40px
}

.rankings .bot-area .table-container .tbody-header .cell,
.rankings .bot-area .table-container .table.champions .tbody-main .cell:nth-child(1) {
    color: #350806;
    font-family: 'AeonikPro-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%; /* 20px */
    letter-spacing: -0.16px;
    display: flex;
}

.rankings .bot-area .table-container .tbody-main .cell:not(:nth-child(1)) {
    color: #350806;
    text-align: center;
    font-family: 'AeonikPro-Regular';
    font-size: 13px;
    font-weight: 500;
    line-height: 125%; /* 16.25px */
    letter-spacing: -0.13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rankings .bot-area .table-container .thead .row .cell {
    color: #FFF;
    text-align: center;
    font-family: 'AeonikPro-Bold', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 125%; /* 15px */
    letter-spacing: -0.12px;
    display: flex;
}

.rankings .sports-category .welcome-slider {
    margin-top: 164px;
    margin-bottom: 220px;
    border-top: 1px dotted rgba(0, 0, 0, 0.30);
    padding-top: 10px;
}

.rankings .bot-area .table-container .table .thead .row:nth-child(2) .simplebar-track.simplebar-horizontal {
    height: 0;
}

.rankings .bot-area .table-container .table .tbody-main .simplebar-track.simplebar-horizontal {
    height: 7px;
}

.rankings .bot-area .table-container .table .tbody-main .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background: #f8898d;
}

.rankings .bot-area .table-container .title-wrapper {
    gap: 10px;
}

/*Table Match Day*/
.rankings .bot-area .table-container .table.matchday .thead .row:nth-child(1),
.rankings .bot-area .table-container .table.matchday .tbody-header {
    width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
}

.rankings .bot-area .table-container .table.matchday .thead .row:nth-child(2),
.rankings .bot-area .table-container .table.matchday .tbody-main {
    width: 200px;
    flex: 0 0 200px;
}

.rankings .bot-area .table-container .table.matchday .cell {
    flex: 1;
    align-items: center;
}

.rankings .bot-area .table-container .table.matchday .tbody-main .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #350806;
    font-family: 'AeonikPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%; /* 20px */
    letter-spacing: -0.16px;
}

.rankings .bot-area .table-container .table.matchday .thead .row:nth-child(2) .cell {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Table Match Day*/

@media screen and (max-width: 860px) {
    .rankings .bot-area .table-container {
        width: 100%;
        flex: 0 0 100%;
    }

    .rankings .bot-area .table-container .tbody-header .cell, 
    .rankings .bot-area .table-container .tbody-main .cell:nth-child(1),
    .rankings .bot-area .table-container .table.matchday .tbody-main .cell {
        font-size: 14px;
    }

    .rankings .bot-area .table-container .tbody-main .cell:not(:nth-child(1)) {
        font-size: 12px;
    }

    .rankings .bot-area .table-container .cell {
        padding: 10px 5px;
    }

    .rankings .top-area .wrapper {
        flex-direction: column;
        align-items: start;
    }

    .rankings .top-area .power-by img {
        width: 100px;
        flex: 0 0 100px;
        height: 29px;
        margin-left: 10px;
    }

    .rankings .bot-area .table-container .title-wrapper {
        padding: 15px 15px;
    }

    .rankings .sports-category .welcome-slider {
        margin-top: 100px;
        margin-bottom: 100px; 
    }
}

@media screen and (max-width: 720px) {
    .rankings .top-area .wrapper .champion-ship-section {
        flex-wrap: wrap;
    }

    .rankings .sports-category .welcome-slider {
        margin-top: 13.9vw;
        margin-bottom: 13.9vw; 
    }
}

@media screen and (max-width: 660px) {
    .rankings .bot-area {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 560px) {
    .rankings .bot-area .table-container .table.matchday .thead .row:nth-child(1), 
    .rankings .bot-area .table-container .table.matchday .tbody-header {
        width: 250px;
        flex: 0 0 250px;
    }
    
    .rankings .bot-area .table-container .table.matchday .thead .row:nth-child(2), 
    .rankings .bot-area .table-container .table.matchday .tbody-main {
        width: calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
    }

    .rankings .bot-area .table-container .table.matchday .thead .row:nth-child(2) .cell,
    .rankings .bot-area .table-container .table.matchday .tbody-main .cell{
        width: 80px;
        flex: 1 0 80px;
    }
}
@media screen and (max-width: 490px) {
    .rankings .bot-area .table-container .tbody-header .cell, .rankings .bot-area .table-container .tbody-main .cell:nth-child(1) {
        font-size: 3.3vw;
    }

    .rankings .bot-area .table-container .tbody-main .cell:not(:nth-child(1)),
    .rankings .bot-area .table-container .thead .row .cell {
        font-size: 3vw;
    }

    .rankings .bot-area .table-container .title-wrapper .text-w-ch .text {
        font-size: 5.1vw;
        margin-right: 3.1vw;
    }

    .rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron {
        position: relative;
        width: 4.45vw;
        flex: 0 0 4.45vw;
        height: 1vw;
    }

    .rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::before, .rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::after {
        height: .41vw;
    }

    .rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::before {
        left: calc(50% - .41vw);
    }

    .rankings .bot-area .table-container .title-wrapper .text-w-ch .chevron::after {
        left: .41vw;
    }

    .rankings .bot-area .table-container .table.matchday .thead .row:nth-child(1), 
    .rankings .bot-area .table-container .table.matchday .tbody-header {
        width: 71.4vw;
        flex: 0 0 71.4vw;
    }
    
    .rankings .bot-area .table-container .table.matchday .thead .row:nth-child(2), 
    .rankings .bot-area .table-container .table.matchday .tbody-main {
        width: calc(100% - 71.4vw);
        flex: 0 0 calc(100% - 71.4vw);
    }

    .rankings .bot-area .table-container .table.matchday .thead .row:nth-child(2) .cell,
    .rankings .bot-area .table-container .table.matchday .tbody-main .cell{
        width: 16.3vw;
        flex: 1 0 16.3vw;
    }

    .rankings .bot-area .table-container .tbody-header .cell, 
    .rankings .bot-area .table-container .tbody-main .cell:nth-child(1), 
    .rankings .bot-area .table-container .table.matchday .tbody-main .cell {
        font-size: 2.85vw;
    }
    
    
}