@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');


@font-face {
    font-family: 'Semakin';
    src: url('../../fonts/Semakin-Regular.woff2') format('woff2'), url('../../fonts/Semakin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: 'Semakin' !important;
}
a {
    font-family: "Unica One", sans-serif !important;
}
.page-body {
    padding-bottom: 0;
}

.main-content {
    padding: 15px;
}

label {
    font-size: 16px !important;
    line-height: 20px;
    text-transform: uppercase;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    accent-color: #fd7000;
    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;
}

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,
.apexcharts-tooltip-text-y-value {
    color: black !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 {
        color: #d68a3c;
        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 .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: #313131;
    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;
}

.adminBtn {
    /*background: linear-gradient(180deg, #fd7000 0%, #000000 55%, #97c8f1 100%) !important;
    border-radius: 10px; 
    box-shadow: 0 0 10px rgba(201, 201, 201, .25); */
    width: auto !important;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    margin: 0 10px;
    color: white !important;
    font-size: 18px;
    background-color: #721212;
    border: 1px solid #721212 !important;
    text-transform: uppercase;
    font-family: "Unica One", sans-serif !important;
}
    .adminBtn:focus {
        background-color: #721212;
    }

    .adminBtn span {
        margin: 0 !important;
        /*font-size: 16px !important;*/
        line-height: 20px;
    }
    .adminBtn:hover {
        font-weight: 600;
        color: #d68a3c !important;
        border-color: #d68a3c !important;
    }
.grdtbl {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid white;
    background: white;
    /*  border-collapse: separate;
    border-spacing: 3px;*/
}

.table thead > tr > th,
.table th {
    text-align: center;
    padding: 0 !important;
    /*padding: 4px 6px !important;*/
    color: black;
    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 #D68A3C;
    font-size: 16px;
    border-radius: 0 !important;
    text-align: center !important;
    margin: 5px 0px !important;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 1.2;
}

.grdtbl.table-bordered-dark td:first-child {
    border-left: 1px solid #D68A3C;
}

.grdtbl.table-bordered-dark tr:last-child td {
    border-bottom: 1px solid #D68A3C;
}

.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 #d68a3c;
        }

            .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,
.searchInputC .input-group-addon {
    height: 50px;
    width: 40px;
    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;
}
    .searchInputC .addonIcon i {
        font-size: 16px;
    }

.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: 28px;
    line-height: 28px !important;
    background: #fd700000 !important;
    border: 2px solid #ffffff00 !important;
    padding: 0px 6px;
    margin: 0;
    color: #838383 !important;
}

    .editviewBTn .fa {
        font-size: 16px;
        margin: 0;
    }
    .editviewBTn:hover svg,
    .editviewBTn:hover svg path {
        fill: #D68A3C;
    }

.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: #721212;
    border: 1px solid #721212;
    color: #ffffff;
    text-transform: uppercase;
}

    #pagination a.active {
        background-color: #D68A3C;
        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: #bfd8ed;
        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: #ff9440;
    }

    .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: 10px;
                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;
            }

            .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: #ff9440;
}

    .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;
        /*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;
        text-transform: uppercase;
    }

    .finalplayers .selectRole span {
        color: white;
        font-size: 30px;
        line-height: 30px;
        opacity: 1;
    }

.finalplayers .finalsection {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 30px;
}

    .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: #ff9440 !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;
    text-transform: uppercase;
}

.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);
    }

.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 {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Ccompseries {
    text-align: center;
    margin-top: 10px;
}

.CcompseriesImg {
    height: 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 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: white;
    }


/*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: 12px !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: #00000066;
    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: 210px;
    background: #313131;
}

.teamSquad .finalsection li a,
.teamSquad .Squads_hd .data-impact .list1 li a,
.teamSquad .list1 .player-name {
    color: white;
    text-transform: uppercase;
}

.teamSquad .Squads_hd .data-impact .list1.en-team_a li.selected {
    background: #bfd8ed;
}

    .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;
    text-transform: uppercase;
}

.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: white;
    position: absolute;
    font-size: 12px !important;
    padding-left: 5px;
    text-transform: uppercase;
}

.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;
}

.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: 153px;
    /*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: #721212;
    color: black;
}

    .datepicker thead tr:first-child th {
        cursor: pointer;
        font-size: 16px;
    }

        .datepicker thead tr:first-child th:hover,
        .datepicker td.day:hover {
            background-color: #FF9800;
            color: white;
        }

    .datepicker td.active, .datepicker td.active:hover {
        background-color: #FF9800 !important;
        color: white !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: #00000066;
    border-radius: 0;
    margin: 0 0 15px;
    clear: both;
    text-align: center;
    padding: 15px;
}

    .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: 1200px) and (max-width: 1679px) {
    .specialRange {
        width: 20%;
    }

    .specialRangetb {
        width: 33.33%;
    }
}

@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;*/
    background-color: transparent !important;
}

