.page-body {
    padding-bottom: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.main-content {
    padding: 15px;
}

label {
    font-size: 16px !important;
    line-height: 20px;
}

#themeIcon {
    cursor: pointer;
    font-size: 24px;
    padding: 14px;
    transition: color 0.3s;
    color: white;
    right: 0px;
    position: absolute;
    top: 10px;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    vertical-align: bottom;
}

.loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #97c8f1 !important;
    color: black !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #97c8f1 !important;
    color: black !important;
}

.dashGradient {
    background: #8E9093 !important;
    /*background: linear-gradient(180deg, #F1F4F9 0%, #8E9093 100%) !important;*/
    min-height: calc(100vh - 105px);
}

.dropdown-content > a:hover {
    background: #fd7000;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting {
    right: 50px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area,
.navbar .navbar-inner .navbar-header .navbar-account .setting {
    top: 15px;
}

body:before, .page-body {
    background-color: #8e9093 !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting a .icon {
    font-size: 25px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
    margin-right: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    right: 90px;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
        margin-right: 10px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
        margin-top: 4px;
    }

p {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 24px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 2px;
    min-height: 1em;
    background-color: #97c8f1;
    opacity: .25;
}

.adminPro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bgstyle {
    background: #313131;
    padding: 5px;
    color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(201, 201, 201, .25);
    margin-bottom: 10px;
    border: 5px solid #fd7000;
}

.proImg {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    overflow: hidden;
    border: 5px solid #97c8f1;
    margin-right: 20px;
}

    .proImg img {
        object-fit: cover;
        max-width: 100%;
    }

.proContent h2 {
    margin: 0;
    font-weight: 800 !important;
    font-size: 26px;
}

.backImg {
    height: auto;
    width: 100px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

    .backImg img {
        object-fit: cover;
        max-width: 100%;
    }

.dashTitle h1 {
    font-size: 26px;
    font-weight: 800 !important;
    color: black;
}

.dashTitle h3 {
    font-size: 24px;
    font-weight: 800 !important;
    color: black;
    background: #97c8f1;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

    .dashTitle h3 img {
        margin-right: 15px;
    }

.ticketSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

    .ticketSec .ticketT {
        width: 120px;
    }

    .ticketSec .tLine {
        border-left: 1px solid #464646;
        height: 80px;
        margin: 0px 30px;
    }

.bg-grd-success {
    background: #17ad37 !important;
    /*background: linear-gradient(310deg, #17ad37, #98ec2d) !important;*/
}

.bg-grd-purple {
    background: #bf00bf !important;
    /*background-image: linear-gradient(310deg, purple, #e5aae5) !important;*/
}

.bg-grd-danger {
    background: #ff6a00 !important;
    /*background: linear-gradient(310deg, #ee0979, #ff6a00) !important;*/
}

.bg-grd-deep-blue {
    background: #2575fc !important;
    /*background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%) !important;*/
}

.bg-grd-warning {
    background: #ee0979 !important;
    /*background: linear-gradient(310deg, #f7971e, #ffd200) !important;*/
}

.bg-grd-primary {
    background: #7928ca !important;
    /*background-image: linear-gradient(310deg, #7928ca, #ff0080) !important;*/
}

.matchContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 20px;
}

.statusCount {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .statusCount a {
        height: 40px;
        width: 40px;
        margin-bottom: 10px;
        border-radius: 50px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
    }

        .statusCount a img {
            object-fit: cover;
            max-width: 100%;
            height: 20px;
            width: 20px;
        }

    .statusCount p {
        text-align: center;
        margin-bottom: 5px;
    }

    .statusCount h2 {
        font-size: 40px;
        font-weight: 900 !important;
        margin: 0;
    }

.pendingTask .taskList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed white;
    padding: 10px;
    margin: 10px 0;
}

.pendingTask .taskSub {
    display: flex;
    align-items: center;
}

.pendingTask .avatar-round {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    overflow: hidden;
    background: white;
}

.pendingTask .Useries {
    margin-left: 10px;
}

    .pendingTask .Useries p {
        color: white;
        margin-bottom: 0;
    }

        .pendingTask .Useries p a {
            color: white;
        }

.pendingTask .card-title {
    font-size: 18px;
    margin: 20px 0;
    border-bottom: 1px solid white;
    font-weight: 700 !important;
}

.CRed {
    color: #82ff81 !important;
}

.CBlue {
    color: #a6a6ff !important;
}

.CYellow {
    color: yellow !important;
}

.taskList .circle-progress-text {
    font-size: 26px;
}

.taskList svg {
    height: 50px !important;
    width: 50px !important;
}

.taskList .team-progress-1 svg .circle-progress-value {
    stroke: red;
}

.taskList .team-progress-2 svg .circle-progress-value {
    stroke: blue;
}

.taskList .team-progress-3 svg .circle-progress-value {
    stroke: yellow;
}

.taskTitle {
    font-weight: 500;
}

.apexcharts-text,
.apexcharts-legend-text {
    font-size: 15px !important;
    font-family: "Roboto Condensed", serif !important;
    color: white !important;
}

.apexcharts-tooltip-text-y-label {
    color: black !important;
}

.apexcharts-tooltip-text-y-value {
    color: white !important;
}
/*competition*/
.CompMain {
    background: #313131;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(201, 201, 201, 0.25);
    margin-bottom: 30px;
}

    .CompMain h3 {
        font-size: 18px;
        font-weight: 800 !important;
    }

.CompSearch {
    background: #313131;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(201, 201, 201, .25);
    border: 1px solid #97c8f1;
}

    .CompSearch .innerlabelc {
        font-size: 15px !important;
        color: white;
    }

    .CompSearch .searchInputC .form-control,
    .searchInputC .select2 {
        border-radius: 5px !important;
        background: #313131 !important;
        color: white !important;
        border: 1px solid #fd7000 !important;
        height: 50px;
        font-size: 18px;
        overflow: hidden;
        width: 100% !important;
    }

.searchInputC .select2-container--default .select2-selection--single,
.searchInputC .select2-container--default .select2-selection--multiple {
    background: white;
    border: 0;
    height: 48px;
}

    .searchInputC .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: white;
        height: 48px;
        line-height: 46px;
        background: #313131;
    }

.searchInputC .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background: #313131;
    border: 0;
    height: 48px;
}

.playerScoretb .theadplay {
    background: #fd7000;
}

.switch-container .switchtabsbtn {
    background: #fd7000;
    padding: 5px 15px;
    border-radius: 10px;
}

