﻿/*@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');*/

@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,   
h1, h2, h3, h4, h5, h6 {
    font-family: 'Semakin' !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: 1px !important;
}

    body:before, .page-body {
        background-color: transparent !important;
    }
.panel-title,
.panel-title a {
    font-family: 'Semakin' !important;
}
.navbar .navbar-inner {
    background: #00000066;
}

.page-sidebar:before {
    background: #72121299;
}
.page-sidebar .sidebar-menu {
    margin: 15px 10px; 
}
    .page-sidebar .sidebar-menu a {
        color: #fff;
        font-family: 'Semakin' !important;
        letter-spacing: 0;
    }
.page-sidebar.AdminSide .sidebar-menu > li > a {
    font-size: 15px;
}
.page-sidebar .sidebar-menu .submenu > li > a {
    font-size: 12px;
}
    .page-sidebar .sidebar-menu a:hover {
        color: #dd0379;
    }

    .page-sidebar .sidebar-menu a .menu-expand {
        color: #fff;
    }
    .page-sidebar .sidebar-menu > li {
        margin: 15px 0;
    }
        .page-sidebar .sidebar-menu > li a {
            text-transform: uppercase;
        }
        .page-sidebar .sidebar-menu > li > a {
            background: linear-gradient(97.48deg, rgba(169, 120, 120, 0.6) -39.1%, rgba(29, 10, 25, 0.6) 216.84%);
            font-family: 'Semakin' !important;
            white-space: nowrap;
            border: none;
            box-shadow: 0px 4px 4px 0px #0000001A;
        }
        .page-sidebar .sidebar-menu > li:last-child > a {
            border: none;
        }
        .page-sidebar .sidebar-menu > li > a:hover {
            background-color: #dd0379;
            color: #fff;
        }

        .page-sidebar .sidebar-menu > li.open > a {
            background-color: #dd0379;
            color: #fff;
        }
    .page-sidebar .sidebar-menu li.open {
        background: transparent !important;
    }
    .page-sidebar .sidebar-menu .submenu > li .submenu {
        background-color: #00000033;
        border: none;
    }
        .page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: #4c0e12;
        }
    .page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a {
        box-shadow: none;
    }
    .page-sidebar .sidebar-menu .submenu li.active > a {
        color: #D68A3C;
        background-color: transparent;
    }
        .page-sidebar .sidebar-menu > li > .submenu {
            background-color: #00000033;
            border: 1px solid #00000033;
            box-shadow: 0px 4px 4px 0px #0000001A;
        }

            .page-sidebar .sidebar-menu > li > .submenu:before {
                border-left: 1px solid #dd0379;
            }

            .page-sidebar .sidebar-menu > li > .submenu > li > a:before {
                background-color: #dd0379;
                border: 1px solid #dd0379;
            }



/*micky*/
.label-box {
    text-align: center;
}

.tbl-label > span {
    padding: 0px 5px;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-size: 12px;
}

.tbl-label {
    background-color: #30ba05;
    color: #fff;
    font-weight: 500;
    /*padding: 0px 15px;*/
    margin: 0px 0px;
    position: absolute;
    transform: rotate(-90deg);
    left: -28px;
    top: 30px;
    width: 70px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}



.countryflag {
    position: absolute;
    margin: 0px 11px;
    z-index: 0;
    left: 110px;
    top: 110px;
    width: 80%;
    opacity: 0.15;
}

}

#divSquad {
    position: relative;
}

.pcard > table > tbody > tr > td > img {
    border: 2px solid grey;
    border-radius: 100%;
    margin: 0px 2px;
}

.pcard > table > tbody {
    /*border: 2px solid yellow;*/
    /*  display: flex;*/
    /*padding:0px 6px;*/
    width: max-content;
}




.pcard {
    border: 1px solid #00000066;
    padding: 10px 6px;
    background: #00000066;
    border-radius: 6px;
    box-shadow: 0px 0px 11px #00000066;
    margin: 12px 0px;
}

.pname {
    /* border: 1px solid blue;*/
    /*font-family: inherit;*/
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.prole {
    /*border: 1px solid yellow;*/
    text-align: left;
    /* padding: 2px 5px;*/
}

    .prole > span {
        border: 1px solid #cb8239;
        background-color: #cb8239;
        color: #fff;
        padding: 4px 6px;
        font-size: 12px;
        margin-top: 8px;
        display: inline-block;
        min-width: 80%;
    }

.table > thead > tr > th {
    border-top: none;
    vertical-align: middle;
}

.table tbody > tr > td {
    padding: 10px 2px;
    vertical-align: middle;
    /*border: 1px solid #5e5e5e;*/
}

.table > tbody > tr > td {
    border-top: 0px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffff !important;
}

.table tbody > tr {
    position: relative;
    height: 78px;
}



.tbl-head {
    background-color: #93816d;
}

    .tbl-head > tr > th {
        color: #fff;
        height: 45px;
    }

#SchdTableContainer {
    border-radius: 12px;
    overflow: hidden;
    border: 0px solid grey;
    box-shadow: 0px 0px 12px grey;
    margin: auto;
}


.checkbox-label {
    color: #fff;
    margin-right: 10px;
    padding-bottom: 8px;
}

.dropdown-footer {
    text-align: center !important;
    background: black !important;
}

.card-wrapper {
    /*border: 1px solid blue; 284px*/
    width: 97% !important;
    background-color: #ffff;
    box-shadow: 0px 0px 9px grey;
    margin: 10px 2px;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    min-width: 250px;
}

@media screen and (min-width: 1550px) {

    .card-wrapper {
        width: 80% !important;
    }

    .dropdown-content {
        width: max-content !important;
    }

    .match-info-footer {
        width: max-content !important;
        border-radius: 6px !important;
    }
}

.icon-border {
    border-right: 0.1rem solid #ffff;
}

.team-score {
    text-align: center;
    font-size: 13px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.tscore {
    font-size: 13px;
    margin: 0px auto;
    color: white;
}

.team-live {
    color: black;
    text-align: center;
    font-weight: 500;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
}

.match-info {
    padding-right: 35px;
    padding-top: 7px;
}

.panel {
    margin-bottom: 0px;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
}

/*.panel-info > .panel-heading {
    color: black !important;
    background-color: transparent !important;
    border-color: none !important;
}*/


/*.match-info-footer > .col-sm-3 {
        padding: unset;*/
/*padding: 3px 5px !important;*/
/*display: flex;*/
/* flex-direction: column;*/
/*width: auto;
    }*/
/*
        
.match-info-button {
    text-align: center;
    height: 35px;
    
    width: 100%;
    color: black;
    margin: 5px 0px;
    border: 1px solid black;
    background-color: forestgreen;
}*/
.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    /*top: -3px;*/
    right: 0px;
}

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    /*top: -3px;*/
    left: 0px;
}