.modal-title {
    font-size: 22px;
    text-align: center;
}

.cardbtnI {
    line-height: 20px;
}

    .cardbtnI img {
        height: 20px;
        width: 20px;
    }

/* login*/
.login-container {
    margin: auto;
    max-width: unset;
    width: 100%;
    overflow: auto;
    background: url('../../img/authImg/login-bg.jpg') no-repeat bottom;
    background-size: cover;
}
    .login-container .login-wrapper {
        min-height: 100vh;
        margin: auto;
        padding: 15px;
        display: flex;
        align-items: center;
    }
.login-row {
    display: flex;
    flex-wrap: wrap;
    background-color: #00000066;
}
.login-left-col {
    width: 58.33333333%;
}
.login-right-col {
    width: 41.66666667%;
    padding: 50px 45px;
}
.login-container .login-wrapper img {
    width: 100%;
    height: 100%;
}

.logoboxnone {
    display: none;
}

.login-container .loginbox {
    width: 100% !important;
    height: 100% !important;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    box-shadow: none;
}

.login-container .logobox {
    width: 350px !important;
    height: 100px !important;
    padding: 10px;
}
.login-container .loginbox .loginbox-title {
    height: auto;
    padding-bottom: 20px;
}

.login-container .loginbox .loginbox-title,
.login-container .loginbox .loginbox-forgot a,
.login-container .loginbox .loginbox-signup a {
    color: white;
}
.login-container .loginbox .loginbox-textbox {
    padding: 0
}
    .login-container .loginbox .loginbox-textbox .form-control {
        height: auto;
        color: #D68A3C;
        font-size: 20px;
        font-weight: 400;
        padding: 8px 15px;
        letter-spacing: normal;
        font-family: "Unica One", sans-serif !important;
        background: #542B36CC !important;
        border-color: #542B36CC !important;
        border-radius: 0;
    }
    .login-container .loginbox .loginbox-textbox input.form-control:-internal-autofill-selected {
        color: #D68A3C;
        background: #542B36CC !important;
    }
    .login-container .loginbox.forgot-pass .loginbox-textbox .form-control,
    .login-container .loginbox.forgot-pass .loginbox-textbox input.form-control:-internal-autofill-selected {
        color: #721212 !important;
        background: #D68A3CCC !important;
    }
    .login-container .loginbox.forgot-pass .loginbox-textbox .form-control::placeholder {
        color: #721212;
    }
/* Chrome, Safari, Edge (WebKit based browsers) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    font-size: 20px;
    background-color: #542B36CC !important;
    -webkit-box-shadow: 0 0 0px 1000px #542B36CC inset !important;
    -webkit-text-fill-color: #D68A3C !important;
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #D68A3CCC !important;
    -webkit-box-shadow: 0 0 0px 1000px #D68A3CCC inset !important;
    -webkit-text-fill-color: #721212 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
    font-size: 20px;
    color: #D68A3C !important;
    background-color: #542B36CC !important;
}
.loginbox.forgot-pass input:-moz-autofill,
.loginbox.forgot-pass textarea:-moz-autofill,
.loginbox.forgot-pass select:-moz-autofill {
    color: #721212 !important;
    background: #D68A3CCC !important;
}

/* Optional: on focus/hover to match */
input:focus,
textarea:focus,
select:focus {
    font-size: 20px;
    background-color: #542B36CC !important;
}
.loginbox.forgot-pass input:focus,
.loginbox.forgot-pass textarea:focus,
.loginbox.forgot-pass select:focus {
    background: #D68A3CCC !important;
}