.adminBtn {
    background: linear-gradient(180deg, #fd7000 0%, #000000 55%, #97c8f1 100%) !important;
    border-radius: 10px;
    border: 0;
    height: 50px;
    width: auto !important;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(201, 201, 201, .25);
    margin: 0 10px;
    color: white !important;
    border: 5px solid #313131 !important;
    font-size: 18px;
}

    .adminBtn span {
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 20px;
    }

.grdtbl {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid white;
    background: white;
    border-collapse: separate !important;
    /*  border-collapse: separate;
    border-spacing: 3px;*/
}

.table thead > tr > th,
.table th {
    text-align: center;
    padding: 0 !important;
    /*padding: 4px 6px !important;*/
    /*color: black;*/
    color: #fff;
    font-size: 16px !important;
    line-height: 25px !important;
    vertical-align: middle !important;
    background: #313131 !important;
    border: 1px solid white !important;
    border-radius: 0 !important;
    /*border-radius: 10px !important;*/
    text-transform: uppercase;
    font-weight: normal;
}

    .custom-header,
    .table th.custom-header {
        margin: 5px 5px 10px;
        background: #fd7000 !important;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 10px;
        border: 1px solid white;
    }

.grdtbl a {
    color: white;
    cursor: pointer;
}

.grdtbl > tbody > tr > td {
    color: white;
    padding: 5px 5px 5px 20px;
    border: 1px solid white;
    font-size: 16px;
    border-radius: 0 !important;
    text-align: left !important;
    margin: 5px 0px !important;
    font-weight: normal;
    text-transform: capitalize;
}

.grdtbl.table-bordered-dark td:first-child {
    border-left: 1px solid white;
}

.grdtbl.table-bordered-dark tr:last-child td {
    border-bottom: 1px solid white;
}

.grdtbl.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #313131 !important;
}

.grdtbl.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #97c8f1 !important;
}

    .grdtbl.table-striped > tbody > tr:nth-of-type(even) > td,
    .grdtbl.table-striped > tbody > tr:nth-of-type(even) > td a {
        color: black !important;
    }

.table tbody > tr,
.table > tr > th {
    height: 38px;
}

.table > tr > th,
.table > tr > td {
    margin: 0
}

.table > tr > th {
    background: #4bdbdc !important;
    color: black !important;
}

.addcomp label {
    margin: 0 !important;
}

.addcomp.grdtbl > tbody > tr > td {
    line-height: 0;
}

/*.adminBtn.UpdateBtn {
    width: 150px;
    line-height: 40px;
    font-size: 16px;
}*/

.searchInputC {
    margin-bottom: 10px;
}

    .searchInputC .input-group-btn {
        width: auto !important;
        height: 50px !important;
    }

        .searchInputC .input-group-btn .btncolors {
            height: 50px;
            line-height: 40px;
            text-align: center;
            background: #313131;
            border-bottom-right-radius: 5px !important;
            border-top-right-radius: 5px !important;
            border: 1px solid #fd7000;
        }

            .searchInputC .input-group-btn .btncolors span {
                margin: 0;
                color: white !important;
            }

.CompSearch .searchInputC .form-control.NameMT {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.searchInputC .addonIcon {
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 35px;
    border-radius: 5px !important;
    background: #313131 !important;
    color: white;
    border: 1px solid #fd7000 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    outline: none !important;
}

.compPop span input[type=checkbox] {
    vertical-align: middle;
    margin: 0;
}

.compPop span {
    line-height: 26px;
}
/*
.seriesDataTb.grdtbl > tbody > tr > td {
    padding: 0 3px;
}*/

.editviewBTn {
    height: 35px;
    line-height: 28px !important;
    background: #fd7000 !important;
    border: 2px solid white !important;
    padding: 0px 10px;
    margin: 0;
    color: black !important;
}

    .editviewBTn .fa {
        font-size: 16px;
        margin: 0;
    }

.error label, .error small {
    position: absolute;
    top: -20px;
    margin: 0;
    right: 0;
}

.btn .glyphicon {
    margin: 0;
}

#pagination a {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #313131;
    border: 1px solid #313131;
    color: #ffffff;
    border-radius: 5px;
}

    #pagination a.active {
        background-color: #fd7000;
        color: black;
    }

    #pagination a:hover {
        background-color: #fd7000;
    }

.select2-dropdown.select2-dropdown--below {
    background: #313131 !important;
    color: white !important;
}

.compTab.table-bordered-dark tr:last-child td {
    border-bottom: 12px solid white;
}

.reportMS .actnBtn {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0;
    border-right: 0;
    margin: 0 !important;
}

    .reportMS .actnBtn:last-child {
        border-bottom: 0;
    }

.tbl-label {
    left: -27px !important;
}




/*SquadPage*/
ul,
.finalsection {
    padding: 0;
    list-style: none;
}

.playerList {
    border: 1px solid #313131;
    box-shadow: 0px 0px 8px #d5d5d5;
    padding: 10px;
    margin: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 32%;
    background: #313131;
    color: white;
}

    .playerList .playerImg {
        height: 50px;
        width: 50px;
        overflow: hidden;
        line-height: 50px;
        text-align: center;
    }

        .playerList .playerImg img {
            object-fit: cover;
            max-width: 100%;
            height: 100%;
        }

    .playerList .playerDetail {
        margin-right: 15px;
        flex: 1;
        padding-left: 10px;
    }

        .playerList .playerDetail h5 {
            font-size: 15px;
            font-weight: 600 !important;
            margin: 0;
        }

        .playerList .playerDetail p {
            font-size: 12px;
            color: #c2c2c2;
            margin: 0;
        }

.selectRole .common-btn {
    margin: 0 auto 20px;
    display: block;
}

.header_teamM {
    width: 100%;
    padding: 0;
}

    .header_teamM .Squad_logos {
        display: flex;
        padding: 18px;
        column-gap: 30px;
    }

        .header_teamM .Squad_logos .header_team {
            width: 50%;
        }

    .header_teamM .header_team .team_ttle {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 15px;
        background: #97c8f1;
        color: black;
        padding: 5px;
        height: 110px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
    }

    .header_teamM .header_team.teamb .team_ttle {
        background: #fd7000;
    }

    .header_teamM .header_team .team_ttle img {
        width: auto;
        height: 40px;
        margin: 0 auto 10px;
    }

