.rm-score-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.25)
}

.rm-score-card .schedule {
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--black);
    display: flex;
    font-family: var(--source-sans-pro);
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    padding: 8px 16px;
    text-transform: uppercase
}

.rm-score-card .schedule.red {
    background-color: var(--primary-red);
    color: var(--white)
}

.rm-score-card .schedule.yellow {
    background-color: orange;
    color: var(--white)
}

.rm-score-card .teams-and-score {
    padding: 10px 16px
}

.rm-score-card .teams-and-score .match-details {
    align-items: center;
    color: var(--black);
    display: flex;
    font-family: var(--source-sans-pro);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase
}

.rm-score-card .teams-and-score .match-details .country-name {
    margin-right: 8px
}

.rm-score-card .teams-and-score .match-details .country-flag,.rm-score-card .teams-and-score .match-details .country-flag img {
    height: 24px;
    margin-right: 8px;
    width: 35px
}

.rm-score-card .teams-and-score .match-details .team-status {
    color: var(--black)
}

.rm-score-card .teams-and-score .match-details .team-status.active {
    opacity: 1
}

.rm-score-card .teams-and-score .match-details .team-status.active:before {
    background-color: var(--primary-red);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px
}

.rm-score-card .teams-and-score .match-status {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.photos-random {
    position: relative
}

.photos-random .text {
    background: #00000082;
    bottom: 0;
    color: var(--white);
    font-weight: var(--source-sans-pro);
    left: 0;
    padding: 7px 10px;
    position: absolute;
    width: 100%
}

.category-head-three {
    align-items: center;
    border-bottom: 2px solid var(--black);
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.category-head-three .title a {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .96px;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase
}

.category-head-three .title a:hover {
    text-decoration: underline
}

.category-head-three .more a {
    color: var(--primary-red);
    font-family: var(--source-sans-pro);
    opacity: .5;
    text-decoration: none;
    text-transform: capitalize
}

.category-head-three .more a:hover {
    color: var(--primary-red);
    opacity: 1
}

.slider-bg-two {
    background-color: var(--black);
    padding-top: 40px
}

.article-hero-list li {
    margin-right: 0!important
}

.rm-sports-tabs {
    border: 1px solid #bcbcbc;
    border-radius: 9px
}

.rm-sports-tabs .t20-title {
    align-items: center;
    background-color: #e4e4e4;
    border-bottom: 1px solid #bcbcbc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--black);
    display: flex;
    font-family: var(--source-sans-pro);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .64px;
    line-height: normal;
    padding: 8px 20px
}

.rm-sports-tabs .t20-title img {
    height: 40px;
    width: 40px
}

.rm-sports-tabs .nav-pills {
    background-color: #e4e4e4;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-family: var(--source-sans-pro);
    text-transform: uppercase
}

.rm-sports-tabs .nav-pills .nav-link {
    border-bottom: 4px solid transparent;
    color: var(--black);
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .64px;
    opacity: .5;
    text-transform: uppercase
}

.rm-sports-tabs .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 4px solid var(--black);
    border-radius: 0;
    opacity: 1
}

.rm-sports-tabs .tabs-scroll {
    background-color: #e4e4e4;
    border-radius: 9px
}

.rm-sports-tabs .match-ticker {
    align-items: center;
    background-color: var(--primary-red);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 10px 16px;
    position: absolute;
    top: 0;
    width: 100%
}

.rm-sports-tabs .match-ticker img {
    height: 20px;
    width: 20px
}

.rm-sports-tabs .match-ticker .live,.rm-sports-tabs .match-ticker .versus {
    font-family: var(--source-sans-pro);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.rm-sports-tabs .match-ticker .live {
    font-size: 12px
}

.rm-sports-tabs .inside-tabs-scroll {
    max-height: 700px;
    overflow-x: hidden
}

.rm-sports-tabs .sports-teams .todays-match {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.rm-sports-tabs .sports-teams .todays-match img {
    height: 40px;
    width: 40px
}

.rm-sports-tabs .sports-teams .todays-match .c-name {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-top: 8px;
    text-transform: capitalize
}

.sports-teams .todays-match .yet-to-bat {
    font-weight: 600;
    opacity: .3;
    text-transform: uppercase
}

.sports-teams .todays-match .score,.sports-teams .todays-match .yet-to-bat {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 16px;
    line-height: normal
}

.sports-teams .todays-match .score {
    font-weight: 700
}

.sports-teams .todays-match .overs {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    text-transform: uppercase
}

.sports-teams .decision {
    line-height: 1
}

.sports-teams .decision,.sports-teams .team-score-status {
    font-family: var(--source-sans-pro);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center
}

.sports-teams .team-score-status {
    line-height: normal
}

.sports-teams .players-name {
    align-items: center;
    border-bottom: 1px solid var(--grey-three);
    border-top: 1px solid var(--grey-three);
    display: flex;
    font-family: var(--source-sans-pro);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 24px;
    padding: 16px 0
}

.sports-teams .players-name .left {
    text-align: left
}

.sports-teams .players-name .left .li:not(:last-child) {
    margin-bottom: 8px
}

.sports-teams .players-name .left .li .active {
    font-weight: 700
}

.sports-teams .players-name .left .li .active:after {
    background-color: var(--primary-red);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px
}

.sports-teams .players-name .right {
    text-align: right
}

.sports-teams .players-name .right .li:not(:last-child) {
    margin-bottom: 8px
}

.sports-teams .players-name .right .li .active {
    font-weight: 700
}

.sports-teams .players-name .right .li .active:after {
    background-color: var(--primary-red);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px
}

.match-news-slider {
    margin-bottom: 24px;
    padding: 0 20px
}

.match-news-slider .articles .author {
    margin-top: 10px
}

.match-news-slider .articles {
    margin: 0 5px
}

.match-news-slider .slick-prev {
    background-image: url(../resource/images/svg/shadow_mdi_chevron-left.svg);
    left: 15px;
    z-index: 9
}

.match-news-slider .slick-next {
    background-image: url(../resource/images/svg/shadow_mdi_chevron-right.svg)!important;
    right: 15px
}

.match-news-slider .slick-next:before,.match-news-slider .slick-prev:before {
    content: ""
}

.match-news-slider .slick-next,.match-news-slider .slick-prev {
    background-repeat: round;
    height: 24px;
    width: 24px
}

.match-news-slider .slick-next:focus {
    background-repeat: round
}

.match-news-slider .slick-prev:focus {
    background-repeat: round;
    z-index: 9
}

.match-news-slider .slick-prev:hover {
    background-image: url(../resource/images/svg/shadow_mdi_chevron-left.svg)
}

.match-news-slider .slick-next:hover {
    background-image: url(../resource/images/svg/shadow_mdi_chevron-right.svg)
}

.score-comm .nav-pills {
    background-color: transparent;
    border-bottom: 1px solid var(--grey-three);
    border-top: 1px solid var(--grey-three)
}

.score-comm .nav-pills li {
    width: 50%
}

.score-comm .nav-pills li button {
    width: 100%!important
}

.score-comm .nav-pills .nav-link.active {
    border-bottom: 4px solid #3b28f1;
    color: #3b28f1
}

.score-comm .nav-pills .nav-link {
    color: var(--black);
    opacity: .3
}

.innings-tabs .nav-pills {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent
}

.innings-tabs .nav-pills li {
    width: max-content
}

.innings-tabs .tab-content {
    padding: 10px
}

.innings-tabs .nav-pills .nav-item {
    padding: 0 10px
}

.innings-tabs .rm-score-table table {
    font-family: var(--source-sans-pro)
}

.innings-tabs .nav-pills .nav-link {
    background-color: #f4f4f4!important;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    color: var(--grey-six);
    font-size: 14px;
    opacity: 1
}

.innings-tabs .nav-pills .nav-link.active {
    border: 1px solid var(--black);
    border-radius: 20px;
    color: var(--black);
    height: 100%
}

.rm-score-table table {
    font-family: var(--source-sans-pro);
    width: 100%
}

.rm-score-table .rbfs {
    text-align: center;
    width: 24px
}

.rm-score-table .sr {
    text-align: center;
    width: 44px
}

.rm-score-table tr:not(:last-child) {
    border-bottom: 1px solid #d5d5d5
}

.rm-score-table tr td {
    vertical-align: top
}

.rm-score-table .rbfstd {
    width: 24px
}

.rm-score-table .match-players {
    color: var(--black);
    font-weight: 400;
    text-transform: capitalize
}

.rm-score-table .player-desc {
    color: var(--black);
    font-size: 14px;
    opacity: .5;
    text-transform: capitalize
}

.rm-score-table .bolds {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 0;
    text-transform: capitalize
}

.rm-score-table ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.rm-score-table ul li {
    font-family: var(--source-sans-pro);
    font-size: 14px;
    text-transform: capitalize
}

.rm-score-table ul li span {
    font-weight: 700;
    margin-right: 5px
}

.rm-score-table ul li:not(:last-child) {
    margin-right: 16px
}

.rm-score-table .details .heading {
    font-family: var(--source-sans-pro);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.rm-score-table .details .heading,.rm-score-table .details ul li:not(:last-child) {
    border-bottom: 1px solid var(--grey-three)
}

.rm-score-table .details ul li {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0;
    width: 100%
}

.rm-score-table .details ul li .title {
    opacity: .5;
    width: 120px
}

.rm-score-table .details ul li .info,.rm-score-table .details ul li .title {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}

.rm-sports-tabs .teams {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.rm-sports-tabs .teams li {
    margin-bottom: 24px;
    margin-right: 24px
}

.rm-sports-tabs .teams li .country-img {
    border: 1px solid var(--grey-seven);
    border-radius: 4px;
    height: auto;
    width: 110px
}

.rm-sports-tabs .teams li .country-img .coutry-title {
    font-family: var(--source-sans-pro);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 8px 13px;
    text-transform: capitalize
}

.rm-sports-tabs .teams li .country-img .coutry-title .bba {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 14px;
    margin-top: 4px;
    opacity: .5;
    text-transform: capitalize
}

.rm-points-table {
    font-family: var(--source-sans-pro);
    font-size: 16px;
    text-transform: capitalize;
    width: 100%
}

.rm-points-table .table-row {
    border-bottom: 1px solid var(--grey-three);
    display: flex;
    justify-content: space-between
}

.rm-points-table .bold {
    font-weight: 700
}

.rm-points-table .w-one {
    text-align: center;
    width: 50px
}

.rm-points-table .w-two {
    margin-right: 38px;
    text-align: center;
    width: 30px
}

.rm-points-table .points-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.rm-points-table .points-list .flag {
    height: auto;
    margin-right: 5px;
    width: 24px
}

.rm-points-table .points-list li {
    padding-top: 5px
}

.rm-points-table .points-list li .table-row {
    padding-bottom: 5px
}

.rm-points-table .disc {
    color: var(--black);
    font-family: var(--source-sans-pro);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 1;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 5px;
    opacity: .6
}

.rm-sports-tabs .news .articles .article-heading-one a {
    font-family: var(--source-sans-pro);
    font-weight: 700
}

.schedule-photos-list .photos-random .text {
    font-family: var(--source-sans-pro);
    font-size: 15px;
    font-weight: 600;
    left: 5px
}

.schedule-photos-list .photos-random img {
    border-radius: 10px
}

.schedule-videos-list {
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative
}

.schedule-videos-list img {
    border-radius: 10px
}

.schedule-videos-list .layover {
    color: var(--white);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999
}

.schedule-videos-list .layover svg {
    display: block;
    height: 50px;
    width: 50px
}

.schedule-videos-list .layover:hover .playbtns {
    fill: var(--primary-red)
}

.schedule-videos-list .layover .black-play-btn:hover {
    display: none
}

.schedule-videos-list .layover .red-play-btn {
    display: none;
    height: 45px;
    width: 45px
}

.schedule-videos-list .layover .red-play-btn:hover {
    display: block
}

.schedule-videos-list .text {
    color: var(--white);
    display: -webkit-box;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 999;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--source-sans-pro)
}

.commentry-box .comntry-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.commentry-box .comntry-list .comntry-over-count {
    background-color: #11064b;
    border-radius: 4px;
    font-family: var(--source-sans-pro);
    font-style: normal;
    padding: 8px 16px;
    text-transform: uppercase
}

.commentry-box .comntry-list .comntry-over-count .over {
    color: var(--white);
    font-size: 16px;
    font-weight: 600
}

.comntry-over-count ul {
    display: flex;
    font-weight: 600;
    list-style: none;
    margin-bottom: 0;
    margin-left: 45px;
    padding-left: 0
}

.comntry-over-count .players-name {
    border: none;
    color: var(--white);
    margin: 10px 0!important;
    padding: 0
}

.comntry-over-count ul li {
    color: var(--white);
    font-size: 16px;
    margin-right: 20px
}

.comntry-over-count ul li.red {
    color: #e94235
}

.comntry-over-count ul li.blue {
    color: #4285f4
}

.comntry-over-count ul li.green {
    color: #34a853
}

.overs-comnt {
    list-style: none;
    margin-bottom: 0;
    margin-top: 16px;
    padding-left: 0
}

.overs-comnt li {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.overs-comnt li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5
}

.overs-comnt li .overs-status {
    align-items: center;
    border-radius: 2.667px;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    margin-right: 16px;
    padding: 10px 2px;
    width: 50px
}

.overs-comnt li .overs-status.grey {
    background: #e5e5e5;
    color: var(--black)
}

.overs-comnt li .overs-status.green {
    background: #34a853;
    color: var(--white)
}

.overs-comnt li .overs-status.red {
    background: #e94235;
    color: var(--white)
}

.overs-comnt li .overs-status.blue {
    background: #4285f4;
    color: var(--white)
}

.grey-over-count {
    font-weight: 600;
    margin-bottom: 4px;
    opacity: .5
}

.grey-over-count,.main-cmnt {
    font-family: var(--source-sans-pro);
    font-size: 16px;
    line-height: normal
}

.main-cmnt {
    color: #000;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0
}

.teams-and-score a {
    text-decoration: none
}

.live-current-match {
    border-bottom: 1px solid #bcbcbc
}

.live-current-match .live-current-teams {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.live-current-match {
    background-color: #e4e4e4
}

.live-current-match .live-current-teams:not(:last-of-type) {
    margin-bottom: 8px
}

.live-current-teams .team-flag {
    display: inline-flex;
    height: 24px;
    margin-right: 8px;
    width: 40px
}

.live-current-teams .team-flag img {
    height: 24px;
    width: 40px
}

.live-current-teams .team-country {
    color: var(--black);
    font-weight: 500
}

.live-current-teams .scores-n-rr {
    color: var(--black);
    font-weight: 700
}

.live-current-teams .scores-n-rr span {
    font-weight: 500;
    opacity: .8
}

.lcm-status {
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px
}

@media screen and (min-width: 768px) {
    .live-current-teams .scores-n-rr span {
        margin-left:5px
    }

    .live-current-teams .scores-n-rr,.live-current-teams .team-country {
        font-size: 14px
    }

    .rm-score-table .rbfs {
        padding-right: 38px
    }

    .sports-teams .players-name {
        margin: 0 40px
    }

    .rm-sports-tabs .match-ticker .versus {
        font-size: 16px
    }

    .rm-sports-tabs .sports-teams .todays-match {
        padding: 0 55px
    }

    .live-current-match {
        padding: 8px 20px
    }
}

@media screen and (min-width: 992px) {
    .live-current-match .live-current-teams {
        width:75%
    }
}

@media screen and (max-width: 800px) {
    .photos-random .text {
        font-size:10px!important
    }
}

@media screen and (max-width: 600px) {
    .live-current-teams .scores-n-rr,.live-current-teams .team-country {
        font-size:12px
    }

    .live-current-match {
        padding: 8px 5px
    }

    .live-current-teams .lctw {
        width: 25%
    }

    .innings-scroll-overflow {
        overflow-x: scroll
    }

    .innings-scroll-overflow::-webkit-scrollbar {
        display: none
    }

    .innings-scroll-overflow ul {
        width: max-content
    }

    .innings-scroll-overflow .nav-link {
        text-wrap: nowrap
    }

    .overs-comnt li .overs-status {
        width: 40%
    }

    .schedule-news-list .articles .article-heading-one {
        margin-top: 0
    }

    .schedule-news-list .articles .article-heading-one a {
        font-size: 16px
    }

    .rm-score-table .rbfs {
        padding-right: 8px
    }

    .sports-teams .players-name {
        margin: 0 10px 24px
    }

    .rm-sports-tabs .sports-teams .todays-match,.sports-teams .player-name {
        padding: 0 10px
    }

    .rm-sports-tabs .match-ticker .versus {
        font-size: 13px
    }

    .rm-sports-tabs .tabs-scroll {
        overflow-x: scroll
    }

    .rm-sports-tabs .tabs-scroll::-webkit-scrollbar {
        display: none
    }

    .rm-sports-tabs .tabs-scroll .nav {
        flex-wrap: nowrap
    }

    .rm-sports-tabs .nav-pills .nav-link {
        width: max-content
    }
}

.next-match img {
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.countdown-timer .next-match span {
    margin: 0 10px
}

.countdown-timer .powered {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px
}

.countdown-timer .ads-block img {
    mix-blend-mode: color-burn;
    padding: 5px
}

.comp-ad .ads-box {
    margin-left: -12px;
    margin-top: -10px!important
}

.rm-sports-tabs .teams li .country-img img {
    border-radius: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%
}

.rm-sports-tabs .teams li .country-img .coutry-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.country-img .team-img {
    aspect-ratio: 3/2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 100%
}

.teams-list-mob {
    overflow-x: scroll
}

.teams-list-mob::-webkit-scrollbar {
    display: none
}

.teams-list-mob ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.teams-list-mob ul li:not(:last-child) {
    margin-right: 10px
}

.teams-list-mob ul li .country-img .team-img {
    height: auto;
    width: 100px
}

@media screen and (max-width: 600px) {
    .rm-sports-tabs .teams {
        justify-content:space-between
    }

    .rm-sports-tabs .teams li {
        margin-right: 6px!important
    }
}

@media screen and (max-width: 700px) {
    .countdown-timer {
        margin-left:auto;
        margin-right: auto
    }
}

@media screen and (max-width: 600px) {
    .taboola-mobile #taboola-below-category-thumbnails {
        margin-left:0!important;
        margin-right: 0!important
    }

    .point-table-fix {
        background: #fff;
        left: 0;
        position: sticky;
        z-index: 99
    }

    .rm-points-table .table-widget .w-two {
        margin-left: 17px;
        margin-right: 17px!important
    }
}

.rm-points-table .table-widget .w-two {
    margin-right: 0;
    text-align: center;
    width: 30px
}

.rm-points-table .more a {
    color: #ed1c24;
    opacity: .5;
    text-decoration: none
}

.rm-points-table .more a:hover {
    color: #ed1c24;
    opacity: 1
}

.rm-points-table .more {
    text-align: right
}

.comp-teams a {
    color: #212529;
    text-decoration: none
}

.match,.status {
    font-size: 12px;
    text-transform: uppercase
}

.match,.status,.venue {
    font-weight: 700
}

.status,.tname {
    text-align: center
}

.score_box {
    border: 1px solid #28714f;
    width: 300px
}

.match-progress,.status {
    background-color: #ed1c24;
    font-family: arial;
    padding: 0 5px
}

.status {
    color: #fff;
    width: 15%
}

.match {
    font-family: arial;
    width: 35%
}

.counter-lower-bottom .section,.venue {
    font-size: 11px;
    text-transform: uppercase
}

.venue {
    color: #939598;
    font-family: arial;
    width: 48%
}

.tb,.ts {
    font-weight: 500
}

.team img {
    height: 23px;
    width: 30px
}

.team,.timer_box .team {
    width: 40%
}

.team .part,.timer_box .team .part {
    width: 20%
}

.timer_box .tname1,.tname1,.tname2 {
    align-items: center;
    display: flex;
    justify-content: center
}

.tname1 img,timer_box .tname1 img {
    margin-left: 5px
}

.tname2 img,timer_box .tname2 img {
    margin-right: 5px
}

.part img {
    height: 20px;
    width: 20px
}

.tb {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase
}

.score-details,.ts,.upcoming {
    font-size: 12px
}

.ts {
    line-height: 18px
}

.match-progress {
    align-items: center;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700
}

.bottom,.upcoming {
    background-color: #28714f;
    text-align: center
}

.score-details {
    color: var(--black);
    display: flex;
    font-style: normal;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase
}

.counter-lower-bottom .section a,.upcoming {
    color: #fff
}

.teams-score {
    padding: 0 16px 10px
}

@media screen and (max-width: 700px) {
    .sport-competition-widget {
        display:block;
        margin: 0 auto;
        text-align: center;
        width: 300px
    }
}

.timer_box {
    border: 1px solid #28714f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 2px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.upcoming {
    font-family: arial;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase
}

.counter-head {
    align-items: center;
    border-bottom: 2px solid #28714f;
    display: flex;
    width: 100%
}

.counter-body {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%
}

.timer_box .team img {
    height: 24px;
    width: 35px
}

.sponsor-logo {
    vertical-align: middle;
    width: 65px
}

.timer-tb {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.bottom {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 2px;
    width: 100%
}

.counter-upper-bottom {
    display: flex
}

.counter-lower-bottom {
    display: flex;
    padding-left: 5px;
    padding-right: 5px
}

.counter-upper-bottom .timer {
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-left: 1px solid #28714f;
    height: 52px;
    padding-left: 10px;
    text-align: center;
    width: 80%
}

.text_sm {
    font-size: 12px;
    line-height: 15px
}

.text_big,.text_sm {
    font-family: arial;
    text-transform: uppercase
}

.text_big {
    font-size: 30px;
    line-height: 5px;
    margin-top: 20px
}

.counter-lower-bottom .section {
    color: #fff;
    font-weight: bolder;
    padding: 5px;
    text-decoration: underline
}

.counter-upper-bottom .timer ul li .count {
    font-size: 20px;
    font-weight: 700
}

.counter-upper-bottom .timer ul li .count-title {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.counter-upper-bottom .timer ul {
    margin: auto
}

.rr-mst {
    padding: 10px;
    width: 100%
}

.rr-mst .title-run {
    border-bottom: 2px solid #000;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 0 16px 8px
}

.rr-mst .mst-main {
    margin-bottom: 20px
}

.rr-mst .mst-run {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none
}

.rr-mst .ply-fir {
    text-align: center;
    width: 150px
}

.rr-mst .player-img {
    border-radius: 35px;
    height: 70px;
    width: 70px
}

.rr-mst .ply-name {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0
}

.rr-mst .ply-run {
    margin: 10px 0
}

.rr-mst .ply-inn,.rr-mst .ply-run {
    font-family: Arial,Helvetica,sans-serif
}

.rr-mst .ply-inn {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0
}

.rr-mst .ply-avg {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

.rr-mst .ply-run span,.rr-mst .ply-wkt span {
    color: #595853;
    font-size: 11px;
    opacity: .7
}

.rr-mst .ply-run {
    color: #424242
}

.rr-mst .ply-run,.rr-mst .ply-wkt {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.rr-mst .orange-cap {
    color: #ea4524
}

.rr-mst .purple-cap {
    color: #8015e1
}

.cap {
    height: 35px;
    width: 35px
}

@media screen and (max-width: 700px) {
    .rr-mst .ply-fir {
        width:150px
    }

    .rr-mst .mst-run li {
        margin-right: 10px
    }
}

.t20-title h1 {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px
}

.french-open .article-heading-one h3,.others-widget .article-heading-one h3 {
    font-family: var(--marcellus);
    font-size: 18px;
    line-height: 24px
}

.french-open .article-white-desc h3 {
    line-height: 1
}

.stats,.stats-wk {
    overflow-x: auto;
    scrollbar-width: thin
}

.stats-tbl,.stats-wicktet-tbl {
    width: 100%
}

.stats .player-img img,.stats-wk .player-img img {
    border-radius: 50%;
    margin: 0 10px
}

.stats .ply-dta,.stats-wk .ply-dta {
    width: 238px
}

.stats .sno,.stats-wk .sno {
    width: 20px
}

.stats-tbl th,.stats-wicktet-tbl th {
    padding: 10px
}

.stats-tbl td,.stats-wicktet-tbl td {
    padding: 7px 10px
}

.stats .team-lg img,.stats-wk .team-lg img {
    border-radius: 50%
}

.stats-tbl td:first-child,.stats-wicktet-tbl td:first-child,th:first-child {
    background-color: #fff;
    left: 0;
    position: sticky
}

.stats .tbl-bd,.stats-wk .tbl-bd {
    text-align: center
}

.stats .tbl-bd tr td,.stats-wk .tbl-bd tr td {
    color: #000
}

.stats-tbl,.stats-wicktet-tbl {
    border-collapse: collapse
}

.stats .player-name,.stats-wk .player-name {
    color: #000;
    font-weight: 500;
    text-decoration: none
}

.stats-tbl th:not(:first-child),.stats-wicktet-tbl th:not(:first-child) {
    text-align: center
}

.rd-more {
    background-color: #fff;
    border: none;
    color: red;
    font-size: 13px;
    font-weight: 600
}

.rd-more-btn {
    display: inline
}

.schedule .status-red {
    color: #ed1c24;
    font-weight: 700
}

.schedule .status-orange {
    color: #ec9630;
    font-weight: 700
}

.medal-tally-head {
    font-size: 1.25rem
}

@media screen and (max-width: 600px) {
    .stats .ply-dta,.stats-wk .ply-dta {
        width:200px
    }

    .widget-mob {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: thin
    }
}

.us-open-slider .slick-next:before,.us-open-slider .slick-prev:before {
    color: var(--black)
}

.rm-us-open-card {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
    font-family: var(--source-sans-pro);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px;
    padding: 16px;
    text-transform: uppercase
}

.rm-us-open-card .up-player {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.rm-us-open-card .us-score-line {
    display: flex;
    font-weight: 700;
    list-style: none;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 0
}

.rm-us-open-card .us-score-line li:not(:last-child) {
    margin-right: 20px
}

.rm-us-open-card .up-arrow {
    position: relative
}

.rm-us-open-card .up-arrow:after {
    color: var(--primary-red);
    content: "‹";
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: -19px;
    top: -5px
}

.photos-rel-block {
    position: relative
}

.photos-rel-block .photos-abs-text {
    bottom: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    position: absolute
}

.photos-rel-block .photos-abs-text a {
    color: var(--white);
    text-decoration: none
}

.date-chips-container {
    border: 1px solid #ccc;
    display: flex;
    gap: 10px;
    margin: auto;
    overflow-x: auto;
    padding: 10px;
    width: 100%
}

.date-chip {
    background-color: #f0f0f0;
    border-radius: 20px;
    cursor: pointer;
    padding: 8px 16px;
    white-space: nowrap
}

.date-chip.active {
    background-color: #007bff;
    color: #fff
}

.scroll-button {
    align-content: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    padding: 10px;
    text-align: center
}

.us-open-logo {
    width: 170px!important
}

.rm-us-open-card .us-open-indicator {
    font-size: 11px
}

.rm-us-open-card .rm-usopen-stage {
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px
}

.live-tennis {
    color: var(--primary-red)
}

.us-score-line sup {
    font-size: 11px;
    font-weight: 400
}