.ribbon-red {
    font: bold 12px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 5px 0;
    left: -10px;
    top: 22px;
    width: 120px;
    /* background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);*/
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -29px;
    top: 15px;
    width: 120px;
    background-color: #8dc735;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc735), to(#649a12));
    background-image: -webkit-linear-gradient(top, #8dc735, #649a12);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-red:before,
.ribbon-red:after {
    content: "";
    /*border-top: 3px solid #b90005;*/
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:after,
.ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-red:before {
    left: 0;
}

.ribbon-green:before {
    right: 0;
}

.ribbon-red:after {
    right: 0;
}

.ribbon-green:after {
    left: 0;
}

> slick-slide {
    width: 270px !important;
    border: 1px solid !important;
}

/* tooltip css*/
.mytooltip {
    position: relative;
    display: inline-block;
}

.mytooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 5;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 9px;
}

/*
.name-detail span[title]:hover::after {
    content: attr(title);
    font-size: 14px;
    color: white;
    background-color: blue;
    padding: 5px;
    border-radius: 5px;
}*/

.trth-center th {
    text-align: center;
}

.myright {
    left: 118% !important;
}

.myleft {
    left: -25% !important;
}

.mytooltip:hover .mytooltiptext {
    visibility: visible;
    opacity: 1;
}

.green-circle {
    /*border: 1px solid #000;
    position: absolute;*/
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #178f2e;
    color: #fff;
    display: block;
    font-weight: 800;
    line-height: 20px;
}

.red-circle {
    /*border: 1px solid #000;
    position: absolute;*/
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: rgb(255, 0, 0);
    color: #fff;
    display: block;
    font-weight: 800;
    line-height: 20px;
}

.yellow-circle {
    /*border: 1px solid #000;
    position: absolute;*/
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #f7bb00;
    color: #fff;
    display: block;
    font-weight: 800;
    line-height: 20px;
}

.div-shadow {
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid grey;
    box-shadow: 0px 0px 12px #00000066;
    margin: 0 auto auto auto;
}

.pink-heading {
    color: #DD0379;
    font-weight: 700 !important;
    font-size: 18px;
    margin: 20px 0px 10px 2px;
}

.venue-stat-container {
    border: 0px !important;
}

.smbtn_grp {
    width: 26px;
    float: right;
    margin-top: -20px;
}

    .smbtn_grp a {
        float: right;
        height: 26px;
        width: 26px;
        padding: 5px 0px;
        text-align: center;
        vertical-align: middle;
        display: inline-table;
    }

.sm_btn {
    background: #721212;
    border-radius: 0px;
    margin: 0px 0 1px 2px;
    border: 1px solid #721212;
    padding: 1px;
}

    /*.sm_btn:hover {
        border-color: #DD0379;
        background: #b7deed;
    }*/

    .sm_btn img {
        height: 16px;
        width: 16px;
        filter: invert(1);
    }
/*Pink background*/
.pinkback {
    width: 500px;
    height: auto;
    background: #cf266b;
    border-radius: 35px;
    position: absolute;
}

#divTeamSumTables {
    display: flex;
    justify-content: center;
}
/*
#MainContent_divTeamSumTables #tblTeams {
    width: 500px;
    height: auto;
    background: #cf266b;
    border-radius: 15px;
    position: absolute;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 50%;
    left: 0px;
    padding: 30px 0;
    z-index: 1;
}
#MainContent_divTeamSumTables #tblTeams img {
    width:30px;
    height:30px;
    margin-right:5px;
    
}
#MainContent_divTeamSumTables #tblTeams h3{
    color:#fff;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:20px;
    margin:4px;
    padding:0px;
vertical-align:middle;
}
#Team1TableContainer, #Team2TableContainer {
    margin-top: 80px;
    z-index:2;
}
     */
.pink_roundtop {
    background: #721212;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    align-items: center;
    display: flex;
    flex-flow: row;
    vertical-align: middle;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
}

.pink_roundtop_multi_elm {
    display: block;
    padding: 0px;
}

.pink_roundtop p, .pink_roundtop p span {
    /*font-family: 'Open Sans','Segoe UI';*/
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    margin: 0px;
}

.pink_roundbottom {
    background: #721212;
    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;
}

.pink_roundtop img {
    margin-right: 10px;
}

.pink_roundtop span, /*#MainContent_divTeam2BowlerDetails tr td, #MainContent_divTeam1BowlerDetails tr td,*/ .team-header tr td, .info-section h6 {
    
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.ornage-whitetxt {
    text-align: center;
    background-color: #fbc002;
    padding: 6px;
    color: #fff;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.seegreen-blktxt th, .seegreen-blktxt td, td.seegreen-blktxt, th.seegreen-blktxt {
    text-align: center;
    background-color: #41dabc;
    padding: 6px !important;
    color: #000;
    font-size: 12px !important;
    border-left: 1px solid #807f7f;
    border-bottom: 1px solid #807f7f !important;
}

    .seegreen-blktxt th:first-child {
        border-left: 0px solid #807f7f;
    }

td.seegreen-blktxt {
    border-top: 1px solid #807f7f;
}

/*.table-bordered-dark td:first-child {
    border-left: none;
}*/
.green-blktxt, .green-blktxt-th th, .green-blktxt tr {
    text-align: center;
    background-color: #178f2e;
    padding: 6px;
    color: #fff;
    font-size: 15px !important;
}

.bg-green-paraot {
    background: #97c117;
    text-align: center;
    padding: 6px;
    color: #fff;
    font-size: 15px !important;
}

tbody.alternet_row tr:nth-of-type(odd) {
    background-color: #ffff !important;
}

.table-bordered-dark {
    background-color: none !important;
    border-collapse: separate;
    width: 100%;
}

    .table-bordered-dark td {
        border-left: 1px solid #807f7f;
        border-bottom: 1px solid #807f7f;
        font-size: 12px;
    }

    .table-bordered-dark tr:last-child td {
        color: white;
        border-bottom: 0px solid #807f7f;
    }

    .table-bordered-dark td:first-child {
        border-left: 0px solid #807f7f;
    }
    .table-bordered-dark thead tr:first-child th {
        background: #00000066 !important;
        border: 0px !important;
        padding: 5px 10px !important;
        font-size: 16px !important;
    }

.halfback-pink {
    display: flex;
    border-radius: 12px;
    background: #721212;
    background: linear-gradient(90deg, rgba(255,255,255,0) 25%, rgba(114, 18, 18, 1) 25%, rgba(114, 18, 18, 1) 50%, rgba(114, 18, 18, 1) 75%, rgba(255,255,255,0) 75%);
}

.halfback-pink-noflex {
    border-radius: 12px;
    background: #721212;
    background: linear-gradient(90deg, rgba(255,255,255,0) 25%, rgba(114, 18, 18, 1) 25%, rgba(114, 18, 18, 1) 50%, rgba(114, 18, 18, 1) 75%, rgba(255,255,255,0) 75%);
}

    .halfback-pink-noflex .new-table table > thead > tr:first-child > th {
        color: #721212 !important;
        background: #D68A3CCC !important;
        border-radius: 10px 10px 0 0;
    }

.flex-under-noflex {
    display: flex;
}

/*.export-pdf-btn, #export-pdf-btns a, body #MainContent_divTeam2 #export-pdf-btns a, body #MainContent_divTeam1 #export-pdf-btns a {
    background: #228b22;
    color: #fff;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
}*/
body #MainContent_divTeam1 #export-pdf-btns a, body #MainContent_divTeam2 #export-pdf-btns a {
    width: auto;
    min-width: 160px;
    margin: 20px auto;
    text-transform: uppercase;
}
/*body #MainContent_divTeam2 #export-pdf-btns a {
    margin-top: 10px !important;
    margin-bottom: 20px;
}*/

    /*body #MainContent_divTeam2 #export-pdf-btns a, body #MainContent_divTeam2 #export-pdf-btns a span {
        width: auto !important;
        height: auto !important;
        font-size: 13px;
        padding: 6px 8px !important;
        margin-left: 0px;
    }*/

/*#MainContent_divTeam2 #export-pdf-btns a span:before {
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    margin-top: 4px;
    margin-right: 6px;
}*/

.pgHead h3 {
    /*font-family: "Mukta", sans-serif;*/
    font-weight: 600 !important;
    margin: 25px 0 22px 0;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #8dc735;
}

.divMatches {
    /*width: max-content;
    padding: 0px 0 0 10px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;*/
    margin: 0px 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

    .divMatches label.control-label {
        color: #B1B1B1;
        padding: 0px 12px;
        font-size: 16px;
        line-height: 30px;
        font-family: "Unica One", sans-serif !important;
        border: 1px solid #B1B1B1;
        box-shadow: 0px 4px 4px 0px #00000026;
        border-radius: 5px 0 0 5px;
        text-transform: uppercase;
        height: max-content;
        min-height: 34px;
    }
.divMatches input {
    text-align: center;
}
    .divMatches input[type="text"] {
        width: 32px;
        height: 34px;
        color: #D68A3C;
        font-size: 16px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #D68A3C;
        box-shadow: 0px 4px 4px 0px #00000026;
        font-family: "Unica One", sans-serif !important;
        margin-left: 4px;
    }

.abbrbox_DivOnly {
    box-sizing: border-box;
    border: dashed 1px #2dc3e8;
    margin: 7px 15px 8px 15px;
    padding: 5px;
    font-size: 14px;
}

.tr45 tbody > tr {
    height: 45px;
}

.tr45 thead > tr > th {
    padding: 10px 2px;
}

.abbrbox_DivOnly td {
    font-weight: 700;
    color: #eddccb;
}

    .abbrbox_DivOnly td span {
        color: #d68a3c;
        font-weight: normal;
    }

.abbrbox ul {
    box-sizing: border-box;
    margin: 0px 15px 8px 15px;
    padding: 17px 12px 17px 30px;
    font-size: 14px;
    background: #00000066;
}
    .abbrbox ul li {
        color: #D68A3C;
        font-size: 16px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Unica One", sans-serif !important;
    }


.abrox-border {
    box-sizing: border-box;
    border: dashed 1px #2dc3e8;
    margin: 7px 15px 8px 15px;
    padding: 5px;
}

.abbrbox p {
    /*border: dashed 1px #dd0379;
        border-bottom: 1px solid #eeeeee; 
    */
    text-align: center;
    width: max-content;
    margin: 10px auto 0px auto; 
    padding: 6px 20px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    background: #721212;
    color: #fff;
    font-family: 'Semakin' !important;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

    .abbrbox p u {
        text-decoration: none;
    }

.divMatches a, .divMatches a:active {
    background: #721212;
    color: #fff;
    border-radius: 0;
    border: 0px;
    width: auto;
    margin-left: 4px;
    padding: 2px 6px !important;
    font-size: 16px !important;
    line-height: 30px;
    font-family: "Unica One", sans-serif !important;
    text-transform: uppercase;
    height: max-content;
    /*font-family: 'Lato', sans-serif;*/
}

    .divMatches a span {
        /*font-family: 'Lato', sans-serif;*/
    }

    .divMatches a:last-child, .divMatches a:last-child:active {
        border-radius: 0 5px 5px 0;
    }
.divMatches-check-wrapper {
    display: flex;
    gap: 6px;
    margin-left: 6px;
}
.divMatches-check-input input {
    accent-color: #721212;
    width: 20px;
    height: 20px;
}
.divMatches-check-label {
    color: #f6f0f0;
    font-size: 16px;
    text-transform: uppercase;
}
.divMatches-title-wrapper {
    text-align: center;
    margin-bottom: 5px;
}
    .divMatches-title-wrapper .divMatches-title {
        color: #cf8439;
        font-size: 20px;
    }
/*
#MainContent_txtMatchNo {
    width: 30px;
    height: 30px;
}

#MainContent_btnTeam1, #MainContent_btnTeam2 {
    width: auto !important;
}

#MainContent_btnTeam1, .div-match-buttons .first-button {
    margin-right: 6px;
}
*/
.player-profile-img {
    height: 180px;
    width: 180px;
    margin-top: 35px;
    border-radius: 50%;
    background: bisque;
    border: 1px solid #ccc;
    margin: 10px auto;
    display: block;
}




body #Team2FirstTable thead tr:nth-child(2) th, /* body #Team2SecTable thead tr:nth-child(2) th,body #Team1FirstTable thead tr:nth-child(2) th, body #Team1SecTable thead tr:nth-child(2) th*/ {
    text-align: center !important;
    background-color: #41dabc !important;
    padding: 6px !important;
    color: #000 !important;
    /*font-family: 'Lato', sans-serif !important;*/
    font-size: 12px !important;
    border: 1px solid #807f7f !important;
    border-left: none !important;
}
/*
body #Team2FirstTable thead tr:nth-child(2) th,  body #Team2SecTable thead tr:nth-child(2) th, body #Team1FirstTable thead tr:nth-child(2) th, body #Team1SecTable thead tr:nth-child(2) th {
    border-left: 1px solid #807f7f !important;
} 

#Team2FirstTableContainer table, #Team2SecTableContainer table, #Team1FirstTableContainer table, #Team1SecTableContainer table {
    table-layout: fixed !important;
}
#Team2FirstTableContainer table, #Team2SecTableContainer table, #Team1FirstTableContainer table, #Team1SecTableContainer table {
    table-layout: auto !important;
    border-radius: 0 0px 12px 12px;
    background: #fff;
    width: 100%;
}
    #Team2FirstTableContainer table tr, #Team2SecTableContainer table td, #Team1FirstTableContainer table tr,  #Team1SecTableContainer table td {
        width: auto !important;
        border-left: solid 1px #6e6e6e;
    }
        #Team2FirstTableContainer table tr td div, #Team2SecTableContainer table td div,  #Team1FirstTableContainer table tr td div,  #Team1SecTableContainer table tr td div {
            background: none !important;
        }
       

#Team2FirstTableContainer .btn > .fa, #Team2FirstTableContainer .btn .typcn, #Team1FirstTableContainer .btn .glyphicon, #Team1FirstTableContainer .btn > [class*="wi-"], #Team1SecTableContainer .btn .glyphicon, #Team1SecTableContainer .btn > [class*="wi-"], #MainContent_divTeam2 .btn.btn-primary.submit span {
    display: inline;
    margin-right: 0px;
    font-size: 11px;
}
     */

.ornage-whitetxt {
    text-align: center;
    background-color: #721212;
    padding: 6px;   
    color: #fff;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-whitetxt {
    text-align: center;
    background-color: #178f88;
    padding: 6px !important;
    color: #fff;
    font-size: 15px !important;
    font-weight: bold;
}



.table thead > tr > th {
    border-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
}


/*
#Team1FirstTableContainer, #Team1SecTableContainer, #Team1SecTableContainer {
    border-radius: 0px 0px 12px 12px;
}
 

table {
    border-spacing: 0;
    border-collapse: collapse;
}

#Team2FirstTable, #Team1FirstTable, #Team1FirstTable, #Team1FirstTable, #Team1SecTable {
    border-radius: 0px;
    overflow: hidden;
    border: none;
    box-shadow:none;
    margin: 0 auto auto auto;
    margin-right: auto;
    margin-right: auto;
}  
#Team2FirstTableContainer #Team2FirstTable tbody tr:first-child td,   #Team2SecTableContainer #Team2SecTable tbody tr:first-child td, #Team1FirstTableContainer #Team1FirstTable tbody tr:first-child td, #Team1SecTableContainer #Team1SecTable tbody tr:first-child td {
    background: none !important;
    width: auto !important;
    border-radius: 0 !important;
    color: #000 !important;
    align-items: center;
    display: table-cell;
    flex-flow: row;
    vertical-align: middle;
    justify-content: center;
    margin: 0px;
    text-align: center;
} */
/* #Team1FirstTableContainer #Team1FirstTable tbody tr:first-child td, #Team1SecTableContainer #Team1SecTable tbody tr:first-child td{width:40% !important;} */

/*#Team1FirstTableContainer #Team1FirstTable tbody tr td:first-child, #Team2SecTableContainer #Team2SecTable tbody tr td:first-child,  #Team1SecTableContainer #Team1SecTable tbody tr td:first-child, #Team2FirstTableContainer #Team2FirstTable tbody tr td:first-child {
    text-align: left !important;
}
        .Team2FirstTable {
            text-align: center;
            background-color: #178f2e;
            padding: 6px;
            color: #fff;
            font-size: 15px !important;
        }

#Team2FirstTableContainer {
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid grey;
    box-shadow: 0px 0px 12px grey;
    margin: 0 auto auto auto;
    margin-right: auto;
    margin-right: auto;
} */
.div-shadow, .tbl-shadow {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid grey;
    box-shadow: 0px 0px 12px #00000066;
    margin: 0 auto auto auto;
}
/*
#Team2FirstTableContainer {
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid grey;
    box-shadow: 0px 0px 12px grey;
    margin: 0 auto auto auto;
    margin-right: auto;
    margin-right: auto;
}
#Team2FirstTableContainer, #Team2SecTableContainer, #Team1FirstTableContainer, #Team1SecTableContainer {
    border-radius: 0 0 12px 12px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0px 0px 12px grey;
    margin: 0 auto auto auto;
    margin-right: auto;
    margin-right: auto;
    clip-path:inset(0px -10px -10px -10px);
}
body #Team2FirstTableContainer thead tr:first-child th, body #Team2SecTableContainer thead tr:first-child th {
    text-align: center;
    background-color: #fbc002 !important;
    padding: 6px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}
    
 body #Team2FirstTableContainer thead tr:first-child th, body #Team2SecTable thead tr:first-child th,body #Team1FirstTableContainer thead tr:first-child th,body #Team1SecTable thead tr:first-child th {
    text-align: center;
    background-color: #178f2e !important;
    padding: 10px 0px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    border: none !important;
}



#Team2FirstTableContainer, #Team1FirstTableContainer {
    overflow: hidden;
    border: 0.5px solid grey;
    margin: 0 auto auto auto;
    margin-right: auto;
    margin-right: auto;
}

#Team2FirstTableContainer, #Team1FirstTableContainer {
    display: flex;
    border-radius: 0 0 12px 12px;
    /* background: #dd0379;
    background: linear-gradient(90deg, rgba(255,255,255,0) 25%, rgba(221,3,121,1) 25%, rgba(221,3,121,1) 50%, rgba(221,3,121,1) 75%, rgba(255,255,255,0) 75%);*/ /*
}

#Team2FirstTableContainer, #Team1FirstTableContainer, .column-halfdiv {
    margin-right: 3px !important;
    padding: 0px !important; 
    margin-left: 0px;
}
*/
.column-halfdiv-right {
    margin-left: 3px;
}
/*
#Team2SecTableContainer, #Team1SecTableContainer {
    display: flex;
    border-radius: 0 0 12px 12px;
}

#Team2SecTableContainer, #Team1SecTableContainer {
    margin-left: 3px !important;
    padding: 0px !important;
     
}*/
.white-bg {
    background: #fff;
}
/*
body #Team2FirstTableContainer .seegreen-blktxt th, body #Team1FirstTableContainer .seegreen-blktxt th {
    text-align: center;
    background-color: #41dabc;
    padding: 6px !important;
    color: #000;
    font-size: 12px !important;
    border-left: 1px solid #807f7f;
}
    
#MainContent_divTeam2BowlerDetails tr#team1name td, #MainContent_divTeam1BowlerDetails tr#team1name td {
    text-align: center !important;
    background-color: #fbc002 !important;
    padding: 6px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}*/
#MainContent_divTeam2BowlerDetails tr:first-child td, /*#MainContent_divTeam1BowlerDetails tr:first-child td*/ {
    background: #dd0379 !important;
    width: 50%;
    border-radius: 12px 12px 0px 0px !important;
    color: #fff !important;
    align-items: center;
    display: flex;
    flex-flow: row;
    vertical-align: middle;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    padding: 20px 5px !important;
    border: none !important;
}

/*body #MainContent_divTeam2BowlerDetails tr:nth-child(2) td, body #MainContent_divTeam1BowlerDetails tr:nth-child(2) td,*/ .yellowbg-tr td /*#Team1TableContainer table thead */ tr:first-child th {
    text-align: center !important;
    background-color: #fbc002 !important;
    padding: 12px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius: 12px 12px 0px 0px;
    text-transform: uppercase;
    border: none !important;
}

.td_seprate {
    background-color: #fbc002 !important;
}

.tblyellow th, .tblyellow td, .tblyellow {
    text-align: center !important;
    background-color: #fbc002 !important;
    padding: 12px !important;
    color: #000 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border: none !important;
}

/* 
body #MainContent_divTeam2BowlerDetails tr:nth-child(2), body #MainContent_divTeam1BowlerDetails tr:nth-child(2),*/ .yellowbg-tr {
    box-shadow: 0px 0px 12px #808080c9;
    border-radius: 13px;
}
/*
#Team2FirstTableContainer tr,  #Team1FirstTableContainer tr,  #Team2SecTableContainer tr, #Team1SecTableContainer tr {
    box-shadow:none !important;
    border-radius:inherit;
} 
body #Team2FirstTable tr:first-child tr th,  body #Team1FirstTable tr:first-child tr th  {
    text-align: center !important;
    background-color: #178f2e;
    !important;
    padding: 6px !important;
    color: #fff !important;
    font-size: 15px !important;
} 
#Team2FirstTableContainer #Team2FirstTable tbody, #Team1FirstTableContainer #Team1FirstTable tbody {
    background: #fff !important;
}

body #Team2FirstTableContainer #Team2FirstTable tr:nth-child(2) td, body #Team1FirstTableContainer #Team1FirstTable tr:nth-child(2) td{
    background-color: #f3f3f3 !important;
    padding: inherit;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    border-radius: 0;
    text-transform: uppercase;
    border: none !important;
    font-family: 'Lato', sans-serif !important;
    border: solid 1px #807f7f !important;
    border-left:none !important;
}*/
/*

#Team2FirstTableContainer #Team2FirstTable tbody tr td,  #Team1FirstTableContainer #Team1FirstTable tbody tr td,  #Team1SecTableContainer tr td {
    border: none !important;
    font-family: 'Lato', sans-serif !important;
    border: 1px solid #807f7f !important;
    font-size: 12px !important;
    padding: 20px 5px !important;
    border-left: none !important;
    font-weight: normal !important;
}
#Team2SecTableContainer tr:first-child {
    border-left: solid 1px #807f7f;
    border-right: solid 1px #807f7f
}

#Team2FirstTableContainer #Team2FirstTable tbody tr:first-child td,  #Team2SecTableContainer #Team2SecTable tbody tr:first-child td, #Team1FirstTableContainer #Team1FirstTable tbody tr:first-child td, #Team1SecTableContainer #Team1SecTable tbody tr:first-child td {
    border: none !important;
    font-family: 'Lato', sans-serif !important;
    border: 1px solid #807f7f !important;
    border-left: none !important;
}
*/
/*#Team1SecTableContainer #Team1SecTable tbody tr:first-child td {
    border: none !important;
    font-family: 'Lato', sans-serif !important;
    border: 1px solid #807f7f !important;
    border-left: 1px solid #807f7f !important;
}
body #Team1SecTable thead tr:first-child th {
    border-right: 1px solid #807f7f !important;
    border-left: 1px solid #807f7f !important;
}
#Team2FirstTable tbody tr td, #Team1FirstTable tbody tr td {
    background-color: #fff !important;
}
#Team2FirstTable tbody tr:nth-of-type(even) td,  #Team2SecTable tbody tr:nth-of-type(even) td,  #Team1FirstTable tbody tr:nth-of-type(even) td, #Team1SecTable tbody tr:nth-of-type(even) td {
    background-color: #f3f3f3 !important;
}

#Team2SecTableContainer #Team2SecTable tbody tr:first-child, #Team1SecTableContainer #Team1SecTable tbody tr:first-child {
    background: #fff !important;
}
    */
/*#Team1FirstTable tbody tr:nth-of-type(even) td, #Team1FirstTable tbody tr:nth-of-type(even) td,  
#Team1SecTable tbody tr:nth-of-type(even) td, #Team1SecTable tbody tr td,  #Team2SecTable tbody tr:nth-of-type(even) td, #Team2SecTable tbody tr td  {
    border: 1px solid #807f7f !important;
    color: #000 !important;
    font-size: 12px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: normal !important;
    padding: 20.01px 5px !important;
    border-radius: 0;
} */
#lnkbowler2, #lnkbowler1 {
    padding-left: 4px !important;
}