.Squads_hd {
    padding: 0;
    /*padding: 0 18px;*/
}

    .Squads_hd span.position {
        font-weight: 500;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 0 0 10px;
        /*  padding: 5px;
        margin: 8px;*/
        opacity: 1;
        background: #f2f2f2;
        color: #4a3267;
        border-radius: 10px;
    }

    .Squads_hd .data-impact {
        display: flex;
        column-gap: 10px;
    }

        .Squads_hd .data-impact .list1 {
            width: 50%;
        }

            .Squads_hd .data-impact .list1.en-team_a {
                border-right: .5px solid #0000004a;
            }

            .Squads_hd .data-impact .list1 li,
            .Squads_hd .data-impact .list1 .input-group,
            .finalsection li {
                box-shadow: 0px 0px 10px #d5d5d5;
                /*margin: 0;*/
                padding: 10px;
                margin: 10px;
                /*padding: 5px;*/
                border: none;
                width: auto;
                background: white;
                border-radius: 10px;
            }

                /* .Squads_hd .data-impact .list1 .input-group span button .fa {
                    margin-right: 0px
                }*/

                .Squads_hd .data-impact .list1 li a,
                .finalsection li a {
                    font-weight: 400;
                    font-size: 17px;
                    line-height: 18px;
                    display: flex;
                    align-items: center;
                    text-decoration: none !important;
                    color: black;
                }

            .Squads_hd .data-impact .list1.en-team_b li a {
                flex-direction: row-reverse;
                justify-content: flex-start;
            }

            .Squads_hd .data-impact .list1 li img,
            .finalsection li img {
                width: 50px;
                height: 50px;
                position: relative;
                vertical-align: middle;
                margin-right: 0;
                margin-top: 5px;
                max-width: 100%;
                object-fit: cover;
            }

            .Squads_hd .data-impact .list1 li .player-role,
            .finalsection li .player-role {
                font-size: 12px;
                color: #bbb;
                line-height: 15px;
                text-transform: uppercase;
                margin-top: 6px;
            }

            .Squads_hd .data-impact .list1 li .playerD,
            .finalsection li .playerD {
                display: flex;
                flex-direction: column;
                margin-left: 10px;
            }

.finalsection li .playerD {
    flex: 1;
}

.Squads_hd .data-impact .list1.en-team_b li .playerD {
    margin-left: 0;
    margin-right: 10px;
    text-align: right;
}

.Squads_hd .data-impact .list1 .input-group-btn {
    border: 1px solid #dee2e6;
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.Squads_hd .data-impact .list1.en-team_a li.selected {
    background: #c6bade;
}

.Squads_hd .data-impact .list1.en-team_b li.selected {
    background: #fd7000;
}

    .Squads_hd .data-impact .list1.en-team_b li.selected .player-name,
    .Squads_hd .data-impact .list1.en-team_b li.selected .player-role,
    .Squads_hd .data-impact .list1.en-team_a li.selected .player-role {
        color: black;
    }

.finalplayers .team1,
.finalplayers .team2 {
    /*padding: 0 18px;*/
    padding: 0;
}

    .finalplayers .team1 .selectSect,
    .finalplayers .team2 .selectSect,
    .finalplayers .finalsection {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

.finalplayers .selectRole {
    box-shadow: 0px 0px 10px #d5d5d5;
    margin: 0;
    padding: 10px;
    border: none;
    /*width: 100%;*/
    /*flex: 0 0 22%;*/
    background: #313131;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    height: 85px;
}

    .finalplayers .selectRole p {
        margin: 0;
        font-size: 16px;
        color: white;
        font-weight: 600;
        opacity: 1;
    }

    .finalplayers .selectRole span {
        color: white;
        font-size: 30px;
        line-height: 30px;
        opacity: 1;
    }

.finalplayers .selectSect .selectRole span {
    font-size: 16px;
    border: 2px solid white;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    display: block;
    margin: 3px auto 0;
    text-align: center;
    line-height: 30px;
}

@media(max-width : 1300px) {
    .selectSect .col-lg-3 {
        width: 50%;
    }

    .selectSect .selectRole {
        margin-bottom: 10px;
    }
}

.finalplayers .finalsection {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 31px;
}

    .finalplayers .finalsection li {
        flex: 0 0 auto;
        width: 30%;
        margin: 10px 0 0 0;
        height: 85px;
    }

.finalplayers .teamTitle {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 16px;
    color: black !important;
    background: #fd7000 !important;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
}

.finalplayers .team1 .teamTitle {
    background: #97c8f1 !important;
}

.team_ttle p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.team_ttle .counter {
    margin-left: 5px;
}

.scrollbox {
    height: calc(100vh - 460px);
    overflow-y: scroll;
    position: relative;
}

    .scrollbox::-webkit-scrollbar {
        background-color: transparent;
        width: 0px;
    }

    .scrollbox:hover::-webkit-scrollbar {
        width: 8px;
        position: absolute;
    }

    .scrollbox:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }

@media(max-width :1200px) {
    .scrollbox {
        height: calc(100vh - 500px);
    }
}

.selectRole .modal-title {
    line-height: 50px;
    box-shadow: 6px 2px 10px #d5d5d5;
    font-size: 16px;
    font-weight: 900 !important;
    width: 75%;
    height: 50px;
    background: #97c8f1;
    margin-top: 30px;
    padding-left: 25px;
}

.selectRole .btn-close {
    top: -20px;
    right: 10px;
    position: absolute;
    background: transparent;
    border: 0;
    font-size: 20px;
}

.common-btn {
    background: #4a3267;
    color: white;
    border: 1px solid #4a3267;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px;
    width: 168px;
    height: 45px;
    flex: 1;
}

.list1 .player-name {
    color: black;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.76rem* 2);
}


/*addm5seriessquadde*/
.formatList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    flex-wrap: wrap;
}

    .formatList p {
        margin: 0;
        display: flex;
        align-items: center;
        column-gap: 5px;
    }

    .formatList label {
        margin-bottom: 0 !important;
    }

    .formatList input {
        margin: 0;
    }


.squadListDE {
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Ccompseries {
    text-align: center;
    margin-top: 10px;
}

.CcompseriesImg {
    height: 40px;
    flex: 0 0 40px;
    width: 40px;
    line-height: 40px;
    max-width: 100%;
    border-radius: 50px;
    border: 2px solid #fd7000;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto 15px;
}

    .CcompseriesImg img {
        height: 40px;
        width: 40px;
        max-width: 100%;
        object-fit: cover;
    }

.CcompseriesContent p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    white-space: normal;
    text-align: left;
    margin: 0 auto;
}

.mb-btm-15 {
    margin-bottom: 15px;
}

.compSeriesSquad .Squads_hd .data-impact .list1.en-team_a {
    border-right: 0;
}

.compSeriesSquad .Squads_hd {
    padding: 0;
}

.compSeriesSquad .finalplayers .team1,
.compSeriesSquad .finalplayers .team2 {
    padding: 0;
}

.compSeriesSquad .Squads_hd span.position {
    background: #313131;
    color: white;
}

.compSeriesSquad .Squads_hd .data-impact .list1 li,
.compSeriesSquad .Squads_hd .data-impact .list1 .input-group,
.compSeriesSquad .finalsection li {
    background: #313131;
}

.compSeriesSquad .searchSquadC .form-control {
    height: 40px;
    background: #313131;
    border: 1px solid #fd7000;
    color: white;
}

.compSeriesSquad .searchSquadC .btn {
    margin-left: -2px;
    height: 40px;
    background: #313131;
    border: 1px solid #fd7000;
    color: white;
    line-height: 25px;
    outline: none;
}

    .compSeriesSquad .searchSquadC .btn .fa {
        margin: 0;
    }

.compSeriesSquad .list1 .player-name {
    color: white;
}

.compSeriesSquad .Squads_hd .data-impact .list1.en-team_a li.selected .player-name {
    color: black;
}

.compSeriesSquad .Squads_hd .data-impact .list1 li a,
.compSeriesSquad .finalsection li a {
    color: white;
}

