/* Fonts  */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap');

html,
body {
    width: 100%;
}

body,
table {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    color: #222b45;
    margin: 0;
    padding: 0;
    background: #fff;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.cuBall {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.cuBall li {
    padding: 4px !important;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
}

input [type=submit],
button {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    outline: none !important;
}

select {
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    outline: none;
    font-size: 14px;
    background-color: #f3f3f3;
}

input {
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    outline: none;
    font-size: 14px;
}

input:focus {
    border-bottom: 1px solid blue;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.clear {
    clear: both;
}

.container1 {
    width: 1630px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mainContainer {
    position: relative;
    padding: 0 15px;
    clear: both;
    overflow: hidden;
    margin-top: 55px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.firstTable tr {
    font-size: 13px;
}

.firstTable td {
    font-size: 13px;
}

td,
th {
    border-bottom: 1px solid #dddddd;
    padding: 3px;
}

tr.total th {
    text-align: left;
}

.head th {
    border-bottom: 2px solid red;
}

.head th:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.mb {
    margin-bottom: 15px;
}

.w35 {
    width: 40%;
}

.w20 {
    width: 30%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.min-height {
    height: 105px;
    overflow-y: scroll;
}

.bNone {
    border: none;
}

.firstTable td button {
    width: 100%;
    /* color: #000; */
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    /* background: transparent;*/
    border: 1px solid #cdcdcd;
    box-shadow: unset;
    text-transform: capitalize;
    border-radius: 3px;
    height: 33px;
    /* font-weight: 100 !important; */
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 2em 3em;
    width: auto;
    margin: 20px auto;
    max-width: 500px;
    overflow: hidden;
    clear: both;
    border-radius: 5px;
}

.overs {
    text-align: center;
    display: block;
}

.overs input,
button {
    display: inline-block;
    padding: 5px 15px;
    background: transparent;
    outline: none;
    text-align: center;
    width: 100%;
}

.overs h1 {
    display: inline-block;
    vertical-align: sub;
    margin: 30px;
}

button#dropdownMenuButton {
    width: 80%;
    border-radius: 0;
    text-align: left;
    outline: none;
}

.dropdown-item {
    width: 70%;
    display: block;
}

.custSelect {
    width: 100%;
    display: block;
}

.dropdown-item input {
    width: 100%;
}

.dropdown {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.dropdown h2 {
    width: calc(100% - 70%);
    float: left;
    font-size: 14px;
    text-transform: capitalize;
    margin: 5px 0;
}

.rightTable.w20.fr {
    height: 91vh;
    overflow-y: scroll;
}

.head th {
    cursor: pointer;
    user-select: none;
}

.head .tabActive {
    border-bottom: 2px solid red !important;
}

.head .borGry {
    border-bottom: 1px solid #ccc !important;
}

.tabData2 {
    display: none;
}

.tabData1In {
    display: none;
}

.tabData2In {
    display: inline-table;
}

.tabData22 {
    display: none;
}

.tabData11In {
    display: none;
}

.tabData22In {
    display: inline-table;
}

.tabData111 {
    display: inline-table;
}

.tabData222 {
    display: none;
}

.tabData111In {
    display: none;
}

.tabData222In {
    display: inline-table;
}

.liveMatch {
    margin-top: 10px;
}

.smallSub {
    font-size: 12px;
    font-weight: normal;
}

.white-popup-block {
    padding: 40px 20px;
}

.heading {
    margin: 0 0 15px 10px;
}

.tdC {
    width: 30px;
    text-align: center;
}

.fltCls {
    float: right;
}

.txtrightCls {
    text-align: right;
}

.txtLeftCls {
    text-align: left;
}

.txtCenterCls {
    text-align: center;
}

.tabData12 tr th,
.tabData12 tr td {
    font-size: 14px !important;
    font-weight: 100;
}


/*#bOut {display: none;}
#fildName {display: none;}
#run {display: none;}
#extra {display: none;}
#cross {display: none;}*/

#nBats {
    display: block !important;
}

tr.bating {
    color: #0d88e0;
}


/* .bating {
    color: #0d88e0;
} */

.btnSet {
    margin: 15px auto 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

a.okBtn {
    background: #ffffff;
    color: #4f7692;
    padding: 3px 10px;
    margin: 0px 10px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #4f7692;
    display: inline-block;
    font-size: 14px;
}

form#test-form5 {
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    font-size: 1.4rem;
    padding-bottom: 5px;
    color: #020202;
    white-space: nowrap;
    cursor: default;
    color: #ed9169;
    background-color: #fff;
    border-bottom: 2px solid #ed9169 !important;
    border: none;
    font-weight: 700;
}

.nav-tabs>li>a {
    font-size: 1.4rem;
    padding-bottom: 5px;
    border: none;
    color: #908f8f;
    font-weight: 200;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.liveMatch table th {
    border-bottom: transparent;
    font-weight: 100;
    font-size: 14px;
}

.nothing {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 15px;
    height: 32px;
    text-align: center;
}

.ballClass {
    display: inline-block;
    border: 1px solid #7b7b7b;
    border-radius: 30px;
    width: 34px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 11px;
    margin: 0 5px 0 0;
    background: #ffffff;
    color: #7b7b7b;
    margin-bottom: 10px;
}

.sixCls {
    display: inline-block;
    border: 1px solid #222;
    border-radius: 30px;
    width: 34px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 11px;
    margin: 0 5px 0 0;
    background: #222;
    color: #fff;
    margin-bottom: 10px;
}

.matchVenu {
    color: #6d6c6c;
    font-size: 13px;
}


/*td{ width: 40px;text-align: center; }*/

.onlyTextCls {
    text-align: center;
    font-size: 22px;
}

.smMd {
    padding: 25px 20px;
    max-width: 250px;
}

.mdMd {
    padding: 25px 20px;
    max-width: 350px;
}

.lblCls {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 20px 0;
}

.logoWidth {
    position: relative;
    padding: 0px;
    width: 40px;
    height: 40px;
}

.logoWidth img {
    width: 100%;
}

.rightLblCls {
    font-size: 22px;
    color: #000 !important;
    margin-top: 10px;
}

.startBtn {
    border: 1px solid #3232a7 !important;
    color: #3232a7 !important;
}

.startBtn:hover {
    border: 1px solid #3232a7 !important;
    background-color: #fff;
    color: #3232a7 !important;
}

.endBtn {
    border: 1px solid #b32828 !important;
    color: #b32828 !important;
}

.endBtn:not(:disabled):hover {
    border: 1px solid #b32828 !important;
    background-color: #b32828;
    color: white !important;
}

.pauseBtn {
    border: 1px solid green !important;
    color: green !important;
}

button:disabled {
    width: 100% !important;
    color: #b9b6b6 !important;
    display: inline-block !important;
    padding: 5px 0 !important;
    background: transparent !important;
    border: 1px solid #b9b6b6 !important;
    box-shadow: 0 0 2px #ccc !important;
    text-transform: capitalize !important;
    border-radius: 3px !important;
}

.borderless td,
.borderless th {
    border: none !important;
}

.fPTbl>table>thead>tr>th,
.fPTbl>table>tbody>tr>td {
    padding: 2px 8px !important;
    vertical-align: middle !important;
}

.modal-footer {
    text-align: center;
}

.tblHeader {
    font-size: 14px;
    font-weight: 500;
}

.speakCommentry {
    width: 100%;
    position: relative;
}

.commMainDiv {
    position: absolute;
    bottom: 20px;
    left: 15px;
    border: 1px solid;
    padding: 10px;
    width: 25%;
}

@media (max-width: 1600px) {
    .container1 {
        width: 1170px;
    }
}

@media all and (max-width: 1200px) {
    .container1 {
        width: 955px;
    }
}

@media all and (max-width: 990px) {
    .container1 {
        width: 750px;
    }

    .w35 {
        width: 100%;
    }

    .w20 {
        width: 100%;
    }

    .mainContainer {
        padding: unset;
    }

    .firstTable {
        width: 100%;
    }

    .rightTable.w20.fr {
        height: 30vh;
        overflow-y: scroll;
    }
}

@media all and (max-width: 768px) {
    .container1 {
        width: 100%;
    }
}

@media all and (max-width: 400px) {
    .white-popup-block {
        padding: 2em 1em;
    }

    .dropdown h2 {
        width: calc(100% - 70%);
        font-size: 13px;
    }

    .dropdown-item {
        width: 70%;
        font-size: 13px;
    }

    .firstTable td button {
        font-size: 12px;
        padding: 5px 0px;
    }

    .firstTable td {
        font-size: 14px;
    }
}


.scoreboard {
    margin-top: 0px !important;
}

.card_header {
    border: 1px solid #f3f0f0;
    border-radius: 10px;
    margin-top: 0px !important;
    background-color: white;
    padding: 8px;
}

.h5 {
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: 500 !important;
}

.card-header .name {
    font-weight: 500;
}

.pl-0 {
    padding-left: 0px;
}

.colom {
    width: 100% !important;
}

.colom2 {
    height: 68vh;
    overflow-y: scroll;
    padding-left: 0px;
    margin-top: 10px;
}

.navbar {
    margin-bottom: 5px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    /*border-radius: 4px;*/
    /*background-color: rgba(0, 0, 0, .16);*/
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    border-bottom: 5px solid #d0d0d0;
}

.main-table td,
.main-table th {
    text-align: center !important;
    padding: 2px !important;
    border-top: unset !important;
}

.customize-table tbody {
    border-bottom: 1px solid #ddd
}

.customize-table td,
.customize-table th {
    border-top: unset !important;
    border-bottom: unset !important;
}

.customize-table th {
    padding: 2px !important;
}

.customize-table th:nth-child(2),
.customize-table th:nth-child(3),
.customize-table th:nth-child(4),
.customize-table th:nth-child(5),
.customize-table th:nth-child(6),
.customize-table td:nth-child(2),
.customize-table td:nth-child(3),
.customize-table td:nth-child(4),
.customize-table td:nth-child(5),
.customize-table td:nth-child(6) {
    text-align: right;
}

.customize-table th:nth-child(2),
.customize-table th:nth-child(3),
.customize-table th:nth-child(4),
.customize-table th:nth-child(5),
.customize-table th:nth-child(6) {
    color: grey;
    font-size: 12px !important
}

.customize-table th:nth-child(1) {
    font-weight: 500 !important;
}

/* New Styling */

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-content {
    padding: 4px !important;
    background-color: #fff;
}

.cuBall li {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.cuBall {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: 10px 0px;
}

.custom-firstTable tr {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.custom-firstTable td {
    font-size: 14px;
    flex: 1;
    width: auto !important;
    padding: 4px !important;
}

.custom-firstTable td a {
    width: inherit;
    height: inherit;
}

.custom-firstTable td a {
    width: inherit;
    height: inherit;
}

.custom-firstTable td button {
    padding: 10px 1px !important;
    height: 100% !important;
}

.btn-secondary {
    background-color: #a0a6ab !important;
    border-color: #a0a6ab !important;
}

#accordionExample .collapse {
    margin: 0px;
}

#accordionExample .collapse .col-md-8 {
    padding: 0px;
}

#accordionExample .collapse .card-body {
    overflow-x: auto;
    overflow-y: hidden;
}

#controlpanel .btn-outline-primary {
    color: #3232a7 !important;
    border-color: #3232a7 !important;
}

#controlpanel .btn-secondary {
    color: black !important;
    background-color: #fff !important;
    border-color: #adadad !important;
}

#controlpanel .btn-secondary:disabled {
    background-color: #bdbdbd00 !important
}