/*#MainContent_divTeam2 .btn.btn-primary.submit {
    padding: 1px !important;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 15px;
}

    #MainContent_divTeam2 .btn.btn-primary.submit span {
        margin-right: 0px !important;
    }*/

/*#Team2SecTableContainer tr:nth-child(2) td {
    color: #000 !important;
}*/


#MainContent_lblErrorMsg {
    display: none !important;
}


.div-match-buttons label, .divMatches label {
    margin-bottom: 0 !important;
    padding: 4px 0;
}

.batsman-detail {
    /*font-family: 'Lato', sans-serif;*/
    font-size: 13px;
    font-weight: 400;
    color: #444;
}

    .batsman-detail .yellowbg-tr {
        box-shadow: none;
    }

    .batsman-detail .batsman-img {
        height: 180px;
        width: 180px;
        margin-top: 35px;
        border: solid 2px #178f2e;
        border-radius: 10px;
    }

.player-div table {
    background-color: #fff;
    margin-bottom: 0;
    border-collapse: separate;
}

    .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: #D68A3CCC !important;
        color: #721212 !important;
        font-size: 15px !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

    .player-div table thead > tr:nth-child(2) th {
        text-align: center !important;
        background-color: #178f2e !important;
        padding: 10px !important;
        color: #fff !important;
        font-size: 15px !important;
        border: none !important;
    }

    .player-div table thead > tr:nth-child(3) th, .player-div table thead > tr:nth-child(4) th, .player-div table thead > tr:nth-child(5) th {
        text-align: center !important;
        background-color: #41dabc !important;
        padding: 6px !important;
        color: #000 !important;
        font-size: 12px !important;
        border: none !important;
        border-left: solid 1px #807f7f !important;
    }