.compSeriesSquad .finalplayers .selectRole {
    background: #313131;
    color: white;
}

    .compSeriesSquad .finalplayers .selectRole p {
        color: white;
        opacity: 1;
    }

    .compSeriesSquad .finalplayers .selectRole span {
        color: white;
        opacity: 1;
    }

.compSeriesSquad .Squads_hd .data-impact .list1.en-team_a li.selected {
    background: #97c8f1;
}

    .compSeriesSquad .Squads_hd .data-impact .list1.en-team_a li.selected .player-role {
        color: black;
    }


/*addcompetitionteam*/

.Cteam .CcompseriesContent {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

    /* .Cteam .CcompseriesContent.addCompTD {
        align-items: flex-start;
    }*/

    .Cteam .CcompseriesContent input,
    .Cteam .CcompseriesContent .checkbox-container {
        margin: 0;
    }

    .Cteam .CcompseriesContent span {
        font-size: 16px !important;
        line-height: 20px;
        text-align: left;
        flex: 1;
        color: white;
    }

.Ccompseries.Cteam,
.addm5seriesD .Ccompseries {
    margin-bottom: 15px;
    background: #97c8f1;
    padding: 15px 0 10px;
    border-radius: 10px;
}

.ListTeamA {
    background: #313131;
    color: white;
    border-radius: 10px;
    padding: 15px 30px;
}

    .ListTeamA h4 {
        color: white;
        font-weight: 600 !important;
    }

    .ListTeamA .compA {
        color: #313131;
        text-decoration: none;
    }

    .ListTeamA .iconB {
        background: #fd7000;
        font-size: 18px;
        color: black;
        padding: 0px 5px;
        border-radius: 5px;
        border: 1px solid white;
    }

    .ListTeamA .Ccompseries .Teamclick {
        background: rgba(0, 0, 0, .2);
        border-radius: 10px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 5px;
        color: white !important;
    }

        .ListTeamA .Ccompseries .Teamclick .CcompseriesContent {
            height: 75px;
        }

    .ListTeamA .Ccompseries:hover .Teamclick {
        background: #97c8f1;
        color: black !important;
    }

/*    .ListTeamA .Ccompseries:hover .iconB {
        visibility: visible !important;
    }
*/

/*teamSquad*/
.teamSquad .Squads_hd span.position {
    background: #313131;
    color: white;
}

.teamSquad .Squads_hd .data-impact .list1.en-team_a {
    border-right: 0;
}

.teamSquad .Squads_hd .data-impact .list1 {
    width: 100%;
}

.teamSquad .finalplayers .finalsection li {
    width: 212px;
    background: #313131;
}

@media(max-width:1300px) {
    .teamSquad .finalplayers .finalsection li {
        width: 47%;
    }
}

@media (max-width: 1199px) {
    .teamSquad .finalplayers .finalsection li {
        width: 48.2%;
    }
}

.teamSquad .finalsection li a,
.teamSquad .Squads_hd .data-impact .list1 li a,
.teamSquad .list1 .player-name {
    color: white;
}

.teamSquad .Squads_hd .data-impact .list1.en-team_a li.selected {
    background: #97c8f1;
}

    .teamSquad .Squads_hd .data-impact .list1.en-team_a li.selected a,
    .teamSquad .list1 li.selected .player-name {
        color: black;
    }

.teamSquad .Squads_hd .data-impact .list1 li {
    background: #313131;
}

.teamSquad .Squads_hd .data-impact .list1 .input-group-btn {
    border: 0;
}

.teamSquad .Squads_hd .data-impact .list1 .input-group {
    background: #313131;
}

    .teamSquad .Squads_hd .data-impact .list1 .input-group .form-control,
    .teamSquad .Squads_hd .data-impact .list1 .input-group .btn {
        background: #313131;
        border: 1px solid #fd7000;
        color: white;
    }

.adminBtn.UpdateBtn.common-auto {
    width: auto;
    padding: 0 20px;
}

.pHeight {
    height: calc(100% - 105px);
}


/*groundCompetition*/
.groundC .Cteam,
.ListTeamA.ListedGround .Teamclick {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    /*background: #97c8f1;*/
    color: black;
    padding: 15px;
    border-radius: 10px;
    height: 100px;
    flex-direction: row;
}

.groundC .CcompseriesImg {
    height: 40px;
    width: 40px;
    line-height: 25px;
    margin: 0;
}

    .groundC .CcompseriesImg img {
        height: 40px;
        width: 40px;
    }

.groundC .CcompseriesContent label,
.ListTeamA.ListedGround .CcompseriesContent p {
    text-align: left;
    line-height: 20px;
    width: 100%;
    flex: 1;
}

.groundC .Cteam .CcompseriesContent,
.ListTeamA.ListedGround .CcompseriesContent {
    flex: 1;
    justify-content: flex-start;
    height: auto !important;
}

.ListTeamA.ListedGround .Ccompseries:hover .Teamclick {
    background: #97c8f1;
    color: black !important;
}


.ListTeamA.ListedGround .CcompseriesImg {
    margin: 0;
    height: 40px;
    width: 40px;
    line-height: 25px;
}

    .ListTeamA.ListedGround .CcompseriesImg img {
        height: 40px;
        width: 40px;
    }


/*FullScoreBoard*/
.FullScoreBoard .info-section {
    padding: 15px;
    width: 50%;
    margin: 0px auto;
    /*background: #97c8f1;*/
    background: #f59e59;
    color: black;
}

.FullScoreBoard .pink_roundtop,
.FullScoreBoard .pink_roundbottom {
    background: #97c8f1;
    color: black;
    font-weight: normal;
}

    .FullScoreBoard .pink_roundtop span {
        font-weight: 500 !important;
    }

/*endofinningpopup*/
.endofInning .resultPoint {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 25px;
}

.endofInning .table .form-control,
.breaktimelist .form-control,
.editMatchPoint .form-control {
    border-radius: 5px !important;
    background: #313131 !important;
    color: white !important;
    border: 1px solid #fd7000 !important;
    height: 40px;
    font-size: 18px;
    width: 100% !important;
    margin: 10px 0;
}

.endofInning .EndBtns a {
    display: block;
    margin: 0;
}

.breaktimelist .form-control {
    width: 240px !important;
    margin: 0;
    height: 50px;
}

.endbtnflex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

/*.btnInln .adminBtn.UpdateBtn.common-auto {
    width: 240px !important;
}*/

/*.TdSelectBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;*/
/*border: 0 !important;*/
/*height: 38px !important;
}*/

.grdtbl input {
    margin: 0 !important;
    vertical-align: middle;
}

.grdtbl label {
    display: inline;
}

.modal-width {
    width: 90%;
    height: 90%;
}

.noteSmall {
    color: red;
    position: absolute;
    font-size: 11px !important;
    padding-left: 0;
    bottom: -17px;
    left: 16px;
}

.formatnote #MainContent_lblFormatDesc {
    position: absolute;
    left: 120px;
    top: 0;
}

