.stats_container .stats_header_wrap {
    background-color: #05105C;
    min-height: 113px;
}

.stats_container .stats_grid {
    margin-top: -88px;
    top: 15px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 940px 300px;
}

.stats_container .section_lhs .table_wrapper {
    background-color: #fff;
    box-shadow: 4px 4px 6px #0000000D;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    padding: 15px 12px 0px;
    margin-top: 22px;
}

.stats_container .section_lhs .table_wrapper .tbl_title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
    text-align: center;
    padding: 0px 0px 14px;
}

.stats_container .section_lhs table {
    width: 100%;
    border-collapse: collapse;
}

.stats_container .section_lhs .teams_wrap {
    display: flex;
    align-items: center;
}

.stats_container .section_lhs .teams_wrap span {
    margin-left: 17px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    min-width: 58px;
    padding-top: 2px;
}

.stats_container .section_lhs table thead tr {
    background-color: #F8F8F8;
}

.stats_container .section_lhs table th {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    padding: 7px 20px;
    text-transform: uppercase;
}

.stats_container .section_lhs table td {
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #333333;
}

.stats_container .section_lhs table th:first-child,
.stats_container .section_lhs table th:nth-child(2) {
    text-align: left;
}

.stats_container .section_lhs table td:first-child {
    font-weight: 600;
    color: #000000;
    font-weight: 600;
}

.stats_container .section_lhs table tbody tr::after {
    height: 0px !important;
}

.stats_container .section_lhs table td:first-child,
.stats_container .section_lhs table td:nth-child(2) {
    text-align: left;
}

.stats_container .section_rhs .ranking_wrapper {
    background-color: #fff;
    box-shadow: 4px 4px 6px #0000000D;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    padding: 20px 24px;
    margin-top: 22px;
}

.ranking_wrapper .rankingSwiper table {
    width: 100%;
}

.ranking_wrapper .rankingSwiper table th {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
}

.ranking_wrapper .rankingSwiper table td {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
}

.ranking_wrapper .rankingSwiper table th:nth-child(2),
.ranking_wrapper .rankingSwiper table td:nth-child(2) {
    text-align: left;
}

.ranking_wrapper .rankingSwiper table td:first-child {
    font-weight: 600;
    color: #333333;
}

.ranking_wrapper .rankingSwiper .teams_wrap {
    display: flex;
    align-items: center;
}

.ranking_wrapper .rankingSwiper .teams_wrap span {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
}

.ranking_wrapper .rankingSwiper {
    position: relative;
}

.rankingSwiper .ranking_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: -45px;
    padding-bottom: 20px;
}

.ranking_wrapper .rankingSwiper .swiper-wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}

.ranking_wrapper .rankingSwiper .nxt_btn_container {
    position: absolute;
    top: 8px;
    right: 0;
}

.ranking_wrapper .rankingSwiper .prev_btn_container {
    position: absolute;
    top: 8px;
    left: 0;
}

.ranking_wrapper .rankingSwiper .nxt_btn_container .swiper-button-next:after,
.ranking_wrapper .rankingSwiper .prev_btn_container .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 600;
}

.view_ranking {
    text-align: center;
    margin: 10px 0px 7px;
}

.view_ranking a {
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
}

.ranking_wrapper .updated_on {
    background-color: #F7F7F7;
    font-size: 8px;
    color: #403F3F;
    font-weight: 500;
    padding: 7px 0px;
    text-align: center;
}

.stats_container .ln_wrapper {
    margin: 20px 0px 40px;

}

.stats_container .ln_wrapper .ln_inner_wrap {
    background-color: #fff;
    box-shadow: 4px 4px 6px #0000000D;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    padding: 20px;
    margin-top: 22px;
}

.wc_container .stats_container .ln_wrapper ul li {
    display: inline;
}

.stats_container .ln_wrapper ul li a {
    display: grid;
    grid-template-columns: 90px 1fr;
    margin-bottom: 20px;
    cursor: pointer;
}

.stats_container .ln_wrapper ul li:last-child {
    margin-bottom: 0px;
}

.stats_container .ln_wrapper ul li .img_box {
    width: 90px;
    height: 50px;
    position: relative;
}

.stats_container .ln_wrapper ul li .img_box .v-duration {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    line-height: 0;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 57px;
    height: 21px;
    justify-content: center;
}

.stats_container .ln_wrapper ul li .img_box .v-duration .icon-vid {
    display: inline-block;
    margin-right: 5px;
    width: 13px;
}

.stats_container .ln_wrapper ul li .img_box img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.stats_container .ln_wrapper ul li p {
    margin-left: 18px;
    margin-top: -2px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 70px;
    overflow: hidden;
}

.stats_container .section_lhs table.pt_tbl tr th:first-child {
    text-align: center;
}

table.pt_tbl tr td .teams_wrap {
    justify-content: center;
}

table.pt_tbl tr td .teams_wrap img {
    margin-left: -20px;
}

/* Responsive Stylesheet Start */
@media (max-width:1024px) {
    .stats_container .stats_grid {
        display: block;
        margin-top: -100px;
    }

    .table_wrapper .tbl_inner_wrap {
        overflow: hidden;
        overflow-x: auto;
    }

    .stats_container .section_lhs .table_wrapper {
        margin: 22px 10px 0px;
    }

    .stats_container .section_lhs .table_wrapper table {
        position: relative;
    }

    .stats_container .section_rhs .ranking_wrapper {
        margin: 0px 10px;
    }

    .stats_container .ln_wrapper {
        margin: 20px 10px 40px;
    }

    .stats_container .section_lhs table td {
        min-width: 70px;
    }

    .stats_container .section_lhs table thead tr th:first-child {
        background-color: #F8F8F8;
        min-width: 135px;
    }

    .stats_container .section_lhs table tr>th:first-child,
    .stats_container .section_lhs table tr>td:first-child {
        position: sticky;
        left: -2px;
    }

    .stats_container .section_lhs table tr>td:first-child {
        background-color: #F8F8F8;
    }
}

.wc_text {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .wc_text {
        padding: 0px 20px;
    }
}

/* End */