/*
body .player-div table tbody > tr:nth-of-type(odd), body .player-div table tbody > tr:nth-of-type(odd) td {
    background-color: #ffff !important;
    position: relative !important;
    height: 48px !important;
    border: none !important;
    border-left: solid 1px #807f7f !important;
}*/

body .player-div table tbody > tr:nth-of-type(even), body .player-div table tbody > tr:nth-of-type(even) td {
    background-color: #f3f3f3 !important;
    height: 48px !important;
    border: none !important;
    border-left: solid 1px #807f7f !important;
}

.display-block {
    display: block;
}

.width-100 {
    width: 100%;
}

.border-radious-bottom-none {
    border-radius: 12px 12px 0px 0px;
}

.team-header {
    padding: 20px;
}

.venue-stat-avg-info {
    color: #dff908 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.venue-stat-table tbody tr {
    border-top: 1px solid #BFDC7A;
}

    .venue-stat-table tbody tr td {
        height: 60px;
        padding: 10px 2px;
        vertical-align: middle;
    }

.bg-no {
    background: #FF8000;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.bg-yes {
    background: #0080FF;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.bg-low {
    background: #FCCC1A;
    color: #000;
    font-size: 12px !important;
    text-align: center;
}

.bg-high {
    background: #d64161;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.bg-avg {
    background: #66B032;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.bg-pass {
    background: green;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.bg-fail {
    background: red;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}

.brd-l {
    border-left: 1px solid #807f7f !important;
}

i.opennew {
    margin-right: 0px !important;
    font-size: 12px !important;
}

.tr45 .green-blktxt th {
    text-align: center;
    font-size: 12px;
    border-left: 1px solid #807f7f;
}

.para-center {
    font-size: 13px;
    /*font-family: 'Lato', sans-serif !important;*/
    text-align: center;
    color: #FFF;
    background: #1f0810;
    padding: 10px 0px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto auto auto;
}

.f-cat {
    display: none;
}

    .f-cat.active {
        opacity: 1;
        display: block;
        -webkit-animation: fadeIn 0.65s ease forwards;
        animation: fadeIn 0.65s ease forwards;
    }

.div-shadow50perLeft {
    width: 100%;
    margin-left: 4px;
}

.div-shadow50perRight {
    width: 100%;
    margin-right: 4px;
}

.grpbtn {
    margin: 5px 5px !important;
    background-color: #6abce2 !important;
    border-color: #6abce2;
    border: 0px;
    outline: none;
    background: #228b22 !important;
    color: #fff;
    border-radius: 3px;
    /*font-family: 'Lato', sans-serif;*/
}

    .grpbtn:focus, .grpbtn:hover {
        background-color: #3b520a !important;
        border-color: #6abce2;
        border: 0px;
    }

    .grpbtn.active:focus, .grpbtn.active:hover {
        background-color: #3b520a !important;
        border-color: #6abce2;
        border: 0px;
        outline: none;
    }

.avg_tr td, .avgtd {
    background: #BFD641;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
}
/*.div-shadow:after {
    background: linear-gradient(90deg, rgba(255,255,255,0) 25%, rgba(221,3,121,1) 25%, rgba(221,3,121,1) 50%, rgba(221,3,121,1) 75%, rgba(255,255,255,0) 75%);
}*/

.progress-bar {
    font-size: 18px;
}

#MainContent_tktdtls .btn-primary.disabled, .btn-primary[disabled] {
    background: #95bf9d !important;
    cursor: not-allowed;
    border-color: #fff;
}

    #MainContent_tktdtls .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
        background: #95bf9d !important;
        border-color: #fff;
    }