.grdtbl .form-control {
    background: #313131;
    border: 1px solid #fd7000;
    border-radius: 5px !important;
    color: white;
}

@media(max-width : 1400px) {
    .noteSmall {
        font-size: 9px !important;
    }
}


/*ticketRaise*/
.ticketRaiseR label {
    margin: 0 !important;
    padding: 0 0 0 10px;
}

.ticketRaiseR input {
    margin: 0;
}

.ticketRaiseR tbody {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 20px;
}

    .ticketRaiseR tbody tr td {
        display: flex;
    }

/*.Cteam .CcompseriesContent.addCompTD span {
    flex: none;
    display: inline-block;
    max-width: 200px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height : 50px;
}*/

.Cteam .CcompseriesContent.addCompTD span {
    /*flex: none;*/
    display: inline-block;
    max-width: 100%;
    width: 200px;
    overflow-wrap: break-word;
    /*height: 40px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /*color: black;*/
}

.addm5seriesD .Ccompseries,
.addm5seriesD .Ccompseries .CcompseriesContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    /*.addm5seriesD .Ccompseries p {
        color: black;
    }*/


    .addm5seriesD .Ccompseries.selected {
        background-color: #fd7000;
        color: black;
        border-radius: 10px;
    }

.page-sidebar:before {
    width: 224px;
    left: 0;
}

.page-sidebar .sidebar-menu {
    margin-left: 0;
}

    .page-sidebar .sidebar-menu li {
        margin: 5px;
    }

.page-sidebar.AdminSide .sidebar-menu > li > a {
    border-radius: 10px;
    border: 1px solid white;
}

.page-sidebar .sidebar-menu .submenu li.active > a {
    border-radius: 10px;
    border: 1px solid white;
}

.page-sidebar .sidebar-menu > li > .submenu:before {
    left: 17px;
}

.page-sidebar .sidebar-menu .submenu > li > a {
    padding-left: 30px;
    border-radius: 10px;
}

.page-sidebar .sidebar-menu > li > .submenu > li > a:before {
    left: 15px;
    top: 14px;
}

.ticketDt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

    .ticketDt .radio-btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 10px;
    }

        .ticketDt .radio-btn input,
        .ticketDt .radio-btn label {
            margin: 0 !important;
        }

.dashcrs.collapsed .widget-header {
    border-radius: 10px;
}

.dashcrs .widget-header {
    background: #313131;
    border: 1px solid #fd7000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dashcrs .widget-buttons a {
    color: white !important;
}

.dashcrs .widget-buttons > [data-toggle]:hover {
    opacity: 1 !important;
}

.dashcrs .widget-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #fd7000;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*mdbpage*/
.match-info-container {
    border: 0;
    background: url(../img/adminDash/iconwhite.png) center 2px no-repeat;
}

.match-info-footer {
    border: 0;
    display: flex;
    clear: both;
    margin: 0;
}

.ribbon-wrapper-red:before, .ribbon-wrapper-green:before {
    position: absolute;
    content: '';
    right: 1px;
    top: 1px;
    height: 30px;
    width: 30px;
    background: url('../../../assets/img/sidelogowhite.png') no-repeat;
    background-size: auto;
    background-size: cover;
    z-index: 10;
}

.dropdown-content > a:hover {
    background: #fd7000;
}

