.content-holder {
    overflow: visible;
}

.cricket-top-section {
    border: 1px solid #E9E9E9;
    box-shadow: none;
    background: #FFFFFF;
    width: 100%;
    font-family: inherit;
    /* font-family: 'Poppins-cmc', -apple-system, BlinkMacSystemFont, "Segoe UI", "Liberation Sans", sans-serif; */
}

.cricket-top-section .top-score-section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}

.cricket-top-section .top-score-title {
    padding: 8px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    width: 100%;
    border-bottom: 1px solid #F5F5F5;
}

.cricket-top-section .score-primary-partition {
    padding: 10px 20px 0;
    width: 100%;
}

.cricket-top-section .score-primary-partition.unset-box-shadow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cricket-top-section .unset-box-shadow .match-teams {
    width: 80%;
}

.cricket-top-section .unset-box-shadow .match-scorecard-time {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cricket-top-section .unset-box-shadow .match-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.cricket-top-section .unset-box-shadow .match-time {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #2D2D2D;
}

.cricket-top-section .match-info.preview-status-start-time {
    padding: 0px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.cricket-top-section .score-secondary-partition {
    width: 100%;
    padding: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-bottom: 10px;
}

.cricket-top-section .score-strip {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.cricket-top-section .flag-country {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    align-items: center;
}

.cricket-top-section .flag-country.pre-match-team-info {
    flex: 0 0 100%;
    max-width: 100%;
}

.cricket-top-section .score-over {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
}

.cricket-top-section .country {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2D2D2D;
    width: 80%;
}

.cricket-top-section .country a {
    color: #0B65F0;
}

.cricket-top-section .flag {
    display: inline-block;
    width: 26px;
    height: 26px;
    max-height: 31px;
    max-width: 31px;
    margin: 0 8px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0px;
}

.cricket-top-section .score-strip .score {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #2D2D2D;
    margin-right: 3px;
}

.cricket-top-section .score-strip .overs-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
}

.cricket-top-section #last-wkt-info {
    margin: 0;
}

.cricket-top-section .run-rate-div {
    font-size: 14px;
    padding: 4px 0 0px 0;
}

.top-score-section .match_info,
.top-score-section .run-rate-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #666666;
    margin-bottom: 0px;
}

.match_info.cricket-block {
    text-align: center;
}

.top-score-section .required-run-rate-div .run-rate-label,
.top-score-section .overs-left-today-div .run-rate-label {
    padding-left: 12px;
    border-left: 1px solid #ADADAD;
}

.top-score-section .run-rate-div {
    padding-right: 12px;
}

.cricket-top-section .run-rate-div .match-info.mom-info {
    padding: 0px;
    margin: 0px;
}

.cricket-top-section .run-rate-div .match-info,
.cricket-top-section .match-info.match-result {
    /*    padding-left: 0px;*/
}

.cricket-top-section .vertical-partition {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
}

.cricket-top-section .score-strip.sticky {
    top: 50px;
    position: fixed;
    background: #fff;
    z-index: 10000;
    padding: 10px 20px;
    width: 730px;
    border: 1px solid #E9E9E9;
    box-shadow: none;
}


/* countdown timer */

.cricket-top-section #scorecard-countdown-timer {
    flex-direction: column;
    display: flex;
    align-items: center;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 0px;
    justify-content: unset;
    width: auto;
    overflow: hidden;
    flex-shrink: 0;
}

.cricket-top-section .countdown-timer-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #999999;
    border-bottom: 1px solid #E9E9E9;
    white-space: nowrap;
    padding: 2px 16px;
}

.cricket-top-section .countdown-timer-section {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #2D2D2D;
    width: 100%;
    padding: 6px 0px;
}

.cricket-top-section .double-dot-wrapper {
    display: flex;
    flex-direction: column;
    color: #999999;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 7px;
}

.cricket-top-section .dot {
    height: 5px;
    width: 5px;
    background-color: #2D2D2D;
    border-radius: 1px;
    display: inline-block;
    margin: 2px 0px;
}