#MainContent_GridView1 {
    margin: 0px auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "";
}

.commentryDiv tr {
    display: contents;
}

    .commentryDiv tr td:first-child, .commentryDiv tr:first-child {
        display: none;
    }

    .commentryDiv tr video {
        width: 100%;
    }

.groundinfo-table tr:nth-child(odd) td:nth-child(odd) {
    background: #41dabc;
    padding: 6px 10px;
}

.groundinfo-table tr:nth-child(odd) td:nth-child(even) {
    background: #ffffff;
    padding: 10px 10px;
}

.groundinfo-table tr:nth-child(even) td:nth-child(odd) {
    background: #d2ecec;
    padding: 10px 10px;
}

.groundinfo-table tr:nth-child(even) td:nth-child(even) {
    background: #f3f3f3;
    padding: 10px 10px;
}

.CollapseBox {
    border: 1px solid #ad8f1f !important;
    border-radius: 5px !important;
}

.widget-body .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CollapseBox .panel-heading, .CollapseBox .panel-heading .accordion-toggle.collapsed {
    background: #79335b !important;
    color: #fff !important;
}

.CollapseBox .select2-container .select2-selection--single {
    height: 34px;
}

.CollapseBox .panel-heading a {
    color: #fff !important;
}

.CollapseBox .panel-body {
    background: #c6bade !important;
    border: 0px !important;
    border-radius: 0px 0px 5px 5px !important;
}

