html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    /* vertical-align: baseline; */
}

html,body{overflow-x: hidden;}
span.txt-user {
    display: block;
    font-size: 10px;font-weight:bold;
}
span.small-txt{   font-weight:normal;}
span.txt-master {
    display: block;
}
.addtherepist .card-body label.fw-bold{color:#000}


[data-val^="-"] { 
    font-weight:bold;
}

[data-val] {
    font-weight:bold;
}
.cri_debit {
    color: red;
}

.cri_credit {
    color: green;
}
.sidebar-wrap {
    background: #fff;
    display: table;
    width: 100%;
    border: 1px solid #d0e6be;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.delete {
    display: block;
    background: url(../images/Icon_cross.png) no-repeat;
    width: 20px;
    height: 20px;
}
    table > tbody > tr.stuspointheading > td{
               background: #dad5d5!important;
        }
          table > tbody > tr.stuspointheading > td.headr{
              text-align: right;
        }

ol, ul {
    list-style: none;
}

.sidebar-menu li > a, .sidebar-menu li > span {
    padding: 5px 10px;
    display: block;
    border-left: 3px solid transparent;
    font-size: 14px;
    font-weight: 600;
}

.orange-heading {
    background: #fff1dc;
    padding-left: 15px;
}
.quick-btn i {
    font-size: 16px;
}

.quick-btn {
    background: #4c4c4c;
    margin: 9px 4px 0 0;
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
}
.quick-btn {
    background: #4c4c4c;
    margin: 9px 4px 0 0;
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
    line-height: 22px;
	border: 1px solid #4c4c4c;
    height: auto;
}
.quick-btn:hover {
    background: #fff;
    color: #4c4c4c;
}
.quick-btn:hover span{color:#000}
.quick-btn i{margin-right:5px}
.panel.colourable {
    float: left;
    width: 100%;
}
.dvprebook .card a {
    display: block;
    background: #000;
    margin: 6px 0;
    padding: 7px 10px;
    color: #fff;
}

/*kunwar style start here*/
.ui-widget-header .ui-icon {
    background-image: none !important;
	display: none !important;
}
.ui-datepicker-next:after, .ui-datepicker-prev:after {
    position: absolute;
    top: 7px;
    left: 7px;
    line-height: normal;
}
.dataTable thead tr:nth-child(2) th {
    background: #eee;
}

    .dataTable thead tr:nth-child(2) th input {
        width: 100%;
        max-width: 100%;
        padding: 4px 8px;
        border: 1px solid #e1e1e1;
        color: #333;
    }

.dataTable thead tr:nth-child(1) th {
    background: #505050;
    color: #fff;
    white-space: nowrap;
    padding: 9px 21px;
    line-height: normal;
}

.dataTable {
    border: 1px solid #e1e1e1;
    width: 100%;
}

    .dataTable tr td {
        border-bottom: 1px solid #e1e1e1;
        color: #656060;
    }

    .dataTable tbody tr:nth-child(2n+2) td {
        background: #f9f9f9;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ebebeb !important;
    border: 1px solid #e1e1e1 !important;
    color: #000 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        /* background: #59b6ad !important;
        color: #fff !important;
        border: 1px solid #59b6ad !important; */
        background: #bb3886 !important;
        color: #fff !important;
        border: 1px solid #bb3886 !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #59b6ad !important;
        color: #fff !important;
        border: 1px solid #59b6ad !important;
    }

.dataTables_length label {
    color: #717171;
    font-weight: normal;
}

.dataTables_filter label input {
    border: 1px solid #e1e1e1;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.dataTables_filter label {
    font-weight: normal;
    color: #717171;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #e1e1e1;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e1e1e1;
}
.popbox0 {
    overflow: hidden;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0px;
    text-align: center;
    display: none;
}
#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.4;
}
.popdetails {
    width: 80%;
    height: 500px;
    display: inline-block;
    z-index: 9999999999999;
    position: relative;
    top: 70px;
}
.closePrefHelp {
    display: block;
    background: white;
    float: right;
    margin: 0px 2px 2px 0;
    position: absolute;
    right: -22px;
    top: -23px;
    color: #CCCCCC;
    font-family: 'Montserrat';
    line-height: 10px;
    width: 26px;
    text-align: center;
    text-decoration: none;
    border: 3px solid #CCCCCC;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 5px;
    cursor: pointer;
}
.closePrefHelp:hover {
    background: red;
    border-color: red;
    color: #FFF;
}
.grid-table td, .grid-table th {
    font-size: 14px;
    font-weight: bold;
}
.grid-table th {
    font-weight: bold;
}
[data-value] {
    color: green;
}

[data-value^="-"] {
    color: Red !important;
}
.trfooter-blue,.trfooter-blue:hover td {
    background-color: #5BC0DE !important;
    color: white !important;
}
.trfooter-red,.trfooter-red:hover td {
    background-color: #D95342 !important;
    color: white !important;
}
.box-heading {
    background-color: #157dc6  !important;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 0;
}
.mark-head {
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}

.mark-head {
    background-color: #fff;
}
.cur-dt {
    float: right;
    font-size: 12px;
    letter-spacing: 0;
}
.btn-xs {
    padding: 2px 5px;
    font-size: 11px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.dataTables_wrapper {
    position: relative;
}
.csslayer {
    background: #fff;
    border: 2px solid #b30000;
    color: #b30000;
    font-size: 24px;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    height: 100%;
    width: 100%;
    line-height: 130px;
}
.cssinfolayer, .csslayer {
    opacity: .7;
    vertical-align: middle;
    z-index: 400;
    display: none;
}
.csslayer, .marketname, .markettitle, .matchdate, .refreshtime {
    font-weight: 700;
}
table.table.table-bordered.table_marketData.tbl_mrktData tr th:first-of-type {
    width: 35%;
}

table.table.table-bordered.table_marketData.tbl_mrktData tr th:first-of-type {
    padding-left: 5px;
}
table.table.table-bordered.table_marketData.tbl_mrktData tr th:first-of-type {
    width: 35%;
}
table.table.table-bordered.table_marketData.tbl_mrktData tr th {
    padding: 0;
}
table.table.table-bordered.table_marketData.tbl_mrktData tr th {
    padding: 0px 0;
}
.tt_thead {
    color: #3e3e3e;
    font-size: 12px;
    padding: 5px 0;
    display: block;
    border-right: 0 solid #fff !important;
}
.tt_theadK{
    background: rgb(255, 202, 213);
}
.showpanel {
    text-align: center;
    padding: 5px 0;
}
.betpricelive {
    font-size: 17px;
}

.tt_theadL {
    background: rgb(174, 219, 251);
}
.laysize, .backsize {
    display: block;
    font-size: 9px;
} 
.table-striped > thead > tr > th {
    background-color: #bb3886;
    border-color:#ababab;
    color:#fff;
    padding:5px 5px;
    border-color: #bb3886;
} 

.table-striped > tbody > tr > th {
    background-color: #080808 !important;
    border-color:#ababab;
    color:#fff !important;
    padding:5px 5px;
    border-color: #323232;		
}
.table  tr > th a{
	color: #fff;  
}
.center_ul_bg {
    background-color: transparent;
}
.topnelHeding .panel-heading {
    background: #4c96f3;
    color: #fff;
}
.walletTranWRp table.table tr th {
    text-align: left;
}
.betHistorydata .panel {
    margin: 0 0 5px;
} 
.betHistorydata .panel.matchlasst {
    margin: 15px 0 5px;
}
.grid_shadow {
    display: table;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
table.table.table-condensed th {
    font-size: 13px;
    color: #fff;
}
.mark-head {
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}
.mark-head, .header_wrp {
    background-color: #59b6ad ;
}
.account_table {
    width: 100%;
}
.account_table tr td, .account_table tr th {
    border: 1px solid #eaeaea;
    padding: 2px 10px;
}
.account_table tr td, .account_table tr th {
    font-size: 12px;
}
.account_table tr td, .account_table tr th {
    border: 1px solid #eaeaea;
    padding: 4px 10px;
}
.account_table tr td, .account_table tr th {
    font-size: 12px;
}
.account_table td {
    font-weight: 500;
} 
.marginTop-18 {
    margin-top: 18px;
}
tr.pagers table {
    float: right;
}
.addmoneWalt {
    font-size: 15px;
    margin: 30px 0 10px;
    background: #e9e9e9;
    padding: 11px 15px;
    font-weight: bold;
}
tr.pagers table a {
    background: #f1f1f1;
    color: #525252;
    display: inline-block;
    padding: 7px 12px;
    font-size: 16px;
    margin: 2px;
}
tr.pagers table a:hover {
	text-decoration: none;
	background: #404040;
    color: #ffffff;
}
tr.pagers table span
 {
    background: #404040;
    color: #ffffff;
    display: inline-block;
    padding: 7px 12px;
    font-size: 16px;
    margin: 2px;
}
.mark-head2 {
    background: #f1f1f1;
    padding: 10px 10px;
}
.panel-success .panel-heading {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847;
    background-size: 20px 20px;
}
.table.table-default th{background-color: #f3f3f3;}

.panel.colourable .panel-heading{background: #fafafa;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding: 10px;}

  
.crickbetlist ul.sidebar-menu li a.panel-top {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847;
}
.crickbetlist ul.sidebar-menu li a.panel-top span{color: #468847;}
.blue-heading {
  background: #d2f9ff;
  color: #2ba0b2 !important;font-weight: 600 !important;}
  .orange-heading{color: #ff9800 !important;}
.panel-success {
    border-color: #d0e6be!important;
}
.text-white-space {
    white-space: nowrap;
}
[data-val='BACK'] td {
    background: #aedbfb !important;
}
[data-val='LAY'] td {
    background: #f4c9d5 !important;
}


[data-val='credit'] td {
    background: #5ebd5e !important;
    color: #fff !important;
}
[data-val='debit'] td {
    background: #e66454 !important;
    color: #fff !important;
}


.clsgreen {
    color: rgb(0, 128, 0);
}
.clsred {
    color: rgb(255, 0, 0);
}
td.ratetd {
    padding: 0 !important;
}
.matchtype {
    padding-left: 30px !important;
}

.matchVsName {
    padding-left: 45px !important;
}

.matchoddsWrp {
    padding-left: 60px;
}
.matchoddsWrp a{font-weight: 700 !important;}

.crickbetlist ul.sidebar-menu {
    padding: 6px;
}
table th:last-child {
  text-align: center;
}
.crickbetlist ul.sidebar-menu >li {
    border: 1px solid #e1e1e1;
}

.crickbetlist ul.sidebar-submenu {
    padding: 6px;
}

.crickbetlist ul.sidebar-submenu > li {
    border: 1px solid #e1e1e1;
    margin-bottom: 6px;
}
.dashtableHead table.table {
    margin: 0;
}

.dashtableHead table.table tr th {
    background: #bb3886;
    color: #fff;
    padding: 10px;
}
.col-lg-12.dashboardcol {
    padding: 0;
}
a.btn.btnbook {
    width: auto;
    padding: 0 7px;
    display: inline-block !important;
	    color: #fff;
		border-radius:4px;
    background-color: #5bc0de;
    border-color: #46b8da;
	margin:2px;

}
#reportTable tbody td {
  text-align: left;
  font-size: 12px;
  padding: 5px;
  font-weight: 400;
}

#reportTable_wrapper .dataTable tr td{border: 1px solid #eee;}


.bakLayTd {
    width: 63px;
}
[data-val='BACK'] td {
    background: #aedbfb !important;
}
[data-val='LAY'] td {
    background: #f4c9d5 !important;
}
[data-val2='BACK'] {
    background: #aedbfb !important;
}
[data-val2='LAY'] {
    background: #f4c9d5 !important;
}
[data-val='YES'] td {
    background: #aedbfb !important;
}
[data-val='NOT'] td {
    background: #f4c9d5 !important;
}
@media (max-width:767px) {
    .matchcrick_wrp.table-responsive {
        padding: 16px 0;
    }
	.section_book h6 {
    margin: 13px 0;
}
    .form-actions input {
        margin: 0 !important;
    }

    .form-actions {
        text-align: center;
    }
	.panel-body {
    	padding: 10px 5px;
	}
	#content-wrapper {
    	padding: 43px 0 0;
	}
	#main-navbar .navbar-header {
    	height: 44px;
	}
	a#ContentPlaceHolder1_LinkButton1 {
		margin: 10px 0 0;
	}
	.marginTop-18 {
		margin-top: 0;
	}
	.popdetails {
    	width: 90%;
		top: 24px;
	}
	.sidebar-menu li > a, .sidebar-menu li > span {
    padding: 1px 4px;
	}
	.matchtype {
    padding-left: 10px !important;
    font-size: 13px !important;
}
.matchVsName {
    padding-left: 5px !important;
    font-size: 12px !important;
}
.matchoddsWrp {
    padding-left: 0;
}
.matchoddsWrp table tr td {
    font-size: 12px;
}

.matchoddsWrp table tr td a {
    font-size: 12px;
}
.crickbetlist ul.sidebar-submenu {
    padding: 2px;
}
.crickbetlist ul.sidebar-submenu > li {
    margin-bottom: 0;
}
.matchoddsWrp table {
    margin: 0;
}
.setinplayBtn {
    padding: 0px 5px;
    font-size: 9px;
}
.row_ReversColm.row {
    display: flex;
    flex-direction: column-reverse;
}
table.table.table-bordered.table_marketData.tbl_mrktData tr th:first-of-type {
    width: 60%;
}
.ChipSummery {
    width: 800px;
}
.ChipSummery .col-md-6 {
    width: 50%;
    float: left;
}
.panel.colourable {
    overflow: auto;
}




}
.betHistorydata .panel-heading a{
	 color: #000!important;
}
.ChipSummery table tr td {
    font-size: 27px;
}
/*Vishnu style end here*/

.quick-btn .label.label-default span{background: #b0b0b0;
  line-height: 20px;
  padding: 0 6px;
  display: inline-block;
  color: #fff;
  font-size: 12px;}

.quick-btn span {color:#fff}

.table th{font-size: 14px !important;background-color: #bb3886;}
.table tbody th span{color:#fff}

.table th,
.table td{ padding: 5px 20px;}

.table td{padding: 7px 10px;}

.chip-summary .name{font-size: 20px !important;
  font-weight: 600 !important;
  color: #000 !important;}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff4fb;
}
.table-striped tbody tr:nth-of-type(2n) {
  background-color: #f9f9f9 !important; 
}
  .panel-body{margin: 0;
  padding: 10px;
  min-height: 350px;background: rgb(255, 244, 251);}
  #ContentPlaceHolder1_rdogroup label{color:#000}

  .bg-theme {background-color:#bb3886 ;}

  .btn.btn--theme{background:#bb3886;border: 1px solid #bb3886;color:#fff} 
  .fs-12{font-size: 12px;}



/* Header */
  #main-navbar{background-color: #5c0181 !important;padding: 0px;}
   #main-navbar .navbar-brand img {
  width: 150px;
}
  #main-navbar .navbar-inner {
  min-height: 46px;
  width: 100%;
  position: relative;
  left: 0;
}

#main-navbar .bg-orange-theme{background-color:#bb3886;border-bottom: 2px solid #bb3886;}

#main-navbar .nav.navbar-nav.pull-right.right-navbar-nav .nav-link,
#main-navbar .nav.navbar-nav.pull-right.right-navbar-nav .nav-link span{color:#fff}

#center_menu > li a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.card.responsive-filter-card .btn.btn--primary.w-100.h-45{background: #bb3886 !important;
  border: 1px solid #bb3886 !important;}
 .card.responsive-filter-card .btn.btn--primary.w-100.h-45:hover {background:linear-gradient(to bottom, #4bbab1 0, #40a79e 100%) !important;background-color: #44b2a8 !important;}

.apare table td {white-space: nowrap;text-align: left;}
 .btn-design .btn-success{border-color: #4cb64c #4cb64c #42a142;background:#5ebd5e;font-size: 13px;}

 #ContentPlaceHolder1_rdogroup label{font-weight: 400;}
 #ContentPlaceHolder1_dataTable tr td {
  white-space: nowrap;
}

.hocrickmenu ul.sidebar-submenu .matchoddsWrp a{font-weight: 500 !important;}
.hocrickmenu ul.sidebar-submenu .matchoddsWrp tr td{color:#000}

#reportTable thead tr input{padding: 5px 10px;border-radius: 0px;}
#reportTable tbody a{color: #4083a9;}

@media (min-width: 768px) {

    
    #main-navbar .right.clearfix{display: none;}
   #main-navbar .top-div{display: flex;
  justify-content: space-between;
  align-items: center;padding: 0 20px;}
 .top-header-right .nav-link{padding: 10px 15px !important;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;}

     .top-header-right .nav.navbar-nav.pull-right.right-navbar-nav li.nav-item{position: relative;}
    .top-header-right .nav.navbar-nav.pull-right.right-navbar-nav li.nav-item:hover::after {
  content: '';
  position: absolute;
  border: 0;
  left: 0;
  width: 100%;
  height: 3px; 
  background: #3bc2a9;
  bottom: 0;
}

.center_menu .nav-link.dropdown-toggle.show {
  background: #333;
  border-bottom: 3px solid #3bc2a9;
}

 #center_menu .nav-link.dropdown-toggle.show{position: relative;background: #3d3d3d;} 
 
  #center_menu .nav-link.dropdown-toggle.show::before {
  content: '';
  position: absolute;
  border: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3bc2a9;
  bottom: 0;
}

#center_menu li a{position: relative;}
/* #center_menu li a:hover{color: #000;}  */
 
 #center_menu li a:hover::before {
  content: '';
  position: absolute;
  border: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3bc2a9;
  bottom: -1px;
}

.center_menu .nav-link.dropdown-toggle.show {
  background: #333;
  border-bottom: 3px solid #3bc2a9;
}
   #main-navbar .dropdown-menu > li > a{font-size: 13px;letter-spacing: 1px;}

#main-navbar .dropdown-menu > li > a:hover {
    background: #4f4e4e;
  }
  #main-navbar .dropdown-menu > li > a{color:#fff}
#main-navbar .nav-item.dropdown .dropdown-menu.show{background: #3d3d3d;border-radius: 0px;padding: 5px 0px; }




}

@media (max-width: 1199.99px) {
.top-header-right{display: none;}
#main-navbar .navbar-toggler span,
#main-navbar .navbar-toggler i{color: #fff;}
#main-navbar .navbar-toggler span{font-size: 15px;font-weight: 500;}
#main-navbar .navbar-toggler i {font-size: 14px;}

#center_menu .dropdown-toggle::after{float: right;margin-top: 8px;}

#main-navbar .nav-item.dropdown .dropdown-menu.show{background: transparent;
    border-radius: 0px;
    border-bottom: 1px solid transparent;}
    #main-navbar .dropdown-menu > li > a{line-height: 28px;}
    #center_menu .nav-link.dropdown-toggle.show::before{background: transparent;}
#main-navbar .nav-item.dropdown .dropdown-menu.show{padding:0px}
#main-navbar .nav-item.dropdown .dropdown-menu.show li a {padding-left: 20px;padding-right:20px}

#main-navbar .nav-item.dropdown .dropdown-menu.show li:not(:last-child) a {
  border-bottom: 1px solid #fff;
}
#main-navbar .right.clearfix{display: block;background: #5c0181;}

#main-navbar .navbar-nav.ms-auto.align-items-center.flex-row.flex-wrap.gap-3.gap-xl-0 {
  flex-direction: column !important;
}
#main-navbar .navbar-nav.ms-auto.align-items-center.flex-row.flex-wrap.gap-3.gap-xl-0 li{width: 100%;
  padding-left: 15px;
  padding-right: 15px;}
  #main-navbar .navbar-nav.ms-auto.align-items-center.flex-row.flex-wrap.gap-3.gap-xl-0 li .nav-link.text-dark,
  #main-navbar .navbar-nav.ms-auto.align-items-center.flex-row.flex-wrap.gap-3.gap-xl-0 li span{color:#fff !important}
 #main-navbar  .nav-item.dropdown.px-xl-2 {
 background: #333;
  padding-left: 0 !important;
  padding-right: 0px !important;
}
#main-navbar .nav-item.dropdown.px-xl-2 a {
  padding: 10px 20px;
}
 #main-navbar  .nav-item.dropdown.px-xl-2 a:after{float: right;
  margin-top: 12px;}
