.scoreboard1 {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.teamNameBox .team-name {
    color: #ffb400;
    font-size: 12px;
    font-weight: 700
}

.teamNameBox .score {
    color: #0f0;
    font-size: 12px;
    font-weight: 700
}

.teamNameBox .bet {
    color: #0f0;
    font-size: 11px
}

.table-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.table1 {
    background-color: #070932
}

table {
    border: 0;
    border-collapse: collapse;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 4px;
    width: 100%
}

.table1 td,.table1 th {
    border-bottom: 1px solid #5b5062
}

td,th {
    color: #fff;
    font-size: 12px;
    padding: 4px 8px
}

.tData {
    background-color: #1f002d!important;
    padding: 10px
}

th {
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.footer {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px
}

.teamNameBox {
    background: linear-gradient(45deg,#3313b4,#39074b);
    background: -webkit-linear-gradient(45deg,#3313b4,#39074b);
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 10px
}

.teamBox,.teamNameBox {
    align-items: center;
    display: flex
}

.teamBox img {
    aspect-ratio: auto 25/25;
    border-radius: 50%;
    height: 25px;
    margin-right: 5px;
    width: 25px
}

.over {
    width: 50%
}

.over,.overBall {
    align-items: center;
    display: flex
}

.overBall {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 7px 1px #ff1212b8;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    justify-content: center;
    margin-right: 4px;
    width: 25px
}

.bg-red {
    background: red;
    color: #fff
}

.bg-green {
    background: green;
    color: #fff
}

.bg-yellow {
    background: #ff0
}

.bg-WB {
    background: #7d5c0e;
    color: #fff
}

.welTxt {
    animation-direction: alternate;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-name: blink-inplay;
    font-size: 15px;
    margin-right: 10px
}

@keyframes blink-inplay {
    0% {
        color: red
    }

    50% {
        color: orange
    }

    to {
        color: #fff
    }
}

@media (min-width: 1024px) {
    .teamNameBox .score {
        font-size:15px
    }
}

.scroeframe2 {
    background-color: #313131;
    color: #fff
}

.image-container {
    height: 60px;
    width: 60px
}

.centered-text {
    font-size: 20px;
    font-weight: 900
}

.polygon {
    height: 30px
}

.polygon2 {
    background-color: red;
    -webkit-clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    height: 25px;
    width: 98%
}

.scroeframe2 {
    background-color: #202529;
    padding-block:15px;padding-inline:10px}

.image-container img {
    display: block;
    height: 100%;
    width: 100%
}

.image-container {
    height: 40px;
    position: relative;
    width: 40px
}

.centered-text {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.batting_state {
    font-size: 16px;
    text-transform: uppercase
}

.ball-container {
    background-color: #12244a;
    overflow: hidden;
    position: relative
}

.bat_frame2 {
    font-size: 22px
}

.zoom-effect {
    animation: zoomInOut 2s infinite;
    bottom: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    width: 100%
}

.polygon {
    background-color: red;
    -webkit-clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    font-size: small;
    height: 20px;
    width: 98%
}

.frame-2-images {
    border-radius: 100%;
    height: 25px;
    margin-right: 10px;
    width: 25px
}

.iframe2_Head {
    font-size: 10px
}

.heading_iframe2 {
    padding-left: 15px;
    padding-block:0}

.current_over {
    font-size: 12px
}

.iframe2_content {
    color: #fff
}

.frame2_table,.iframe2_content {
    background-color: #000
}

.frame2_table tr th {
    font-size: small
}

.firstSection_frame2 {
    padding-block:5px}

@media screen and (min-width: 575px) {
    .iframe2_Head {
        font-size:16px!important
    }

    .zoom-effect {
        font-size: 30px
    }

    .frame2_table tr th {
        font-size: medium
    }

    .current_over {
        font-size: 20px;
        font-weight: 600;
        padding-top: 50px
    }

    .polygon {
        font-size: medium
    }

    .image-container {
        height: 60px;
        width: 60px
    }

    .batting_state {
        font-size: 20px
    }

    .firstSection_frame2 {
        padding-block:20px}

    .centered-text {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

@media (min-width: 375px) and (max-width:574px) {
    .current_over {
        font-size:18px;
        padding-top: 30px
    }
}

.bg-main {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 215px!important
}

.batsmanscorecard {
    background: #0009;
    font-size: 13px;
    margin-bottom: 0;
    min-height: 90px;
    padding: 0
}

.main-score-row-head {
    align-items: center;
    background: #000000c7;
    border-bottom: .1px solid #fff;
    display: flex;
    justify-content: space-between
}

.ball-message {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    padding: 0 10px;
    width: 35%
}

.main-score-row-body {
    align-items: center;
    background: #000000c7;
    display: flex;
    justify-content: space-between
}

.team-name4 {
    color: #fd911e;
    font-size: 14px;
    font-weight: 700;
    margin-block:3px;text-align: center;
    text-align: left;
    text-transform: uppercase;
    width: 35%
}

.wbt99-runrate {
    color: #fff
}

.team-score {
    color: #ff0;
    font-size: 14px;
    font-weight: 700
}

.inner {
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: space-between;
    padding: 0 10px
}

.i_frame_4 {
    max-width: 220px
}

.bg-main5 {
    background: #252328!important;
    height: 100%;
    /*min-height: 260px!important;*/
    width: 100%
}

.scoremain {
    justify-content: space-around;
    padding-inline:2px;text-align: center
}

.mid-section-5 {
    padding-inline:0!important}

.mid-section2-5 {
    padding-inline:5px!important}

.teaminmg5 {
    height: 40px;
    padding-inline:0;width: 40px
}

.toss_message {
    display: block;
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%
}

.team-name5 {
    color: #ff911f;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.team-message-block {
    align-items: center;
    background: #000;
    border-radius: 15px;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: auto;
    padding: 8px
}

.team-message {
    color: #e8ff26;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.overBall2 {
    align-items: center;
    background-color: #131e29;
    border-radius: 50%;
    color: #9fa3a7;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 27px;
    justify-content: center;
    margin-right: 4px;
    width: 27px
}

.iframe_5_table td,th {
    color: #9fa3a7!important;
    text-align: start
}

.team-name5 {
    font-size: 13px
}

.team-over5 {
    color: #9fa3a7;
    font-size: 11px;
    font-weight: 700
}

.team-score5 {
    color: #e9d126;
    font-size: 15px;
    font-weight: 700
}

.team-crr {
    color: #9fa3a7;
    font-size: 9px
}

@media (min-width: 768px) {
    .team-name5 {
        font-size:18px
    }

    .team-over5 {
        font-size: 15px
    }

    .team-score5 {
        font-size: 18px
    }

    .team-crr {
        font-size: 12px
    }

    .overBall2 {
        font-size: 14px;
        height: 30px;
        width: 30px
    }

    .toss_message {
        font-size: 13px
    }
}

.vs-team {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    margin-block:10px;margin-inline:auto;padding: 3px;
    width: 95%
}

.vs-sec-heading {
    background: linear-gradient(180deg,#fff 0,#bce8f1);
    padding: 10px 5px 5px
}

.vs-sec-heading h5 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0
}

.left-team-score img,.right-team-score img {
    border-radius: 50px;
    height: 50px;
    width: 50px
}

.left-team-score .vs-img,.right-team-score .vs-img {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: inset 1px 2px 16px #f5f5f5
}

.left-team-score h5,.right-team-score h5 {
    margin-bottom: 0
}

.zoom-6 {
    text-wrap: nowrap;
    animation: zoomInOut 2s infinite!important;
    font-size: 15px
}

@keyframes zoomInOut {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(2)
    }

    to {
        transform: scale(1)
    }
}

.middle-score>p {
    background: #d3d3d3;
    border-radius: 30px;
    box-shadow: inset 5px 5px 15px #f5f5f5;
    color: #000;
    font-size: 23px;
    margin: auto;
    overflow: hidden;
    padding: 10px 3px;
    text-align: center;
    width: 180px
}

@media (max-width: 575px) {
    .vs-team {
        border-radius:15px;
        margin-top: 10px;
        padding: 2px;
        width: 98%
    }

    .vs-sec-heading {
        padding: 8px 4px 4px
    }

    .team_name_6 {
        font-size: 10px
    }

    .team_name_6,.team_score_6 {
        font-size: 12px;
        font-weight: 900
    }

    .team_score_6 {
        display: flex;
        flex-direction: column
    }

    .left-team-score img,.right-team-score img {
        border-radius: 25px;
        height: 30px;
        width: 30px
    }

    .left-team-score .vs-img,.right-team-score .vs-img {
        border-radius: 25px;
        box-shadow: inset 1px 1px 10px #f5f5f5
    }

    .middle-score>p {
        font-size: 12px;
        font-weight: 700;
        overflow: hidden;
        padding: 7px 2px;
        width: 80px
    }
}

.opentabbox,.small-score-details {
    background-color: #000;
    border-radius: 20px;
    margin-inline:auto;padding: 2px;
    width: 95%
}

.small-score-details {
    align-items: center;
    min-height: 35px;
    overflow: hidden;
    top: 3px
}

.details-center,.more-tab {
    width: 33.33%;
    z-index: 1
}

.current-over {
    overflow: scroll;
    width: 100%!important
}

.balls {
    display: flex;
    margin: 1px 0 0 4px;
    padding-left: 0
}

.ball-container {
    display: block;
    width: 100%!important
}

.ball {
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    display: flex;
    font-size: 7px;
    font-weight: 600;
    height: 16px;
    justify-content: center;
    line-height: 27px;
    margin: 1px 3px;
    min-width: 16px;
    padding: 1px 4px;
    text-align: center
}

.w-100,.w-20,.w-60 {
    width: 20%;
    width: 60%;
    width: 100%
}

.run-rates {
    font-size: 15px;
    padding-bottom: 1px
}

.run-rate {
    color: #fff
}

.down-arrow {
    cursor: pointer;
    height: 45px
}

.mobile-run-need {
    color: #fff;
    font-size: 12px;
    text-align: center
}

.down-arrow {
    border: none;
    border-radius: 50%;
    color: #000;
    display: block;
    height: 16px;
    left: 2px;
    line-height: .3;
    margin: auto;
    position: relative;
    top: -16px;
    width: 100px
}

.mobile-tab {
    display: none
}

@media (max-width: 575px) {
    .mobile-tab {
        display:flex
    }

    .details-left {
        width: 100%
    }

    .table6 {
        border-collapse: collapse;
        border-spacing: 0;
        display: table;
        width: 100%
    }

    .table6 .center-align {
        text-align: center
    }

    .table6 .align-left {
        text-align: left
    }

    .table6 .player {
        white-space: nowrap
    }
}

.scoretabDesktop {
    display: none
}

@media (min-width: 575px) {
    .scoretabDesktop {
        background-color:#000;
        border-radius: 20px;
        display: block;
        margin-top: 20px;
        margin-inline:auto;padding: 5px;
        position: relative;
        width: 95%
    }

    .upArrowSpace {
        left: 50%;
        position: absolute;
        top: -18px
    }

    .up-Arrow,.upArrowSpace {
        display: inline-block
    }

    .over-details6 {
        background: #d3d3d3;
        border-radius: 15px;
        box-shadow: inset 5px 5px 15px #7a7a7a;
        min-height: 51px;
        padding: 5px 0
    }
}

.current-over {
    overflow: hidden
}

.scoretabMobile {
    background-color: #000;
    border-radius: 20px;
    margin-top: 18px;
    margin-inline:auto;width: 98%
}

.over-container6-d {
    flex-wrap: wrap
}

.bg-main {
    height: 100%;
    max-height: 170px!important;
    min-height: 170px!important;
    width: 100%
}

.scoremain {
    background-size: 100% 100%;
    color: #fff;
    float: left;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%
}

.score-footer,.scoremain {
    margin: auto
}

.currunt_score3 {
    color: #ff0
}

.batsmanscorecard-8 {
    background: #00000080!important;
    font-size: 13px;
    margin-bottom: 0;
    min-height: 90px;
    padding: 0
}

.comment-area {
    align-items: center;
    display: flex;
    font-size: 15px;
    overflow: hidden;
    place-content: center
}

.comment-box {
    background: #00000073;
    padding: 0 0 0 8px;
    text-align: left
}

.batsman-area {
    display: table;
    text-align: left;
    width: 100%
}

.teams-area {
    background: #00000073;
    margin: auto;
    padding: 3px;
    text-align: left
}

.teamtype {
    display: -webkit-inline-box
}

.team-name3 {
    margin: 0;
    padding: 0 0 0 8px;
    text-align: left;
    width: 100
}

.batsmanul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

.bat1name {
    color: #fff;
    padding: 0 3px
}

.score-over-fter {
    display: table;
    padding: 0;
    text-align: left
}

.batsman-name {
    float: left;
    list-style: none;
    margin: 6px 2px;
    padding: 0
}

.ball2 {
    border-radius: 1000px;
    display: flex;
    height: 20px;
    width: 20px
}

.ball2,.ball4 {
    color: #fff!important
}

.ball4 {
    border-radius: 50px;
    padding: 0 6px
}

.score-over>ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    width: 100%
}

.sportimg {
    filter: invert(1);
    margin-right: 4px;
    width: 18px
}

.thead-dark {
    background: #181e28;
}