.row {
    margin: 0px;
    padding: 0px;
}

.match-score-buttons {
    padding: 0px;
}

.match-score-buttons>div {
    margin-bottom: 10px;
    padding: 0px 10px;
}

button {
    border-color: #3232a7;
    color: #3232a7;
    border: 1px solid #3232a7;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

@media (max-width:767px) {
    .match-score-buttons>div {
        padding: 0px 2px;
    }
}


@media screen and (max-width: 600px) {
    .mobile-responsive-table {
        border: 0;
    }

    .mobile-responsive-table caption {
        font-size: 1.3em;
    }

    .mobile-responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .mobile-responsive-table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table-responsive>.mobile-responsive-table>tbody>tr:last-child>td {
        border-right: 1px solid #ddd !important;
        border-left: 1px solid #ddd !important;
    }

    .mobile-responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .mobile-responsive-table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a .mobile-responsive-table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .mobile-responsive-table td:last-child {
        border-bottom: 0;
    }
}

.table-responsive {
    border: 0px !important;
}

select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 20px;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-middle-modal .custom-modal-dialog {
    position: absolute;
    width: 90%;
    margin: 0 auto !important;
    height: 170px !important;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: 0px 0px 4px 3px #38383830;
    border-radius: 5px;
    background-color: white;
}

.custom-middle-modal.in::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #38383830;
}


.custom-middle-modal .custom-modal-dialog,
.custom-middle-modal .custom-modal-content {
    height: 100%;
}

.custom-middle-modal .custom-modal-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-middle-modal .custom-modal-body {
    margin-top: 20px;
}

.custom-middle-modal .custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-middle-modal .custom-modal-footer {
    display: flex;
    align-items: center;
}

.custom-middle-modal .custom-modal-footer .btn-close {
    background-color: transparent;
    border-color: #c73434 !important;
    color: #c73434 !important;
    margin-right: 5px;
}

.custom-middle-modal .custom-modal-footer .btn-save {
    background-color: #54B435;
    border-color: #54B435 !important;
    color: #fff !important;
    margin-left: 5px;
}

.custom-middle-modal .modal-backdrop.in {
    display: none;
}

.select-tournament-form .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.select-tournament-form .form-group label {
    white-space: nowrap;
    margin-right: 20px;
}


ul.ks-cboxtags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.ks-cboxtags li {
    position: relative;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    cursor: pointer;
    padding: 3px 10px;
    margin: 3px 2px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
    width: 18px;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #426494;
    background-color: #426494;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #426494;
}


.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

.nav-tabs {
    /* overflow: hidden !important; */
    overflow-x: auto !important;
    overflow-y: hidden !important;
    /* justify-content: center; */
    align-items: center;
    gap: 0px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    padding: 0px 12px !important;
    padding-bottom: 0px;
}

/* .livTab {
    margin: 0px !important;
    padding: 0px;
    background-color: white;
    border-radius: 10px;
}

.livTab th,
.livTab td {
    background: #ffffff;
    border: 0px;
}


.livTab tbody tr {
    background-color: #eeeef6;
} */

.live-score-board {
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 8px #efefef;
    margin: 0 auto;
    width: 98%;
}

.live-score-board .content h4 {
    font-size: 14px;
}

.live-score-board .content p {
    font-size: 13px;
}

.live-score-board .content h4,
.live-score-board .content p {
    font-weight: 100;
    margin: 2px;
}

.live-batsmen {
    display: flex;
    justify-content: space-between;
}

.live-score-ball .cuBall li {
    border: 0px;
    box-shadow: 0px 0px 4px 1px #b7b7b769;
    margin-bottom: 0px;
    margin-top: 6px;
    margin-right: 12px;
    color: #424242;
    width: 22px !important;
    height: 22px !important;
}

.live-score-ball .cuBall li.nothing {
    box-shadow: unset;
}

.live-bowler {
    border-top: 1px solid #d4d4d5;
    margin-top: 8px;
    padding-top: 8px;
}

.live-batsmen .content {
    flex: 1;
}

.live-batsmen .content:first-child {
    text-align: left;
}

.live-batsmen .content:last-child {
    text-align: right;
}

.switch-batsement-icon {
    position: absolute;
    top: 18px;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ababab;
    padding: 4px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 4px 0px #d4d4d4; */
    cursor: pointer;
}

.live-batsmen .blue-text {
    color: #3c3cff;
}

.live-batsmen .strike-rate {
    border-radius: 5px;
    background-color: #a1a1db;
    color: white;
    padding: 2px;
    font-size: 10px;
    margin-left: 4px;
}

.squad-card {
    position: relative;
    height: 40px;
    margin-top: 1.2rem;
}

.squad-card input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.squad-card-content {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #343434;
    color: #343434;
}

.squad-card input:checked~.squad-card-content {
    border: 1px solid #8EA7E9;
    color: #ffffff;
    box-shadow: 0px 0px 6px 1px #8EA7E959;
    background-color: #8EA7E9;
}

.squad-card-captain {
    right: 45px;
}

.squad-card-wicket-keeper {
    right: 10px;
}

.squad-card-captain,
.squad-card-wicket-keeper {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: 1px solid white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.squad-card-captain.red,
.squad-card-wicket-keeper.red {
    color: #8EA7E9;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}


.squad-card input:not(:checked)~.squad-card-wicket-keeper,
.squad-card input:not(:checked)~.squad-card-captain {
    color: black;
    border: 1px solid black;
}

.squad-card input:not(:checked)~.squad-card-wicket-keeper.red,
.squad-card input:not(:checked)~.squad-card-captain.red {
    color: #ffffff;
    border: 1px solid #8EA7E9;
    background-color: #8EA7E9;
}

.table-fixed-column-outter {
    position: relative;
    margin: 2rem auto;
}

.table-fixed-column-inner {
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 165px;
}

.table-fixed-column-inner .table {
    margin-bottom: 0.25rem;
}

.table.table-fixed-column {
    table-layout: fixed;
    width: 100%;
}

.table-fixed td,
.table-fixed th {
    width: 165px;
    height: 65px;
}

.table-fixed th:first-child,
.table-fixed tr td:first-child {
    position: absolute;
    left: 0;
    width: 165px;
}

.table-fixed td.bating {
    max-height: 65px;
    overflow: hidden;
}

#scoreboard .card_header {
    border: unset;
    border-radius: 0px;
}

#scoreboard .card_header a {
    background-color: #ed9169;
    display: block;
    color: white;
    text-decoration: none !important;
}

#scoreboard .card_header a button {
    color: white;
    text-decoration: none;
    text-align: left;
}

.match-summary {
    margin-top: 1.2rem;
}

.match-summary__card {
    background-color: #ececec;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 4px 0px #a5a5a5;
    height: 52px;
}

.match-summary__card .row {
    align-items: center;
    height: 100%;
}

.match-summary__card img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px #6d6d6d;
    padding: 2px;
}