.CollapseBox .form-control[disabled] {
    background-color: transparent;
    border: 0px;
    font-weight: bold;
    text-align: right;
    padding: 0px 0px 10px 0px !important;
    height: auto;
}

.CollapseBox label {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 5px 0;
}

.CollapseBox .input-group .btn .glyphicon {
    margin-right: 0px;
}

.CollapseBox .input-group .btn:focus, .CollapseBox .input-group .btn-default:focus {
    border: 0px !important;
}

.CollapseBox .input-group .btn:last-child {
    border-radius: 0 4px 4px 0 !important;
}

.CollapseBox .input-group input.form-control {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px 0 0 4px !important;
}

.CollapseBox select {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 34px;
}

.widget-body .panel .panel-body {
    padding-bottom: 15px !important;
}


.CollapseBox .input-group .input-group-btn .btn:active,
.CollapseBox .input-group .input-group-btn .btn:hover,
.CollapseBox .input-group .input-group-btn .btn:focus,
.CollapseBox .input-group .input-group-btn .btn:visited {
    outline: 0px;
}

.td_seprate {
    height: 4px !important;
}

    .td_seprate td {
        background-color: #178f2e;
        padding: 0px !important;
    }

.table-bordered-dark td table tbody tr {
    height: 4px;
}

    .table-bordered-dark td table tbody tr td {
        border: 0px;
        height: 4px;
    }