.inning-card {
    text-align: center;
}

.inning-card-content {
    width: 98%;
    margin: 4px auto 12px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 2px #0000001c;
    color: white;
}

.inning-card-content .left-content {
    text-align: left;
}

.inning-card-content .right-content {
    text-align: right;
}

.inning-card h2,
.inning-card p {
    margin: 0px;
}

.inning-card.one h2 {
    font-size: 16px;
}

.inning-card.one .inning-card-content {
    background-color: #7849c3a8;
}

.inning-card.one p {
    font-size: 12px;
    font-weight: 100;
}

.inning-card.one .score {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.inning-card.one .score span:first-child {
    display: block;
    margin-right: 12px;
    font-size: 31px;
}

.inning-card.one .score span:last-child {
    font-size: 16px;
}

.inning-card.one .score small {
    font-size: 12px;
    color: white;
}

.inning-card.two h2 {
    font-size: 14px;
}

.inning-card.two .inning-card-content {
    background-color: #e35f60;
}

.one-line {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.one-line * {
    font-size: 13px !important;
    font-weight: 100;
}

.font-14 {
    font-size: 14px;
}

.custom-firstTable td button:hover,
.custom-firstTable td button:focus {
    /* background-color: transparent !important; */
}

#moreSetting {
    padding: 4px;
}

#moreSetting .card_header {
    background-color: #7878ff;
    color: white;
    padding: 0px;
    border-radius: 0px;
}

#moreSetting .card_header a {
    color: white;
}

#moreSetting .card-header h5 {
    margin-top: 0px !important;
}

#moreSetting .card-header button {
    color: white;
    text-decoration: none;
}

#moreSetting td.bNone {
    padding: 4px 6px;
}