.icon-input-wrapper {
    position: relative;
}
.icon-input-wrapper .pass-icon,
.icon-input-wrapper .input-left-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    transform: translateY(-50%);
}
.forgot-pass .loginbox-textbox .icon-input-wrapper .input-left-icon {
    color: #721212;
}
    .icon-input-wrapper .pass-icon {
        left: auto;
        right: 10px;
    }
.login-container .loginbox .loginbox-textbox .icon-input-wrapper .form-control {
    padding: 8px 15px 8px 40px;
}
    .login-container .loginbox .loginbox-textbox  input[type="password"] {
        padding-right: 40px !important;
    }
    .login-container .loginbox .loginbox-submit {
        padding: 0;
    }
.login-container .loginbox .loginbox-forgot {
    padding: 0;
}
    .login-container .loginbox .loginbox-signup a,
    .login-container .loginbox .loginbox-forgot a {
        font-size: 18px;
        margin-bottom: 15px;
        display: inline-block;
        text-decoration: underline;
        text-transform: uppercase;
    }
.input-otp-row {
    display: flex;
    margin: 10px 0;
    gap: 10px;
}
    .input-otp-row .otp-col {
        width: 60%;
    }
    .input-otp-row .btn-col {
        width: 40%;
    }
    .input-otp-row .btn-col .btn-primary {
        width: 100%;
    }
.cstm-w-100 {
    width: 100% !important;
}
.new-password-row {
    margin-top: 25px;
}
    .new-password-row .loginbox-textbox:not(:last-child) {
        margin-bottom: 10px;
    }
.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    font-size: 18px;
    background-color: #721212;
    border: 1px solid #721212;
    line-height: 33px;
}
    .btn-primary.btn-unica,
    .btn-primary.btn-unica:focus {
        font-size: 20px;
        font-family: "Unica One", sans-serif !important;
    }
    .btn-primary:hover {
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
        background-color: #781818 !important;
        border: 1px solid #721212;
    }
    .btn-primary.btn-unica:hover {
        font-weight: 400;
        font-size: 20px;
        line-height: 33px;
        background-color: #781818 !important;
        border: 1px solid #721212;
    }

    .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;
    color: #ffffff;
}

.page-sidebar .sidebar-menu li.open {
    background-color: #fd7000;
}

.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.5);
        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: #000000;
        border-radius: 5px;
        padding: 4px;
    }
        .cardlistview .view-icons .fa.active {
            color: #fd7000;
        }
    .cardlistview .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .cardlistview .col-lg-3,
    .cardlistview .col-md-6,
    .cardlistview .col-12 {
        padding: 0 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: 100%;
    }

        .cardlistview .listviewt:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .cardlistview .listviewt p {
            margin: 0;
            flex: 1;
            display: -webkit-box;
            max-width: 100%;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .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: 400px;
        height: 400px;
        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;
    }
}

.sameflagBg.Asquadselected {
    border: 1px solid #fd7000;
    border-radius: 10px;
}

.playNow .tab-content {
    padding: 0;
    background: transparent;
    border-radius: 10px;
    box-shadow: none;
}

.teamPlay p {
    margin: 0 !important;
}

.teamPlay .grdComp > tbody > tr > td {
    text-align: center !important;
}

.teamPlay .playerRole {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fd7000;
    border-radius: 50px;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    line-height: 34px;
}

    .teamPlay .playerRole img {
        height: 25px;
        width: 25px;
        object-fit: contain;
        text-align: center;
    }

.teamPlay .roleIcon {
    font-size: 14px !important;
    border-radius: 50px;
    border: 2px solid white;
    display: block;
    margin: 0 auto !important;
    height: 30px;
    width: 30px;
    line-height: 28px;
}