.table-find td:first-child {
    width: 35px;
    text-align: center;
}

.mandate {
    position: relative;
}

    .mandate .mandate-star {
        color: red;
        font-size: 20px;
        position: absolute;
        margin-left: 2px;
        line-height: 20px;
    }

.matchDetailsBox {
    margin-bottom: 10px;
}

.matchDetailsUl {
    background: #00000066;
    margin: 7px 15px 8px 15px;
    display: inline-block;
    padding: 17px 12px 17px 30px;
}

    .matchDetailsUl li {
        width: 33.33%;
        float: left;
        color: #D68A3C;
        font-size: 16px;
        line-height: 30px;
        font-family: "Unica One", sans-serif !important;
    }

        .matchDetailsUl li span:first-child {
            font-weight: bold;
        }

.DE .info-section {
    /* padding: 15px 10px; */
    padding: 15px;
    width: 50%;
    margin: 0px auto;
    background: #4a3267;
    color: #fff;
}

.DE {
    background: #fff;
}

    .DE div.pink_roundtop, .DE div.pink_roundbottom {
        background: #721212;
    }

    .DE .CollapseBox {
        border: 0px solid #ad8f1f !important;
        border-radius: 5px !important;
    }

div:has(.DE) {
    background: #fff !important;
}


.DE .CollapseBox .panel-heading, .DE .CollapseBox .panel-heading .accordion-toggle.collapsed {
    background: #fff !important;
    color: #fff !important;
}

.CollapseBox .select2-container .select2-selection--single {
    height: 34px;
}

.DE .CollapseBox .panel-heading a {
    color: #f71c55 !important;
}

.DE .CollapseBox .panel-body {
    background: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}

.DE .CollapseBox .form-control[disabled] {
    background-color: transparent;
    border: 0px;
    font-weight: bold;
    text-align: right;
    padding: 0px 0px 10px 0px !important;
    height: auto;
}

.DE .btn {
    background: #4a3168 !important;
    border-radius: 8px;
    min-width: 150px;
}