.countdown-timer-section .min-timer,
.countdown-timer-section .sec-timer {
    min-width: 30px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.cricket-top-section .timer-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.cricket-top-section .remove-pipeline {
    border-left: none !important;
    padding-left: 0px !important;
}

@media (max-width: 768px) {
    .cricket-top-section {
        border: none;
    }
    .cricket-top-section .top-score-title {
        padding: 8px 16px 0px;
        font-size: 10px;
        border-bottom: none;
        border-top: 1px solid #F5F5F5;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .cricket-top-section .score-primary-partition {
        padding: 8px 16px 0;
    }
    .cricket-top-section .score-secondary-partition {
        padding-bottom: 12px;
    }
    .cricket-top-section .score-strip {
        padding: 0px;
        justify-content: space-between;
    }
    .cricket-top-section .score-strip.sticky {
        left: 0;
        padding: 10px 16px;
        top: 50px;
        position: fixed;
        background: #fff;
        z-index: 10000;
        width: 100%;
        border-bottom: 1px solid #E9E9E9;
    }
    .cricket-top-section .flag {
        width: 31px;
        height: 24px;
    }
    .cricket-top-section .country a {
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
    .cricket-top-section .score-strip .score {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #474747;
        flex-shrink: 0;
    }
    .cricket-top-section .score-strip .overs-info {
        font-size: 12px;
        line-height: 18px;
        color: #666666;
    }
    .cricket-top-section .score-over {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .cricket-top-section .flag-country {
        flex: 0 0 50%;
    }
    .cricket-top-section .run-rate-div .match-info,
    .cricket-top-section .match-info.match-result {
        /* padding-left: 16px; */
    }
    .cricket-top-section .run-rate-div .match-info,
    .cricket-top-section .match-info.match-result {
        padding-left: 0px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #666666;
    }
    .cricket-top-section .vertical-partition {
        padding-left: 16px;
    }
    .cricket-top-section .unset-box-shadow .match-date {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
    .cricket-top-section .unset-box-shadow .match-time {
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: #2D2D2D;
    }
    .cricket-top-section .match-info.preview-status-start-time {
        padding: 0px;
    }
    /* countdown timer*/
    .cricket-top-section .countdown-timer-title {
        font-weight: 600;
        font-size: 10px;
        line-height: 16px;
    }
    .cricket-top-section .countdown-timer-section {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }
    .cricket-top-section .timer-info {
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
    }
}

.over {
    width: 100%;
    display: none;
}

.box-center {
    display: flex;
    width: 100%;
}

#older_data_wrapper {
    border: 1px solid #E9E9E9;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#load {
    background: #ffd421;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    text-align: center;
    cursor: pointer;
}

.commentary-title {
    width: 100%;
    background: #E5E8E8;
    padding: 6px 20px;
    font-size: 14px;
    color: #474747;
    font-weight: 600;
    line-height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commentary-content {
    padding: 16px 20px;
    width: 100%;
}

#older_data_wrapper .empty-state-holder {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 130px 0px;
    margin: 0;
}

#older_data_wrapper .empty-state-holder .empty-state-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none;
    background: transparent;
    padding: 0;
    gap: 12px;
}

#older_data_wrapper .empty-state-holder img {
    height: 70px;
    width: 70px;
    margin: 0px;
}

#older_data_wrapper .empty-state-msg .empty-state-msg-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    width: 250px;
}

#first_commentary_block,
#older_data {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.load-more-commentary .load-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    background: #2E7D32;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    display: flex;
    padding: 6px;
    color: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* Commentary card css*/

.commentary-box {
    width: 100%;
}

.commentary-poll-section {
    width: 100%;
}

.commentary {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    border-bottom: 1px solid #F5F5F5;
    padding: 12px 0;
    width: 100%;
    display: flex;
}

.commentary.poll-content {
    display: block;
}

.commentary-over-summary {
    display: flex;
    background: #f8f8f8;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    gap: 28px;
}

.commentary-over-summary-inning {
    display: flex;
    background: #ffd421 !important;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    gap: 28px;
}

.commentary-over-summary-inning .player-value {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-family: "Playfair Display", serif;
}

.total-score {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 12px;
    flex-shrink: 0;
    margin: 0 auto;
}

.overs-block {
    display: flex;
    flex-direction: column;
    /* border-right: 1px solid #E9E9E9;
    padding-right: 12px; */
}

.score-block {
    padding: 0 0 0 12px;
}

.over-value {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2D2D2D;
    text-align: center;
}

.over-text,
.run-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    display: block;
    text-align: center;
}