.playNow .teamtabs {
    background: transparent;
}

    .playNow .teamtabs .nav-tabs {
        background: transparent;
        box-shadow: none;
        color: black;
    }

        .playNow .teamtabs .nav-tabs > li > a {
            border: 0;
            color: white;
            height: 40px;
            font-size: 16px;
            background: #313131;
            line-height: 22px;
            margin: 10px 10px 10px 0;
            border-radius: 10px !important;
        }

        .playNow .teamtabs .nav-tabs > li.active > a,
        .playNow .teamtabs .nav-tabs > li.active > a:hover,
        .playNow .teamtabs .nav-tabs > li.active > a:focus {
            border: 0;
            background: #fd7000;
            margin: 10px 10px 10px 0;
        }

        .playNow .teamtabs .nav-tabs > li {
            margin-bottom: 0 !important;
        }

.teamPlay .logoBG {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    background: linear-gradient(to right, black, #2a57a5, #7297d7);
    color: white;
    border-radius: 10px;
}

    .teamPlay .logoBG.austeam {
        background: linear-gradient(to right, #007233, #fdf27f, #e9e6b0);
    }

    .teamPlay .logoBG img {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }

    .teamPlay .logoBG p {
        font-size: 50px !important;
        font-weight: bold;
        line-height: 50px;
    }

.grdtbl .form-control.match-count {
    margin: 0 auto !important;
}
.compPop td:first-child {
    text-align: left !important;
}
.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;
}

/* New Update Css 09-06-2025 Start */
.form-group {
    position: relative;
}
.CompMain {
    background: #00000066;
    box-shadow: none;
}
.CompSearch {
    background: transparent;
    border: none;
    padding: 0px;
    box-shadow: none;
}
    .CompSearch .searchInputC .form-control, .searchInputC .select2 {
        height: 42px;
        min-height: 36px;
        font-size: 20px;
        padding: 8px 12px;
        line-height: 1;
        color: #fbe4cd !important;
        background: transparent !important;
        font-family: "Unica One", sans-serif !important;
        border-radius: 0 !important;
        border: 1px solid #D68A3C !important;
        text-transform: uppercase;
    }
    .CompSearch .searchInputC input[type="number"].form-control {
        line-height: 1.3;
    }
    .CompSearch .searchInputC textarea.form-control {
        height: 90px;
    }
.searchInputC .addonIcon,
.searchInputC .input-group-addon {
    height: 100%;
    line-height: normal;
    color: #ffffff !important;
    background: #721212 !important;
    border: 1px solid #D68A3C !important;
    border-left: none !important;
    border-radius: 0 !important;
}
.noteSmall {
    bottom: -29px;
    left: 0;
    padding: 0;
}
.searchInputC .input-group-btn .btncolors {
    height: auto;
    line-height: 28px;
    background-color: #721212;
}
.searchInputC .select2-container--default .select2-selection--single,
.searchInputC .select2-container--default .select2-selection--multiple,
.searchInputC .select2-container--default.select2-container--disabled .select2-selection--single,
.searchInputC .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent;
    height: auto;
    line-height: 1.2;
    padding-left: 0;
    color: #D68A3C;
}
.searchInputC .input-group-btn{
    height: auto !important;

}
.page-sidebar.AdminSide .sidebar-menu a .menu-expand {
    color: #ffffff !important;
}
.page-sidebar.AdminSide .sidebar-menu > li.open > a, .page-sidebar.AdminSide .sidebar-menu > li > a:hover, .page-sidebar.AdminSide .sidebar-menu li:before {
    color: #ffffff !important;
    background: linear-gradient(97.48deg, rgba(169, 120, 120, 0.6) -39.1%, rgba(29, 10, 25, 0.6) 216.84%);
    border-radius: 0px !important;
    border: none !important;
}
.modal-body .main-content {
    padding: 0px;
}
.modal-body body {
    background: transparent !important;
}
.modal-body:has(iframe) {
    padding: 0 !important;
}
.grdtbl a,
.grdtbl.table-striped > tbody > tr:nth-of-type(even) > td a {
    color: #D68A3C !important;
}
.new-table .footable {
    border: none !important;
}
.new-table {
    background: #00000066;
    padding: 10px;
    overflow: auto;
}
    .new-table .table th,
    .new-table .table thead > tr > th,
    .footable > thead > tr > th {
        color: #ffffff;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 30px;
        padding: 3px 6px !important;
        background: #721212 !important;
        font-family: 'Semakin' !important;
        text-transform: uppercase !important;
        border-bottom: 1px solid #D68A3C;
        border-top: 1px solid #D68A3C !important;
    }
    .new-table tbody > tr > td,
    .footable  tbody > tr > td,
    .new-table thead > tr > td,
    .footable > thead > tr > td {
        text-transform: uppercase !important;
        font-family: "Unica One", sans-serif !important;
    }
    .new-table .custom-header,
    .new-table .table th.custom-header {
        margin: 0px;
        background: transparent !important;
        display: block;
        border: none;
        line-height: 1.5;
    }

    .new-table .grdtbl > tbody > tr:not(:last-child) > td,
    .new-table .grdtbl > thead > tr > th {
        border-top: none !important;
        border-left: 1px solid #D68A3C !important;
        border-right: 1px solid #D68A3C !important;
    }
    .new-table .grdtbl.table-striped > tbody > tr:nth-of-type(odd),
    .new-table .grdtbl.table-striped > tbody > tr:nth-of-type(even) {
        background: transparent !important;
    }
        .new-table tbody > tr > td,
        .new-table .grdtbl.table-striped > tbody > tr:nth-of-type(even) > td,
        .new-table .grdtbl.table-striped > tbody > tr:nth-of-type(even) > td a {
            color: #fbe4cd !important;
            border-bottom: none;
        }
    .new-table .grdtbl.table-striped > tbody > tr > td a:hover {
        color: #fd7000 !important;
    }
    .new-table .footable > thead > tr > th:first-child,
    .new-table .footable > thead > tr > th:last-child {
        border-radius: 0px !important;
    }

    .new-table tbody > tr:last-child > td {
        border-top: 0px solid #D68A3C !important;
        border-bottom: 1px solid #D68A3C !important;
    }

    .new-table tbody > tr > td > table tr:last-child > td {
        border: none !important;
    }

    .new-table tbody > tr:hover {
        background: #00000066 !important;
    }
    .new-table .grdtbl.table-striped > tbody > tr:nth-of-type(even) {
        background: rgb(114 18 18 / 30%) !important;
    }