/*Logo changes - 11-1*/
.navbar {
    height: 65px;
    min-height: 65px;
}

    .navbar .navbar-inner {
        min-height: 65px;
    }

    .navbar .navbar-brand {
        height: 65px;
    }

        .navbar .navbar-brand small img {
            height: 60px;
            width: 215px;
        }

    .navbar .sidebar-collapse {
        left: 230px;
        top: 10px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area,
    .navbar .navbar-inner .navbar-header .navbar-account .setting {
        top: 12px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
        top: 12px;
        height: 65px;
    }

.login-container .loginbox {
    width: 320px !important;
}

.login-container .logobox {
    width: 320px !important;
    height: 90px !important;
}


/*AdminSide*/
.page-sidebar.AdminSide:before {
    background: #72121299;
}

.page-sidebar.AdminSide .sidebar-menu > li > a {
    background-color: #97c8f1;
    color: black;
    /*background-color: #56a4e4;*/
}

.page-sidebar.AdminSide .sidebar-menu a .menu-expand {
    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 {
    background-color: #fd7000;
    color: white !important;
}

.page-sidebar.AdminSide .sidebar-menu > li > .submenu > li > a:before {
    background-color: #fd7000;
    border: 1px solid #fd7000;
}

.page-sidebar.AdminSide .sidebar-menu > li > .submenu:before {
    border-left: 1px solid #fd7000;
}

.page-sidebar.AdminSide .sidebar-menu > li > .submenu {
    background-color: #00000033;
}

.page-sidebar.AdminSide .sidebar-menu a:hover {
    color: #fd7000;
}

/*profiledropdownheader*/
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
    background-color: #313131;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu {
    background: #313131;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
    background-color: #Fd7000;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a {
    color: white;
    background: #fd7000;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li {
    border-bottom: 1px solid #fd7000;
    background-color: #313131;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption {
        background-color: #fd7000;
    }

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li {
    border-bottom: 1px solid #fd7000;
    background-color: #313131;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer {
        border-top: 3px solid #Fd7000;
        background: #313131 !important;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer a {
            color: white;
            background: #313131;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a {
        color: white !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover {
        background-color: #313131;
    }
/* New css 31/05/2025 Start */
.page-header {
    background: #000000b3
}
body {
    background: url(../img/authImg/login-bg.jpg) no-repeat bottom;
    background-size: cover;
}
a,
a:hover {
    color: #D68A3C;
}
a, label, p, input {
    font-family: "Unica One", sans-serif !important;
    text-transform: capitalize;
}
.main-container:after {
    background: transparent;
}
.widget-body .accordion.panel-group,
.widget-main > .accordion.panel-group {
    border: none;
}
.panel-info > .panel-heading {
    color: #00000066;
    background-color: #00000066;
    border-color: #00000066;
}
.accordion.panel-group .panel-heading .accordion-toggle {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    padding: 12px 18px;
    font-family: 'Semakin' !important;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.accordion.panel-group .panel-heading + .panel-collapse .panel-body {
    border-radius: 0;
    padding: 10px 18px;
    border-color: #00000066;
    background-color: #00000066;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.accordion.panel-group .panel-heading .accordion-toggle.collapsed {
    border: none;
    color: #ffffff;
    background: #721212;
}
.accordion.panel-group .panel-heading .accordion-toggle:not(.collapsed):hover {
    color: #ffffff;
}

label.control-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
    text-transform: uppercase;
    font-family: 'Semakin' !important;
    margin-bottom: 5px !important;
}
.btn-w-auto {
    width: auto !important;
    height: 100%;
    text-align: center;
    line-height: 33px !important;
    margin-left: 5px !important;
}
.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;
    }
.filter-data-results .btn-primary {
    width: auto;
    min-width: 120px;
    margin-right: 10px;
}
.form-control,
.searchInputC .select2 {
    height: 42px;
    min-height: 36px;
    font-size: 20px;
    padding: 8px 4px 8px 12px;
    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;
}
    .form-control option {
        color: #ffffff;
        background: #721212;
        text-transform: uppercase;
    }
    .input-group .input-group-addon {
        color: #ffffff !important;
        background: #721212 !important;
        border: 1px solid #D68A3C !important;
        border-left: none !important;
    }
.new-table .footable {
    border: none !important;
}
.new-table .grdtbl {
    border: none;
    border-radius: 0px;
    background: inherit;
}
.footable > thead > tr > th {
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 30px;
    background: #721212 !important;
    font-family: 'Semakin' !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #D68A3C;
    border-top: 1px solid #D68A3C !important;
}
.footable > tbody > tr > td,
.footable > thead > tr > td {
    text-transform: uppercase !important;
    font-family: "Unica One", sans-serif !important;
}
.new-table {
    background: #00000066;
    padding: 10px;
}
    .new-table .table th,
    .new-table thead > tr > 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 table > .custom-header,
    .new-table .table th.custom-header {
        margin: 0px;
        background: transparent !important;
        display: block;
        border: none;
        line-height: 1.5;
    }
    .new-table table > tbody > tr:not(:last-child) > td,
    .new-table table > thead > tr > th {
        border-top: none !important;
        border-left: 1px solid #D68A3C !important;
        border-right: 1px solid #D68A3C;
    }
    .new-table table > tbody > tr > td {
        color: #fbe4cd;
        font-size: 16px;
        padding: 5px;
    }
    .new-table table > tbody > tr > td,
    .new-table table > tbody > tr > td * {
        text-transform: uppercase !important;
    }
    .new-table .footable > thead > tr > th:first-child,
    .new-table .footable > thead > tr > th:last-child {
        border-radius: 0px !important;
    }
    .new-table table > tbody > tr:last-child > td {
        border-left: 1px solid #D68A3C !important;
        border-top: 0px solid #D68A3C !important;
        border-bottom: 1px solid #D68A3C !important;
    }
    .new-table table > tbody > tr > td > table tr:last-child > td {
        border: none !important;
    }
    .new-table table > tbody > tr:hover {
        background: #00000066 !important;
    }
    .new-table table > tbody > tr:nth-of-type(even) {
        background: rgb(114 18 18 / 30%) !important;
    }
    .new-table table > tbody > tr > td a {
        text-decoration: underline;
    }
        .new-table table > tbody > tr > td a:hover {
            color: #fd7000 !important;
        }


.page-sidebar .sidebar-menu > li > .submenu:before {
    border-left: 1px solid #ffffff;
}

.page-sidebar .sidebar-menu > li > .submenu > li > a:before {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
    background-color: #D68A3C;
    border: 1px solid #D68A3C;
}
.modal-header {
    background-color: #721212 !important;
}
    .modal-title,
    .modal-header .close {
        color: #ffffff !important;
    }
.modal-body {
    background: url(../img/authImg/login-bg.jpg) no-repeat bottom !important;
    background-size: cover !important;
}
.modal-backdrop.in {
    background: #000000 !important;
}
.modal-body body {
    background: transparent !important;
}
.page-sidebar.AdminSide .sidebar-menu > li > a {
    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;
}
.page-sidebar .sidebar-menu .submenu li.active > a {
    border: none !important;
    box-shadow: none !important;
}
    .page-sidebar .sidebar-menu .submenu li.active > a::after {
        content: "";
        position: absolute;
        top: 17px;
        right: 0px;
        border: 6px solid transparent;
        border-left: 7px solid #D68A3C;
        transform: translateY(-50%);
    }

.page-sidebar.AdminSide .sidebar-menu > li > .submenu:before {
    border-color: #ffffff;
}
.page-sidebar.AdminSide .sidebar-menu > li > .submenu > li > a:before {
    border-color: #ffffff;
    background-color: #ffffff;
}
.page-sidebar.AdminSide .sidebar-menu > li > .submenu > li.active > a:before {
    border-color: #D68A3C;
    background-color: #D68A3C;
}
.searchInputC.dropdown-list-form .select2 {
    padding-right: 30px;
}
.searchInputC .select2-container--default .select2-selection--single,
.searchInputC .select2-container--default .select2-selection--multiple,
.searchInputC .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent;
    height: -webkit-fill-available;
    line-height: 1.2;
    padding-left: 0 !important;
    color: #D68A3C;
    border: none;

}
    .searchInputC.dropdown-list-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        top: 0;
        right: 0px;
        width: 42px;
        background: #721212;
    }
.searchInputC .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.searchInputC.dropdown-list-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}
.searchInputC.dropdown-list-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}

.searchInputC.dropdown-list-form .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    display: none;
}
.input-group {
    display: flex;
}
    .input-group .input-group-addon {
        min-width: 40px;
        height: auto !important;
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0px;
        border-radius: 0px !important;
    }
        .input-group .input-group-addon a {
            color: #ffffff;
        }
.searchInputC .select2-selection .select2-selection--single,
.searchInputC .select2-container--default .select2-selection--single {
    margin: 0px;
    padding: 0px 12px;
}
.searchInputC.input-group .input-group-btn {
    width: auto
}
.input-group-btn > .btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn .glyphicon  {
    display: inline-block;
}
.btn-space-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.error label, .error small {
    position: absolute;
    top: auto !important;
    bottom: -16px !important;
    margin: 0;
    right: 0;
    left: 0;
}
.input-group-btn {
    width: auto;
}

.form-group {
    margin-bottom: 20px;
}
.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;
}
div:empty,
p:empty {
    display: none;
}
/* Operator Page CSS START */
.pgHead h3 {
    color: #cb8239;
}
.page-sidebar.AdminSide .sidebar-menu a .menu-expand {
    color: white;
}
.new-table tbody > tr > td a {
    color: white !important;
    cursor: pointer;
}

/* New css 31/05/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: normal;
}


.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;
}


#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 !important;
        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;
}

/* Selecl 2 dropdown Design 26/11/2025 */
body .select2-dropdown {
    background-color: #721212;
    border: 1px solid #721212;
}
.select2-dropdown .select2-results__options {
    color: #d68a3c;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d68a3c;
    color: white;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d68a3c;
    background: #370f15;
    color: #cb8239;
}
/* Selecl 2 dropdown Design 26/11/2025 */
.new-title-wrapepr:not(:empty) {
    background: #D68A3CCC;
    color: #721212;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
}

.new-title {
    margin: 0px;
    font-size: 18px;
}