#main-navbar .nav-item.dropdown.px-xl-2 li{padding-left: 0px !important;padding-right: 0px !important;}
#main-navbar .nav-item.dropdown.px-xl-2 .dropdown-divider{display: none;}

#main-navbar .nav-item.dropdown.px-xl-2 .dropdown-menu.show li:not(:last-child) a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #main-navbar .nav-item.dropdown.px-xl-2 a{padding: 6px 20px;}
  .dropdown-item.text-danger,
  .nav-link.text-danger.fw-bold{color:#fff !important}
  .nav-link.text-danger.fw-bold{font-weight: 400 !important;
  color: #fff !important;}
#main-navbar .nav-item.dropdown.px-xl-2 .dropdown-menu.show li:not(:last-child) a{color:#fff}



}

@media (max-width: 991px) {
.hidden-sm.hidden-xs{display: none;}

}

@media (max-width: 768px) {
.top-header-right .right.clearfix{display: none;}

#main-navbar .navbar-toggler{float: right;}
.matchoddsWrp table tr td a{font-weight: 600 !important;}
.matchoddsWrp table tr td{color:#000}


#reportTable tbody tr td{min-width: 170px;}


.bidhistorywrp .tblPoints .headr{white-space: nowrap;}
.panel.colourable .panel-heading{font-size: 13px;}
  
.section_book table tr td{white-space: nowrap !important;}

.card.responsive-filter-card .flex-grow-1.align-self-end{display: flex;
  justify-content: center;}
.card.responsive-filter-card .btn.btn--primary.w-100.h-45{padding: 5px 15px;
  height: 35px;
  font-size: 13px;width: auto !important;}

}

/* ./Header */
#reportTable thead tr th input {
  width: 100% !important;
}
.dataTable thead tr:nth-child(1) th{background-color: #bb3886 !important;}

.table-striped > thead > tr > th{border-radius: 0px;font-weight: 500;}

.bodywrapper__inner .d-flex.mb-30.flex-wrap.gap-3.justify-content-between.align-items-center {
  display: none !important;
}
.body-wrapper{padding:10px 0px}


@media (max-width: 575.99px) {
.container-fluid.px-3.px-sm-0 {
  padding: 0px !important;
}
#main-navbar .top-div {
  padding: 6px 10px;
}
.hocrickmenu .crickbetlist tr th{font-size: 12px !important;}



.profile-body{padding: 0 10px;}

.profileCard h2{margin-bottom: 0 !important;}
.profileCard p{font-size: 12px !important;font-weight: 500 !important;}
.body-wrapper{padding:0px 0px}




}


/* ================== */
.sidebar{width: 0;}
.body-wrapper{margin-left: 0;}  
/* ./================ */ 