.dropdown-list-form {
    position: relative;
}
/* New Update Css 09-06-2025 END */

/* New Update CSS 31-06-2025 Start */
.book-mark-text {
    font-size: 12px;
    color: #d68a3c;
    opacity: .6;
    margin-top: 20px;
    text-align: end;
}
    .book-mark-text span {
        color: white;
    }
.modal-content.dashGradient {
    width: 100%;
    background-image: url(../../img/authImg/login-bg.jpg);
    background-position: bottom right;
    background-size: cover;
}
.selectRole .modal-title {
    padding-left: 0;
    margin-left: 20px;
    width: calc(100% - 75px);
}
.selectRole .dashGradient .btn-close {
    color: white;
}
.modal-content.dashGradient .modal-body {
    background: transparent !important;
}
/*.searchInputC span.input-group-addon:not(.addonIcon) {
    pointer-events: none;
}*/
.btn-3d,
.btn-3d-simple {
    font-size: 16px;
    height: auto;
    font-weight: 800;
    padding: 10px 14px;
    background: linear-gradient(to bottom, #721212, #c77e38);
    color: white;
    border-radius: 10px;
    border-bottom: 6px solid #990000;
    border-right: 3px solid #d60000;
    margin-top: 0px;
    cursor: pointer;
    box-shadow: 3px 6px 0px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
    font-family: 'unica-one', sans-serif !important;
}
    .btn-3d:hover,
    .btn-3d-simple:hover {
        color: #d68a3c;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
    }
    .btn-3d:active {
        color: #d68a3c;
        margin-top: 4px;
        margin-left: 2px;
        border-bottom-width: 2px;
        border-right-width: 1px;
        box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.3);
    }
.btn-3d-simple {
    line-height: 1.3;
    cursor: pointer;
    background: linear-gradient(to bottom, #721212, #721212);
    border-bottom: 6px solid #7f3737;
    border-right: 3px solid #653333;
}


    .btn-3d-simple:focus,
    .btn-3d-simple:active {
        color: #d68a3c;
        font-size: 16px;
        border-bottom-width: 2px;
        border-right-width: 1px;
        box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.3);
    }