.common-btn {
    background: linear-gradient(180deg, #fd7000 0%, #000000 55%, #97c8f1 100%) !important;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 15px;
    color: white;
    border: 1px solid #4a3267;
    padding: 10px;
    border-radius: 5px;
    margin: 3px;
    width: 154px;
    /*width: 135px;*/
    height: 45px;
    flex: 1;
}

    .common-btn.liveDE {
        width: 314px;
    }

.card-wrapper {
    margin: 20px;
    max-width: 330px;
    background: #313131;
    color: white;
    border-radius: 10px;
}

.ribbon-red {
    left: -5px;
    /*      background-color: #97c8f1 !important;
            color: black;*/
    text-shadow: none;
}

.match-info > div > span::before {
    background-color: #f7b9c4;
}

.report-dropdown .dropdown-button {
    padding: 15px 20px 8px;
    font-size: 15px;
    color: white;
    background: #313131;
    letter-spacing: 1px;
}

.match-info > div > span {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
}

.dropdown-content > a {
    margin: 0px 1.7px;
}

    .dropdown-content > a:last-child {
        border: 0 !important;
    }

.match-score .team span img {
    margin-bottom: 5px;
}

.match-score .team {
    border: 2px solid #fd7000;
}

.match-info-header, .match-info, .series-name, .match-info-body {
    height: 200px;
    margin-bottom: 20px;
}

.team-score {
    padding: 5px;
    color: white;
}

.team-live {
    padding: 5px 18px;
    font-size: 14px;
    line-height: 22px;
}

.match-info {
    padding-right: 60px;
}

.wait-edit-time {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-edit {
    background: yellow;
    padding: 2px 5px;
    margin: 5px;
}

.wait-time {
    background: red;
    color: black;
    padding: 2px 5px;
    margin: 5px;
    font-weight: 600;
    border-radius: 5px;
}

.custom-tabs > li {
    /*width: 12%;*/
    padding-bottom: 0;
    background: #313131;
    color: white;
}

.custom-tabs > .active {
    color: white !important;
    background: #fd7000 !important;
    border-bottom: 0;
}

/* .custom-tabs > li:first-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }*/

.custom-tabs {
    border-radius: 10px;
    background: transparent;
}

    .custom-tabs > li > a {
        color: white;
        font-weight: 400 !important;
        letter-spacing: 1px;
    }

        .custom-tabs > li > a:hover {
            color: white;
        }

    .custom-tabs > .active > a, .custom-tabs > .active > a:hover {
        color: black !important;
    }

.dropdown-content {
    background-color: #97c8f1;
}

.match-score .team > .name-detail,
.match-score .team span {
    background: #97c8f1;
    letter-spacing: 1px;
}

/*  .custom-tabs > li:last-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }*/

.tossHead {
    position: relative;
}

.tossModal .modal-content {
    background: url('../../Cricket/Master/micky/tossbg.png')#313131 no-repeat center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
}

.tossModal .modal-body {
    background: #313131;
}

.tossModal .tossHead .modal-title {
    line-height: 50px;
    box-shadow: 2px 2px 10px #d5d5d5;
    font-size: 16px;
    font-weight: 900 !important;
    width: 75%;
    height: 50px;
    background: #97c8f1;
    margin-top: 30px;
    padding-left: 25px;
}

.tossModal .btn-close {
    top: -20px;
    right: 10px;
    position: absolute;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: white;
}

.teamFlag {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .teamFlag:hover {
        transform: scale(1.1);
    }

    .teamFlag .flagLogo {
        width: 100px;
        height: auto;
        margin: 0 auto;
    }

        .teamFlag .flagLogo img {
            object-fit: contain;
            max-width: 100%;
            width: 80px !important;
        }

.teamWin .form-check .form-check-input {
    display: block;
    clear: both;
    appearance: none;
    height: 45px;
    width: 150px;
    margin: 0;
    border-radius: 10px !important;
}

    .teamWin .form-check .form-check-input:checked {
        background: #fd7000;
        border: 1px solid #fd7000;
        box-shadow: 0px 0px 5px #fd7000;
    }

        .teamWin .form-check .form-check-input:checked[type=radio] {
            --bs-form-check-bg-image: none;
        }

    .teamWin .form-check .form-check-input:active {
        filter: none !important;
    }

.teamWin .form-check .form-check-label {
    left: 0;
    text-align: center;
    right: 0;
    height: 100%;
    line-height: 35px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    top: 0;
    margin: 0;
    color: white;
    padding: 4px;
    font-size: 18px !important;
    border-radius: 10px;
}

.teamWin .form-check .form-check-input:checked + .form-check-label {
    color: black;
}

.winMessage {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}

    .winMessage span {
        font-size: 17px;
        color: #97c8f1;
        font-weight: bold;
    }

.tossModal .common-btn {
    display: block;
    margin: 10px auto 30px;
    width: 80%;
    font-size: 16px;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    min-height: calc(100% - 3.76rem* 2);
}

.teamSeleect input {
    width: 230px;
    height: 30px;
    opacity: 0;
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.teamSeleect label {
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    line-height: 30px;
    cursor: pointer;
    color: white;
}

.teamSeleect input[type=radio]:checked + label {
    font-size: 16px !important;
    font-weight: 500;
    color: #fd7000;
    text-decoration: underline;
}

.datepicker {
    background: #ff933d;
    color: black;
}

    .datepicker thead tr:first-child th {
        cursor: pointer;
        font-size: 16px;
    }

        .datepicker thead tr:first-child th:hover,
        .datepicker td.day:hover {
            color: black;
        }

    .datepicker td.active, .datepicker td.active:hover {
        background-color: white !important;
        color: black !important;
    }

.page-sidebar.AdminSide .sidebar-menu a .menu-expand {
    font-size: 20px;
    line-height: 10px;
    height: 12px;
    width: 12px;
    right: 12px;
    top: 12px;
}
/*
.grdtbl > tbody > tr > td.TdSelectBox {
    text-align: left !important;
}

.grdtbl .TdSelectBox input {
    margin-left: 40% !important;
}*/

.tableHeadPanel {
    background: green;
    border-radius: 10px;
    margin: 0 0 15px;
    clear: both;
    text-align: center;
}

    .tableHeadPanel h4 {
        color: white;
        font-size: 20px;
        font-weight: 600 !important;
    }

@media (max-width : 1680px) {
    .CcompseriesContent p {
        width: 190px;
    }

    .addm5seriesD .Ccompseries p {
        width: 175px;
    }
}

@media (min-width: 1300px) and (max-width: 1679px) {
    .specialRangetb {
        width: 33.33%;
    }
}

@media (max-width:1280px) {
    .specialRangetb {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .specialRange {
        width: 20%;
    }
}

@media (max-width : 1480px) {
    .Cteam .CcompseriesContent.addCompTD span {
        max-width: 140px;
    }
}

@media (max-width : 1300px) {
    .Ccompseries.Cteam {
        padding: 10px;
    }

    .Cteam .CcompseriesContent.addCompTD span {
        max-width: 120px;
    }

    .CcompseriesContent p {
        width: 160px;
        font-size: 14px !important;
    }
}


/*iframemodal*/
.modal-header {
    background-color: #313131;
    color: white;
}

    .modal-header .close {
        color: white;
        opacity: 1;
    }

.modal-body {
    background: #8e9093;
}

    .modal-body .popup-frame body:before, .modal-body .popup-frame .page-body {
        background-color: #8e9093 !important;
    }

body:before, .page-body {
    background-color: #8e9093 !important;
}

.modal-title {
    font-size: 22px;
    text-align: center;
}

.cardbtnI {
    line-height: 20px;
}

    .cardbtnI img {
        height: 20px;
        width: 20px;
    }

/* login*/
.login-container .loginbox,
.login-container .logobox {
    border-radius: 10px;
}

.logoboxnone {
    display: none;
}

.login-container .loginbox {
    width: 350px !important;
}

.login-container .logobox {
    width: 350px !important;
    height: 100px !important;
    padding: 10px;
}

.login-container .loginbox .loginbox-title,
.login-container .loginbox .loginbox-forgot a,
.login-container .loginbox .loginbox-signup a {
    color: black;
}

.abbrbox_DivOnly td {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.datepicker td.old, .datepicker td.new {
    color: #008000;
}

.datepicker td, .datepicker th {
    text-align: center;
    font-size: 15px;
    height: 20px;
    width: 20px;
    font-weight: 700;
}

.page-sidebar .sidebar-menu li.open {
    background-color: #fd7000;
    border-radius: 10px;
}

.page-sidebar .sidebar-menu .submenu > li .submenu {
    border-top: 1px solid #fd7000;
    border-bottom: 1px solid #313131;
}

.page-sidebar .sidebar-menu .submenu {
    background-color: #313131;
}

.page-sidebar.AdminSide .sidebar-menu > li.open > a,
.page-sidebar.AdminSide .sidebar-menu > li > a:hover,
.page-sidebar.AdminSide .sidebar-menu li:before {
    color: black !important;
}

.Ccompseries.bgnewImg {
    background-image: url('../../img/adminDash/stadium.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

    .Ccompseries.bgnewImg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .Ccompseries.bgnewImg .teamlogoAdd {
        background-image: url('../../img/india.png');
        background-size: cover;
        background-position: center;
    }

.sameflagBg {
    margin-bottom: 20px;
}

    .sameflagBg .Ccompseries.bgnewImg {
        height: 150px;
        background: white;
        justify-content: center;
        margin: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 10px 0;
    }

        .sameflagBg .Ccompseries.bgnewImg::before {
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            background: rgba(0, 0, 0, 0.2);
        }

        .sameflagBg .Ccompseries.bgnewImg .teamlogoAdd {
            background-image: none;
            max-width: 100%;
            height: 130px;
            width: 130px;
            text-align: center;
            margin: 0 auto;
            display: block;
        }

            .sameflagBg .Ccompseries.bgnewImg .teamlogoAdd img {
                max-width: 100%;
            }

    .sameflagBg .CcompseriesContent {
        background: black;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 8px;
        position: initial;
    }

        .sameflagBg .CcompseriesContent .checkbox-container {
            flex: 1;
        }

            .sameflagBg .CcompseriesContent .checkbox-container span {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 132px;
                white-space: normal;
                text-align: left;
                font-size: 16px;
                flex: 1;
            }

        .sameflagBg .CcompseriesContent .CcompseriesImg {
            flex: 0 0 40px;
            margin: 0;
        }

        .sameflagBg .CcompseriesContent .teamcountcontent {
            flex: 1;
        }

.Ccompseries.bgnewImg .CcompseriesContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.cardlistview {
    position: relative;
}

    .cardlistview .view-icons {
        position: absolute;
        top: -45px;
        right: 0;
    }

    .cardlistview .card-view,
    .cardlistview .list-view {
        margin-top: 25px;
    }

    .cardlistview .list-view {
        padding-left: 10px;
    }

    .cardlistview .view-icons .fa {
        font-size: 22px;
        margin-right: 5px;
        background: white;
        color: #fd7000;
        border-radius: 5px;
        padding: 4px;
    }

    .cardlistview .list-view .col-lg-3,
    .cardlistview .list-view .col-md-6,
    .cardlistview .list-view .col-12 {
        padding: 5px;
    }

    .cardlistview .listviewt {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        background: #313131;
        transition: 0.3s;
        width: 100%;
        height: 90px;
    }

        .cardlistview .listviewt:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .cardlistview .listviewt p {
            margin: 0;
            width: 180px;
            display: -webkit-box;
            max-width: 100%;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            flex: 1;
            margin-right: 5px;
        }

.sameflagBg .CcompseriesContent .teamcountcontent p.compCountT {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px !important;
}

@media(max-width:1380px) {
    .cardlistview .listviewt p {
        width: 150px;
    }
}

@media(max-width : 1180px) {
    .cardlistview .groundListview .listviewt p {
        width: auto;
        margin-right: 5px;
        flex: 1;
    }
}

@media(max-width:1290px) {
    .sameflagBg .CcompseriesContent .teamcountcontent p.compCountT {
        font-size: 12px !important;
    }
}

.cardlistview .listviewt .CcompseriesImg {
    margin-right: 10px;
}

.cardlistview .listviewt .listviewbtn {
    background: #fd7000;
    border-radius: 5px;
    border: 1px solid white;
    color: black;
    font-size: 16px;
}

.cardlistview .list-view td {
    padding: 10px;
    width: 25%;
}

.cardlistview .listviewt.teamCA .CcompseriesImg {
    margin: 0 10px 0 0;
}

.cardlistview .listviewt.teamCA .CcompseriesContent {
    flex: 1;
}

    .cardlistview .listviewt.teamCA .CcompseriesContent p {
        text-align: left;
    }

.AddCompTeam .Cteam.bgnewImg .CcompseriesContent span {
    max-width: 100%;
    color: white !important;
    height: auto;
    width: 136px;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.teamcardview .editviewDelbtn {
    display: flex;
    column-gap: 5px;
}

    .teamcardview .editviewDelbtn .eyeedit {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 5px;
    }

.CcompseriesContent .teamcountcontent p {
    -webkit-line-clamp: 1;
}

.countryflagSquad .Ccompseries .CcompseriesContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

    .countryflagSquad .Ccompseries .CcompseriesContent .CcompseriesImg {
        margin: 0;
    }

.reportinsidelist {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

    .reportinsidelist .hover-content {
        z-index: 9;
        position: absolute;
        top: 0;
        left: 105%;
        width: 450px;
        height: 450px;
        background: #7fbff5;
        color: black;
        padding: 10px;
        text-align: left;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        border-radius: 5px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        display: none;
        padding: 15px 15px 15px 25px;
    }

    .reportinsidelist:hover .hover-content {
        opacity: 1;
        display: block;
    }

    .reportinsidelist .hover-content ul {
        padding-left: 10px;
        margin: 0;
        list-style: decimal;
    }

        .reportinsidelist .hover-content ul li {
            padding: 5px 0;
            font-size: 16px;
            white-space: nowrap;
        }


.livecollapse {
    border: 2px solid #fd7000 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

    .livecollapse .panel-heading {
        background: #fd7000;
        color: black;
        font-weight: 600;
        font-size: 16px;
        border: 0;
        padding: 0;
    }

        .livecollapse .panel-heading a {
            color: black;
            display: block;
            width: 100%;
            padding: 10px;
            cursor: pointer;
        }

    .livecollapse .panel-body {
        border: 0 !important;
    }

.othersAccord .panel-heading > a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}

    .othersAccord .panel-heading > a::after {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 14px;
        position: absolute;
        right: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .othersAccord .panel-heading > a.collapsed::after {
        content: "\f107";
    }

.grdComp .checkbox-container input {
    margin-right: 5px !important;
}

.grdComp td {
    line-height: 25px !important;
}

.similarcontenterror {
    margin-top: 15px;
}

    .similarcontenterror h2 {
        margin: 0;
        font-size: 18px;
    }

    .similarcontenterror .mylistsimilar {
        margin: 10px 20px 0;
        list-style: disc;
    }

.compteambtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

@media(max-width: 1800px) {
    .sameflagBg .CcompseriesContent .teamcountcontent p {
        width: 160px;
        margin: 0;
    }
}

@media(max-width: 1400px) {
    .sameflagBg .CcompseriesContent .teamcountcontent p {
        width: 140px;
        margin: 0;
    }
}

@media(max-width: 1290px) {
    .sameflagBg .CcompseriesContent .teamcountcontent p {
        width: 130px;
    }
}

.sameflagBg.Asquadselected {
    border: 1px solid #fd7000;
    border-radius: 10px;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    pointer-events: none;
}
/*Added by Sarita - Dashboard UI*/
.DB-player-div table {
    background-color: #fff;
    margin-bottom: 0;
    border-collapse: separate;
}

    .DB-player-div table thead > tr:first-child th {
        border-bottom: 0;
        border: none !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        padding: 10px 15px !important;
        border-top: 0 !important;
        line-height: 1.42857143 !important;
        text-align: center !important;
        background-color: #fd7000 !important;
        color: #000 !important;
        font-size: 15px !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

.DB-abbrbox ul {
    box-sizing: border-box;
    border: dashed 1px #97c8f1;
    margin: 7px 15px 8px 15px;
    padding: 5px;
    list-style-position: inside !important;
    list-style: disc;
    font-size: 14px;
}

.DB-abbrbox p {
    /*border: dashed 1px #dd0379;
        border-bottom: 1px solid #eeeeee; 
    */
    text-align: center;
    width: max-content;
    margin: 10px auto -9px;
    padding: 5px 20px;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: bold;
    background: #97c8f1;
    color: #000;
}

.DB-matchDetailsBox {
    margin-bottom: 10px;
}

.DB-matchDetailsUl {
    list-style: disc;
    font-size: 14px;
    padding-left: 5px;
    border: solid 1px #fd7000;
    margin: 7px 15px 8px 15px;
    list-style-position: inside !important;
    display: inline-block;
}

    .DB-matchDetailsUl li {
        width: 33.33%;
        float: left;
        font-size: 14px;
    }

        .DB-matchDetailsUl li span:first-child {
            font-weight: bold;
        }

.DB-info-section {
    padding: 15px;
    width: 50%;
    margin: 0px auto;
    background: #97c8f1;
    color: black;
}

.DB-blue_roundtop {
    background: #97c8f1;
    width: 50%;
    border-radius: 12px 12px 0px 0px;
    color: #000;
    align-items: center;
    display: flex;
    flex-flow: row;
    vertical-align: middle;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
}

.DB-blue_roundbottom {
    background: #97c8f1;
    width: 50%;
    border-radius: 0px 0px 12px 12px;
    color: #fff;
    align-items: center;
    display: flex;
    flex-flow: row;
    vertical-align: middle;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    height: 60px;
    margin-bottom: 20px;
}

.DB-halfback-blue {
    display: flex;
    border-radius: 12px;
    background: #97c8f1;
    background: linear-gradient(90deg, rgba(255,255,255,0) 25%, rgba(151,200,241,1) 25%, rgba(151,200,241,1) 50%, rgba(151,200,241,1) 75%, rgba(255,255,255,0) 75%);
}

.DB-ornage-whitetxt {
    text-align: center;
    background-color: #fd7000;
    padding: 6px;
    color: #000;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.DB-halfback-blue-noflex {
    border-radius: 12px;
    background: #97c8f1;
    background: linear-gradient(90deg, rgba(255,255,255,0) 25%, rgba(151,200,241,1) 25%, rgba(151,200,241,1) 50%, rgba(151,200,241,1) 75%, rgba(255,255,255,0) 75%);
}

.DB-blue_roundtop span, .DB-team-header span, .DB-team-header tr td, .DB-info-section h6 {
    /*font-family: 'Open Sans','Segoe UI';*/
    font-weight: 700 !important;
    margin: 22px;
    font-size: 20px;
    text-align: center;
}

.DB-team-header {
    padding: 20px;
}

.DB-prole {
    /*border: 1px solid yellow;*/
    text-align: left;
    /* padding: 2px 5px;*/
}

    .DB-prole > span {
        padding: 0px 10px;
        border: 1px solid #fd7000;
        border-radius: 15px;
        background-color: #fd7000;
        color: #fff;
        padding-bottom: 2px;
        font-size: 12px;
    }

.DB-smbtn_grp {
    width: 26px;
    float: right;
    margin-top: -20px;
}

    .DB-smbtn_grp a {
        float: right;
        height: 26px;
        width: 26px;
        padding: 5px 0px;
        text-align: center;
        vertical-align: middle;
        display: inline-table;
    }

.DB-common_btn:hover {
    border-color: #DD0379;
    background: #b7deed;
}

.DB-common_btn_img {
    height: 16px;
    width: 16px;
}

.livedEM .widget-body .panel .panel-body {
    padding: 15px 0 !important;
}

.livedEM .widget-body.no-padding {
    margin: 0;
}

.widget-body .panel .panel-body {
    padding-bottom: 15px !important;
}

.accordion.panel-group .panel-heading + .panel-collapse .panel-body {
    border: 1px solid black;
    background: #313131;
    color: white !important;
    border-radius: 6px;
}

.accordion.panel-group .panel-heading .accordion-toggle {
    color: #313131;
}

a:focus, a:hover {
    color: #fff;
}

.btnBowl2ndInn-width {
    width: 115px;
}

.blue-blktxt th, .blue-blktxt td, td.blue-blktxt, th.blue-blktxt {
    text-align: center;
    background-color: #fd7000;
    padding: 6px !important;
    color: #000;
    font-size: 12px !important;
    border-left: 1px solid #807f7f;
    border-bottom: 1px solid #807f7f !important;
}

.grnd-bg-low {
    background: #FCCC1A;
    color: #000;
    font-size: 12px !important;
    text-align: center;
}

.grnd-bg-high th {
    background: #d64161;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.grnd-bg-avg {
    background: #66B032;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.accordion.panel-group .panel-heading .accordion-toggle.collapsed {
    color: #000;
    font-weight: normal;
    background-color: grey;
    transition: border .218s;
    border-bottom: 1px solid #fd7000;
}

.panel-info > .panel-heading {
    color: black !important;
    background-color: #fd7000 !important;
    border-color: none !important;
}

.DB-pitch-beh {
    position: relative;
    background: #313131;
}

.DB-pitch-score {
    color: #fff !important;
    background-color: #313131 !important;
}

.toss-td_seprate {
    height: 4px !important;
}

    .toss-td_seprate td {
        background-color: #fd7000;
        padding: 0px !important;
    }

.DB-blue_roundtop_multi_elm {
    display: block;
    padding: 20px 0px;
}

.DB-blue_roundtop p, .DB-blue_roundtop p span {
    /*font-family: 'Open Sans','Segoe UI';*/
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    margin: 0px;
}

.page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
    padding-left: 30px !important;
}

.seriesDetialtb {
    margin-top: 30px;
    margin-bottom: 4px;
    /*visibility: hidden;*/
    overflow-y: hidden;
    padding-bottom: 10px;
}

.page-sidebar.AdminSide .sidebar-menu > li > a {
    padding: 0 !important;
}

.viewPlayer .overview-label {
    text-align: center;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
}

.viewPlayer .overview-label-text {
    text-align: left;
    padding: 7px;
    ] font-size: 13px;
    font-weight: 400;
}

.squadBtnsM {
    text-align: center;
    margin-top: 60px;
}

.rdbextraClass.extraBT {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wideB, .byesB, .legB, .noballB, .penaltyB {
    margin-top: 30px;
}

@media(max-width : 1700px) {
}

@media(max-width : 1600px) {
    .abbrbox_DivOnly td {
        width: 28%;
        vertical-align: baseline;
    }
}

@media(max-width:1470px) {
    .livebtns .common-btn {
        width: 150px !important;
    }
}

@media(max-width:1400px) {
    .finalplayers .selectRole {
        height: 100px;
    }

    .rdbClass.btsRun,
    .rdbextraClass {
        /*width: 70%;*/
        flex-wrap: wrap;
    }

    .playerScoretb.table thead > tr > th {
        font-size: 14px !important;
        padding: 3px !important;
    }

    .livedeFields .col-lg-4 {
        width: 43.333333%;
    }

    .livedeFields .col-lg-1 {
        width: 18.333333%;
    }

    .livedeFields .col-lg-2 {
        width: 26.666667%;
    }
}

@media (max-width : 1280px) {
    .header_teamM .Squad_logos {
        padding: 0;
        column-gap: 15px;
    }

    .Squads_hd .data-impact .list1 li,
    .Squads_hd .data-impact .list1 .input-group,
    .finalsection li {
        margin: 10px 0px;
    }
}

@media(max-width : 1200px) {
    .livederunEntry {
        margin-top: 20px;
    }

    .livebtns .common-btn {
        width: 165px !important;
    }
}

@media(max-width : 1180px) {
    .abbrbox_DivOnly td {
        width: 30%;
        vertical-align: baseline;
    }
}

@media(max-width : 800px) {
    .page-sidebar .sidebar-menu a {
        padding: 0 !important;
    }
}