.summary-players-runs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.players-in-over {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.over-summary-runs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.over-summary-bubbles {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.run-per-ball {
    height: 24px;
    width: 24px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #E9E9E9;
    background: #FFFFFF;
    color: #474747;
}

.over-run-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    margin-right: 3px;
}

.over-run-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.run-value {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2D2D2D;
}

.wicket-value {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2D2D2D;
}

.separator {
    border-right: 1px solid #E9E9E9;
    margin-right: 19px;
    padding-left: 12px;
}

.batsmen-list,
.bowlers-list {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.single-player-row {
    display: flex;
    align-items: center;
}

.single-player-row .role-icon {
    margin: 0 8px 0 0;
    background: transparent;
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.single-player-row .player-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    max-width: 140px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-score {
    margin-left: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.ball-commentary-summary::first-letter {
    text-transform: capitalize !important;
}

.player-score-part-one {
    color: #2D2D2D;
}

.player-score-part-two {
    color: #666666;
}

.highlight-background-four,
.highlight-background-six,
.wicket-background {
    color: #ffffff !important;
}

.highlight-background-four {
    background-color: #2aba20 !important;
    border-color: #2aba20 !important;
}

.highlight-background-six {
    background-color: #203fba !important;
    border-color: #203fba !important;
}

.wicket-background,
.highlight-background-catch,
.highlight-background-wicket {
    background-color: #d32f2f !important;
    color: #fff !important;
    border: none !important;
}

.over-commentary-bubble {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 18px;
    padding-right: 12px;
    font-weight: bold;
}

.ball-commentary-summary {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #474747;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
}

.over-pill-and-run-bubble.desktop-commentary {
    display: flex;
    flex-direction: row;
}

.highlight-background-zero.run-per-ball {
    color: #999999;
    background: #F5F5F5;
}

.commentry-section .commentary-unavailable,
.commentry-section .commentary-loading {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 720px) {
    .commentary-over-summary {
        padding: 20px 16px;
    }
    .total-score {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 6px 4px;
        align-self: center;
    }
    .overs-block {
        padding-right: 0px;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-right: none;
        border-bottom: 1px solid #E9E9E9;
        width: 100%;
    }
    .over-value {
        font-size: 20px;
        line-height: 30px;
    }
    .run-value,
    .wicket-value {
        font-size: 16px;
        line-height: 24px;
    }
    .over-text,
    .run-text {
        font-size: 12px;
        line-height: 18px;
    }
    .over-run-value,
    .player-score {
        font-size: 14px;
        line-height: 21px;
    }
    .score-block {
        padding-left: 0px;
    }
    .players-in-over {
        flex-direction: column;
        gap: 5px;
    }
    .single-player-row .role-icon {
        width: 14px;
        height: 14px;
    }
    .commentary-over-summary {
        gap: 16px;
    }
    .single-player-row .player-value {
        font-size: 12px;
        line-height: 18px;
        max-width: calc(100% - 95px);
    }
    .over-pill-and-run-bubble {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        margin-right: 12px;
    }
    .over-pill-and-run-bubble .over-commentary-bubble {
        padding-right: 0px;
    }
    .over-pill-and-run-bubble .ball-commentary-summary {
        margin-right: 0px;
    }
}

@media screen and (max-width: 720px) {
    #older_data_wrapper {
        border: none;
    }
    .commentary-title {
        background: #F5F5F5;
    }
    #older_data_wrapper .empty-state-holder {
        padding: 70px 0;
    }
    #older_data_wrapper .empty-state-msg .empty-state-msg-desc {
        font-size: 14px;
        line-height: 21px;
    }
    .empty-state-holder.commentary-empty-state {
        width: 100vw;
    }
}

.commentary-wrapper {
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #ffd421;
    padding: 0 2%;
}

.score_panel {
    margin-top: 10px;
    padding-bottom: 0px;
}

.over-commentary-bubble {
    font-family: "Playfair Display", serif;
}

.commentary-text,
.commentary-highlight {
    font-family: 'arial';
}

@keyframes blinking {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#blink {
    animation: blinking 1.9s linear infinite;
    color: red;
    border: 1px solid red;
    padding: 0.2% 1.4%;
    border-radius: 999em;
    float: right;
}

marquee {
    display: block;
    width: 100%;
    padding: 3% 0 0 0;
}

.cricket-top-section .country a {
    color: #2c034b !important;
}

.ai-comentary{
    width:100%;
    display:block;
}

.summary-players-runs {
    background: #ffd421 !important;
}