.FullScoreBoard .pink_roundtop, .FullScoreBoard .pink_roundbottom {
    background: #721212;
    color: #cb8239;
}
.new-table table#tbl_innings.grdtbl tbody tr td:last-child {
    color: #ffffff !important;
}
.new-table table tr > td:last-child > * ~ div > .adminBtn {
    padding: 0 10px;
    text-align: center;
    margin: 5px 10px 0 10px;
    color: white !important;
    font-size: 14px;
    background-color: #721212 !important;
    border: 1px solid #721212 !important;
    text-transform: uppercase;
    font-family: "Unica One", sans-serif !important;
}
.finalplayers .team1 .teamTitle {
    background: #bfd8ed !important;
    margin: 15px 0;
}
.finalsection li,
.finalplayers .selectRole,
.Squads_hd .data-impact .list1 li,
.Squads_hd .data-impact .list1 .input-group,
.compSeriesSquad .finalsection li,
.compSeriesSquad .Squads_hd .data-impact .list1 li,
.compSeriesSquad .Squads_hd .data-impact .list1 .input-group,
.compSeriesSquad .finalplayers .selectRole {
    box-shadow: 0px 5px 10px #151515;
}
.compSeriesSquad .Squads_hd .data-impact .list1.en-team_a li.selected {
    background-color: #79a7cd;
}
.CcompseriesContent {
    position: relative;
    padding-right: 25px;
    width: calc(100% - 50px);
}
    .CcompseriesContent input.ground-checkbox {
        position: absolute;
        top: 50%;
        right: 0;
        left: auto;
        transform: translate(0, -50%);
        margin: 0;
    }
.cardlistview .col-12 {
    margin-bottom: 10px;
}
.cardlistview .list-view .row {
    display: flex;
    flex-wrap: wrap;
}
    .cardlistview .row .col-lg-3 .sameflagBg {
        margin-bottom: 0px;
    }
.cardlistview .list-view .CcompseriesContent {
    padding-right: 10px;
}
.ListTeamA {
    padding: 15px;
}
.finalplayers .selectRole {
    padding: 10px 4px;
}
.cardlistview .listviewt.teamCA .CcompseriesContent {
    width: calc(100% - 150px);
}
.sameflagBg .CcompseriesContent {
    background-color: transparent;
    border-radius: 0;
    padding: 0 10px 0 0;
}
.select2-dropdown.select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    background: #721212 !important;
    color: #ffffff !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #721212 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D68A3CCC !important;
    color: #ffffff !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    color: white;
    background: #00000066;
    border-block-color: #00000066;
}
.new-table .grdtbl > tbody > tr:nth-of-type(even) > td a {
    color: white !important;
}
input,
textarea,
select {
    font-family: "Unica One", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media (max-width: 991px) {
    .login-left-col {
        display: none;
    }
    .login-right-col {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .login-right-col {
        padding: 30px 15px;
    }
    .login-container .login-wrapper {
        padding: 15px 0;
    }
}
/* New Update CSS 31-06-2025 END */

/* WEB Version Burron CSS  07-11-2025 */

.btn.web-version-btn {
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: unset;
    font-size: 12px;
}


.web-version-btn .wv-badge {
    background: rgba(8,27,46,0.75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    line-height: 16px;
}


#webVersionDrawer {
    position: fixed;
    top: 0;
    right: -400px; /* hidden initially */
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0 15px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    z-index: 1055; /* above toastr & modal backdrop */
    overflow-y: auto;
}

    #webVersionDrawer.open {
        right: 0;
    }

    #webVersionDrawer .drawer-header {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
    }

    #webVersionDrawer .drawer-body {
        padding: 1rem;
    }

    #webVersionDrawer .drawer-footer {
        padding: 1rem;
        border-top: 1px solid #ddd;
        text-align: right;
    }




.web-version-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

    .web-version-popup.show {
        display: flex;
        animation: fadeIn 0.3s ease-in-out;
    }

.web-popup-content {
    background: #fff;
    width: 90%;
    max-width: 480px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 15px;
    animation: slideIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.web-popup-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.web-popup-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}