a, a:hover, a:focus {
	text-decoration: none !important;
}
/* Plugin Css */
.lcw-series {
	display: block;
	background-color: #f7f7f7;
	color: #fff;
	margin-bottom: 20px;
}
.lcw-series img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
	padding: 0 0 34px;
}
.lcw-series .lcw-series-tiles {
	min-height: 55px;
	font-size: 20px;
	position: relative;
	color: #2E8DEF;
	background: #00ab4e;
	padding: 5px 10px;
}
.lcw-series .lcw-series-tiles p {
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	/*	padding: 0px 10px 10px;*/
	line-height: 22px;
}
.lcw-series .lcw-series-tiles:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -45px;
	left: 0;
	z-index: 0;
	min-height: 90px;
}
.lcw-series .lcw-series-tiles span {
	position: absolute;
	top: -20px;
	left: 0;
	background: #ffea00;
	height: 20px;
	line-height: 21px;
	font-size: 13px;
	color: #000;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.lcw-series .lcw-series-tiles span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #f4e001;
}
/* LCW Data Table */

.lcw-table {
	border: #e0e1e2 1px solid;
	margin-top: 10px;
}
.lcw-table .lcw-thead {
	display: table-row;
}
.lcw-table .lcw-tr {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 16px 0 15px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.lcw-table .lcw-thead .lcw-tr {
	padding: 8px 0 8px;
}
.lcw-table .lcw-thead .lcw-tr {
	background: #00ab4e;
	color: #fff;
}
.lcw-table .lcw-tbody .lcw-tr:nth-child(even) {
	background-color: #f7f7f7;
}
.lcw-table .lcw-tbody .lcw-tr:hover {
	background-color: #f7f7f7;
}
.lcw-table .lcw-thead .lcw-td {
	font-size: 14px;
}
.lcw-table .lcw-td {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 13px;
	width: 1%;
}
.lcw-table .lcw-td:nth-child(1) {
	text-align: left;
	width: 2%;
}
.lcw-table .lcw-td img {
	width: 50px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
/* LCW Fixtures */
.lcw-fixtures-outer {
}
.lcw-fixtures {
	text-align: center;
	padding: 6px 0 6px 0;
	background-color: #dfdfdf;
	border-bottom: 1px solid #149146;
}

.lcw-fixtures .row {
	align-items: center;
	justify-content: center;
}
.lcw-team-title {
	font-size: 13px;
	font-weight: bold;
	color: #a4a4a4;
	text-transform: uppercase;
}
.lcw-team-logo img {	
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	width: 60px;
}
.lcw-team-logo span {
	position: relative;
	display: inline-block;
}
.lcw-stip {
	position: absolute;
	top: 0;
	right: 0;
	background: #00ab4e;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 1;
	padding: 2px 2px 1px;
}
.lcw-team-score {
	font-size: 12px;
	font-weight: bold;
	
}
.lcw-team-score span:nth-child(2) {
	margin: 0 5px;
}
.lcw-match-title {
	font-size: 12px;
	font-weight: bold;
	color: #00ab4e;
	clear: both;
}
.lcw-match-timing {
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
}
.lcw-green .lcw-match-title {
	color: #00ab4e;
}
.lcw-red .lcw-match-title {
	color: #ff0000;
}
.lcw-match-info {
	font-size: 14px;
	font-weight: normal;
	font-family: inherit;
}
.lcw-team.lcw-winner .lcw-team-title, .lcw-team.lcw-winner .lcw-team-score {
	color: #00ab4e;
}
/* LCW Tabs */
.lcw-tabs {
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}
.lcw-tabs a {
	display: inline-block;
	border-bottom: none;
	font-size: 18px;
	line-height: 3.1;
	padding: 0 30px;
	white-space: nowrap;
	color: #363636;
	margin: 0 5px;
	position: relative;
}
.lcw-tabs a.active {
	border-bottom:none;
	color: #00ab4e;
}
/*.lcw-tabs a.active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background:#fff;
}*/
/* LCW Tabs */
.lcw-tabs, .lcw-livescore-outer .nav-tabs {
	margin: 20px 0;
	text-align: left;
	font-size: 0;
}
.lcw-tabs a, .lcw-livescore-outer .nav-tabs .nav-link {
	display: inline-block;
	border: 1px solid #eee;
	font-size: 15px;
	line-height: 3.1;
	padding: 0 30px;
	white-space: nowrap;
	color: #363636;
	position: relative;
	border-radius: 0;
}
.lcw-livescore-outer .nav > li > a:hover, .lcw-livescore-outer .nav > li > a:focus{
	background-color: #fff;
}
.lcw-tabs a.active, .lcw-livescore-outer .nav-tabs .nav-link.active {
	color: #00ab4e;
	background-color: none;
}
.lcw-tabs a.active:after, .lcw-livescore-outer .nav-tabs .nav-link.active:after  {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
}
.lcw-days{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.lcw-home-team, .lcw-away-team{
	font-size: 15px;
}
.lcw-home-team{
	margin-bottom: 8px;
}
.lcw-home-team span, .lcw-away-team span, .lcw-short-state span{
	font-weight: bold;
}
.lcw-match-msg{
	font-size: 14px;
	margin-top: 5px;
}
.lcw-livescore-info{
	background: #00ab4e;
	padding: 10px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.lcw-current-time span{
	font-weight: normal;
}
.lcw-batsmen .lcw-thead .lcw-tr{
	background: #3e3e3e;
}
 .lcw-batsmen .lcw-tbody .lcw-td a:nth-child(1){
 	font-weight: bold;
 }
 .lcw-batsmen .lcw-td:nth-child(2){
 	text-align: center;
 }
 .lcw-commentry-box{
 	margin-top: 20px;
 }
 .lcw-commentry-title{
 	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
 }
 .lcw-commentry-box-header, .lcw-over-box{
 	display: table;
 	width: 100%;
 	height: 40px;
 	min-height: 40px;
 	background: #00ab4e;
 	padding-left: 10px;
 	padding-right: 10px;
 }
.lcw-total-overs, .lcw-total-runs, .lcw-endof-over, .lcw-endof-over-msg{
	display: table-cell;
	vertical-align:middle;
	color: #fff;
	font-size: 15px;
}
.lcw-total-runs, .lcw-endof-over-msg{
	text-align: right;
}
.lcw-over-box{
	background: #385c7b;
}
 .lcw-endof-over{
 	background: #385c7b;
 	padding:8px 0;
  	color: #fff;
 	font-size: 16px;
 }
 .lcw-endof-over-msg{
	font-size: 16px;
	padding: 8px 0;
}
.lcw-commentry-filter{
	display: table;
	width: 100%;
	height: 50px;
	min-height: 50px;
}
.lcw-commentry-title, .lcw-filter-list{
	display: table-cell;
	vertical-align: middle;
}
.lcw-filter-list{
	text-align: right;
}
.lcw-filter-list a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
}
.lcw-filter-list a:nth-child(1),
.lcw-filter-list a:nth-child(3){
	background: #00ab4e;
}
.lcw-filter-list a:nth-child(2){
	background: #385c7b;
	margin: 0 10px;
}
.lcw-over-info{
	padding: 10px;
	display: table;
	width: 100%;
}
.lcw-over-info-left{
	float: left;
	width: 50px;
}
.lcw-over-info-inner{
	width: 95px;
}
.lcw-over-info-inner,
.lcw-over-info-right{
	display: table-cell;
	vertical-align: middle;
}

.lcw-over-ball{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
}
.lcw-each-over,
.lcw-over-ball{
	display: inline-block;
	vertical-align: middle;
}

.lcw-each-over{
	/*background: #00ab4e;*/
	color: #000;
	font-size: 16px;
}
.lcw-over-ball{
	background: #3e3e3e;
	font-weight: bold;
	margin: 0 0px 0 10px;
}
.card{
	margin-bottom: 30px;
}
ul.list-group.list-group-flush{
	margin:0;
}
.lcw-over-info-right{
	line-height: 20px;
	/*padding-top: 3px;*/
	width: 85%;
}
.lcw-over-info:nth-child(odd){
	/*background: #F7F7F7;*/
}
.lcw-livescore-outer .nav-fill.nav-tabs .nav-link{
	display: block;
}

.list-group-item img.icon{
	padding-right: 5px;
}

.info{
	float: right;
    
    width: 77%;
    margin-top: 10px;
    line-height: 1;
}
.info p{
	
    line-height: 1;
}
.profile-img{
	float: left;
}
.dataTables_wrapper .dataTables_filter{
	text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}
#accordion .card-header{
  background:#00ab4e
}
#accordion .card{
	margin-bottom: 3px;
}
#accordion .card-header{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
#accordion .card-header:hover{
	text-decoration: none;
	
}
#accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    font-size: 20px;
    color: #fff;
}
#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    font-size: 20px;
    color: #fff;
}
.accordion-toggle{  cursor: pointer; }
.lcw-match-dates p{
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
.matchSummaryText p{
	margin: 0;
}
.progress{
	background-color: unset;

}
.player-name{
	font-weight: bold;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fafafa;
    font-size: 13px;
    font-weight: bold;
    color: #676767;
    border: 1px solid #ececec;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #f81ac1;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding:0;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.bg-success{
	background-color: #206f00 !important;
}
.series-logo{
    margin-top: 24px;
}
.separator {
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	width: 30px;
	height: 5px;
}
.new-deal{width:100%;float:left;padding:15px 0;}
.new-deal .item-slide{position: relative;overflow: hidden;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;margin:15px 0;}
.new-deal .slide-hover{ position: absolute;height: 100%;width: 100%;left: -100%; background:rgba(0,0,0,.9);top: 0;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;  }
.new-deal .item-slide:hover .slide-hover{left:0px;}
.new-deal img{max-width:100%;}
.text-wrap {position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;background: rgba(0, 0, 0, .8);z-index: 999;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;text-align: center;padding: 16px 12px;border-radius: 0 0 4px 4px;}
.text-wrap h4{padding:0 5px;}
.box-img{width: 100%;   text-align: center;    -moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;    overflow: hidden;    border: 1px solid #ccc;}
.text-wrap .desc{width:50%;float:left;padding:0 5px;}
.text-wrap p{padding: 15px;font-size: 15px;text-align: center;font-weight: normal;text-shadow: 2px 2px 3px #000;}
.text-wrap h4{color: #fff;font-size: 16px;padding: 0;margin-bottom: 0;}
.text-wrap .desc h4{margin:0px;font: 400 17px/21px "Roboto";}
.text-wrap .desc h3{margin:0px;font: 400 32px/36px "Roboto";}
.new-deal .item-slide:hover .text-wrap{background:none}
.book-now-c {float:right;padding:10px;}
.book-now-c a {background: #029a8b;color: #fff;padding: 5px;border-radius: 5px;margin-top:0px;float: left;min-width: 101px;text-align: center;font-size: 16px;}
.book-now-c a:hover{color:#fff;text-decoration: none;}
.new-deal .item-slide:hover .box-img .text-wrap{bottom:-100%;}
.text-wrap span{
	font-size: 15px;
}
.square, .btn {
    border-radius: 0px!important;
}
.slide-hover .text-wrap {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    padding: 0 20px;
}
.slide-hover .text-wrap h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.date-p p {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    color: #fff;
}
.date-p p:last-child {
    padding-right: 0px;
}
.slide-hover .text-wrap .book-now-c {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.slide-hover .text-wrap .book-now-c a {
    display: block;
    width: 100%;
    background-color: #dd333300 !important;
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.slide-hover .text-wrap .book-now-c a:hover {
    background-color: #dd3333;
    border-color: #d33;
    transition: 0.6s all;
}
.new-deal img {
    transform: rotateY(0deg);
}
.new-deal .item-slide:hover .box-img img {
    transform: rotateY(360deg);
    transition: 0.9s all;
}
/* -- color classes -- */
.coralbg {
    background-color: #fff;
} 

.coral {
    color: #FA396f;
}

.turqbg {
    background-color: #46D8D2;
}

.turq {
    color: #46D8D2;
}

.white {
    color: #000 !important;
}

/* -- The btn stylings for the btn icons -- */
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */

.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.table-filter img.flag-photo {

	width: 35px !important;
	height: 35px !important;
}
.user-details {
    min-height: 333px;
}

.user-image {
  overflow:hidden;
}
.user-image .thumbnail {
  background-color: unset;
  margin-bottom: 0; 
  border: none;
}
.overview{
	    background-color: #dd3333;
}
.overview h3 {
    font-weight: 300;
    font-size: 15px;
    margin-top: 15px;
    margin: 10px 0 0 0;
    color: #fff !important;
}

.overview p {
    font-weight: bold!important;
    font-size: 20px;
    margin-top: 0;
    color: #fff !important;
}

.view {
    position:relative;
    overflow:hidden;
    margin-top: 10px;
}

.view p {
    margin-top: 20px;
    margin-bottom: 0;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background: rgba(70, 216, 210, 0.44);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.caption a {
    padding-right: 10px;
    color: #fff;
}

.info {
    display: block;
    padding: 10px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
}

.info p, .stats p {
    margin-bottom: 0;
}

.stats {
    display: block;
    padding: 10px;
    color: white;
}

.share-links {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 15px;
}

.square, .btn {
    border-radius: 0px!important;
}
.total-runs{

	text-align: center;
}
.lcw-livescore-outer .nav-tabs > li{

	margin: 0 !important;
}
.border-right{
	border-right: 1px solid #eee;
}
.border-bottom{

	border-bottom: 1px solid #eee;
}
.table-filter {
	background-color: #fff;
	border:none;
}
.table-filter tbody tr td {
	border:none;
	vertical-align: middle;
}
.table-filter thead tr th {
	border:none;
}
.table-filter tfoot tr th {
	border:none;
}
.table-filter .media-body {
    display: block;
}
.table-filter .media-body img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.table-filter .media-meta {
	font-size: 11px;
	color: #999;
}
.table-filter .media .title {
	color: #2BBCDE;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	display: inline
}
.table-filter .media .summary {
	font-size: 14px;
	display: inline;
}
.table-filter .media-body {
    width: auto;
}
.user-details h3{
	margin: 0;
}
.mb-60 {
    margin-bottom: 10px;
}
.series-inner {
    border: 1px solid #48c7ec;
    margin-left: 5px;
    transition: .3s;
}
.our-series-img {
    float: left;
    margin-left: -30px;
    margin-right: 5px;
    margin-top: 18px;
}
.our-series-text {
    padding-right: 10px;
}
.our-series-text {
    overflow: hidden;
    padding: 14px 0 14px;
}
.our-series-text h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
}
.our-series-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}
.our-series-wrapper:hover .series-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-series-text p {
    margin-bottom: 0;
}
.chart {
  width: 100%; 
  min-height: 450px;
}
.lcw-team-logo {
    display: table;
    width: 100%;
}
.lcw-team-logo .lcw-team-image {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 24%;
}
.lcw-team-logo .lcw-team {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}
.lcw-team-logo .lcw-team .lcw-team-shortname {
    display: block;
    font-weight: bold;
    color:#000;
}
.lcw-fixtures-inner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.lcw-fixtures-inner:after {
    content: '';
    display: table;
    clear: both;
}
.lcw-fixtures-inner .lcw-fixtures-tm-detail {
    width: 24%;
    vertical-align: middle;
}
.lcw-fixtures-inner .lcw-fixtures-tm-mt-detail {
    width: 56%;
    order: 2;
}
.lcw-fixtures-inner .lcw-fixtures-tm-detail.right-tm {
    order: 3;
}
.lcw-fixtures-inner .lcw-fixtures-tm-detail .lcw-team {
    text-align: left;
}
.lcw-fixtures-inner .lcw-fixtures-tm-detail.right-tm .lcw-team {
    text-align: right;
}
.lcw-fixtures-inner .lcw-fixtures-tm-detail.right-tm .lcw-team .lcw-team-logo .lcw-team {
    padding-left: 0;
    padding-right: 8px;
}
.home-series-title{
   font-size: 18px;
}
#teams .profile-img {
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: none;
    border: 4px solid #fff;
}

#teams  .user {
    padding:0 10px 10px;
    min-height:150px;
    height:auto;
    margin: 10px 0;
}
.user .lead{

	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.partner-main{
	
	height: 93px;
}



/* new-css */
.lcw-fixtures-header {
    margin-bottom: 18px;
}
.lcw-fixtures-header h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.lcw-fixtures--sec .lcw-fixtures {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: 0px 4px 11px -3px rgba(0,0,0,0.6);
}
.lcw-fixtures--sec .lcw-fixtures--header {
    background-color: #304f69;
    text-align: left;
    float: left;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.lcw-fixtures--sec .lcw-fixtures--header .lcw-fixtures--match-types {
    float: left;
    width: 100%;
}
.lcw-fixtures--header .lcw-fixtures--match-type {
    float: left;
    padding: 4px 14px;
    background-color: #385c7b;
    border-top-left-radius: 4px;
    color: #fff;
}
.lcw-fixtures--header .lcw-match-timing {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 4px 7px;
}
.lcw-fixtures--sec .lcw-fixtures--header .lcw-fixtures--match-types .lcw-match-StartTime {
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 4px 7px;
    font-weight: 600;
}
.lcw-fixtures--header .lcw-match-timing .lcw-match-StartTime {
    float: right;
}
.lcw-fixtures--sec .lcw-fixtures-inner {
    display: block;
    padding: 10px 12px;
    float: left;
    width: 100%;
}
.lcw-fixtures--sec .lcw-fixtures-tm-detail {
	float: left;
    width: 100%;
    padding-bottom: 16px;
}
.lcw-fixtures--sec .lcw-fixtures-tm-mt-detail.fixture-full-detail {
    clear: both;
    width: 100%;
}
.lcw-fixtures--sec .lcw-fixtures:after {
    content: '';
    display: table;
    clear: both;
}
.lcw-fixtures--sec [class*="col-"] {
    padding-bottom: 22px;
}
.lcw-fixtures--sec .lcw-fixtures-tm-detail .lcw-team {
    
}
.lcw-fixtures--sec .lcw-team-image {
    text-align: left;
    width: 30%;
}
.lcw-fixtures--sec .lcw-team-image img {
    width: 52px;
    text-align: left;
    margin: unset;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
}
.lcw-fixtures--sec .lcw-fixtures-tm-detail.right-tm .lcw-team .lcw-team-logo .lcw-team {
    padding-left: 8px;
    padding-right: 0px;
}
.lcw-fixtures--sec .lcw-team-logo .lcw-team {
    text-align: right;
}
.lcw-fixtures--sec .lcw-team-shortname {
    padding-left: 4px;
}
.vertical-tabs .badge {
  background-color: #777;
}
.vertical-tabs .tabs-left {
    margin-top: 10px;
    display: flex;
}
.vertical-tabs .nav-tabs {
  	float: left;
    border-bottom: 0;
    background-color: #eee;
    margin-left: 0;
    width: 18%;
}
.vertical-tabs .nav-tabs li {
  float: none;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}
.vertical-tabs .nav-tabs li a {
  	margin-right: 0;
    border: 0;
    border-radius: 0;
    color: #343232;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 24px 20px;
}
.vertical-tabs .nav-tabs li span {
    display: block;
    margin-bottom: 8px;
}
.vertical-tabs .nav-tabs li.active a:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid #1e73be;
}
.vertical-tabs .nav-tabs > li.active > a, .vertical-tabs .nav-tabs > li.active > a:hover, .vertical-tabs .nav-tabs > li.active > a:focus, .vertical-tabs .nav-tabs > li > a:hover {
    border: 0;
    background-color: #1e73be;
    color: #fff!important;
}
.vertical-tabs .tab-content {
    width: 100%;

    padding: 16px 20px;
}
.vertical-tabs .tab-content .tab-pane {
  	display: none;
	float: left;
    width: 100%;
}
.vertical-tabs .tab-content .active {
  display: block;
}
.vertical-tabs .list-group {
   	width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}
.vertical-tabs .list-group .list-group-item {
  height: 50px;
}
.vertical-tabs .list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}
.stats-sec {
    position: relative;
    border-radius: 4px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    
}
.table-custom-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.table-custom-head table {
    margin-bottom: 0;
    margin: 0 !important;
}
.table-custom-head th {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    border: none;
}
.stats-sec .column1, .stats-sec .column2, .stats-sec .column3 {
    width: 33.3333%;
    padding: 12px 18px;
    vertical-align:middle;
}
.stats-sec .column3 {
    text-align: center;
    width: 10%;
}
.nav-tabs li.psl{

	width: 100%;
}
.nav-tabs li .psl{

	width: 100%;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div {  padding:7px; margin:10px; background:#f1f1f1; color:#666; float:left;border: 1px solid #fff;    width: 97%;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute;top:calc(50% - 30px); }
.MultiCarousel .leftLst { left:0;     padding: 9px; }
.MultiCarousel .rightLst { right:0;   padding: 9px;}
    
.result_box p {
    color: #016652;
    font-size: 10px;
    line-height: 13px;
    margin: 0px;
    margin-bottom: 7px;
}
.result_teams {    
    padding-right: 10px;
}
.rt1 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}
.rt1 img {
    width: 17px;
    float: left;
    margin-right: 5px;
}
.rt_name {
    color: #242424;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
}
.rt_scr {
    color: #242424;
    font-size: 11px;
    line-height: 17px;
    float: right;
    margin-top: 10px;
    /*width: calc(100% - 50px);*/
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.result_rslt {
    color: #242424;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
}
.result_rslt span {
    float: left;
    width: 100%;
    color: #76766F;
}

.sprite {
    background-image: url(spr1.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 34px;
    background-position: -5px -5px;
}

.sprite-a {
    width: 52px;
    height: 34px;
    background-position: -5px -5px;
}

.sprite-act {
    width: 52px;
    height: 34px;
    background-position: -67px -5px;
}

.sprite-afg {
    width: 52px;
    height: 34px;
    background-position: -129px -5px;
}

.sprite-aus {
    width: 52px;
    height: 34px;
    background-position: -191px -5px;
}

.sprite-ban {
    width: 52px;
    height: 34px;
    background-position: -253px -5px;
}

.sprite-csk {
    width: 51px;
    height: 34px;
    background-position: -315px -5px;
}

.sprite-del {
    width: 51px;
    height: 34px;
    background-position: -5px -49px;
}

.sprite-der {
    width: 52px;
    height: 52px;
    background-position: -66px -49px;
}

.sprite-dur {
    width: 52px;
    height: 52px;
    background-position: -128px -49px;
}

.sprite-eng {
    width: 52px;
    height: 34px;
    background-position: -190px -49px;
}

.sprite-ess {
    width: 52px;
    height: 52px;
    background-position: -252px -49px;
}

.sprite-gla {
    width: 52px;
    height: 52px;
    background-position: -314px -49px;
}

.sprite-glo {
    width: 52px;
    height: 52px;
    background-position: -5px -111px;
}

.sprite-gxi {
    width: 52px;
    height: 34px;
    background-position: -67px -111px;
}

.sprite-ham {
    width: 52px;
    height: 52px;
    background-position: -129px -111px;
}

.sprite-hea {
    width: 52px;
    height: 34px;
    background-position: -191px -111px;
}

.sprite-hk {
    width: 51px;
    height: 34px;
    background-position: -253px -111px;
}

.sprite-hur {
    width: 52px;
    height: 34px;
    background-position: -314px -111px;
}

.sprite-ind {
    width: 52px;
    height: 34px;
    background-position: -67px -155px;
}

.sprite-ire {
    width: 52px;
    height: 34px;
    background-position: -191px -155px;
}

.sprite-ken {
    width: 52px;
    height: 52px;
    background-position: -253px -155px;
}

.sprite-kkr {
    width: 51px;
    height: 34px;
    background-position: -315px -155px;
}

.sprite-kxi {
    width: 51px;
    height: 34px;
    background-position: -5px -199px;
}

.sprite-lan {
    width: 52px;
    height: 52px;
    background-position: -66px -199px;
}

.sprite-lei {
    width: 52px;
    height: 52px;
    background-position: -128px -199px;
}

.sprite-mi {
    width: 51px;
    height: 34px;
    background-position: -190px -199px;
}

.sprite-msx {
    width: 52px;
    height: 52px;
    background-position: -315px -199px;
}

.sprite-net {
    width: 51px;
    height: 34px;
    background-position: -5px -261px;
}

.sprite-nor {
    width: 52px;
    height: 52px;
    background-position: -66px -261px;
}

.sprite-not {
    width: 52px;
    height: 52px;
    background-position: -128px -261px;
}

.sprite-npc {
    width: 51px;
    height: 34px;
    background-position: -190px -261px;
}

.sprite-nsw {
    width: 52px;
    height: 34px;
    background-position: -251px -261px;
}

.sprite-nz {
    width: 52px;
    height: 34px;
    background-position: -313px -261px;
}

.sprite-pak {
    width: 52px;
    height: 34px;
    background-position: -190px -305px;
}

.sprite-png {
    width: 51px;
    height: 34px;
    background-position: -5px -305px;
}

.sprite-qld {
    width: 52px;
    height: 34px;
    background-position: -252px -305px;
}

.sprite-raj {
    width: 51px;
    height: 34px;
    background-position: -314px -305px;
}

.sprite-rcb {
    width: 51px;
    height: 34px;
    background-position: -5px -349px;
}

.sprite-ren {
    width: 52px;
    height: 34px;
    background-position: -66px -349px;
}

.sprite-sa {
    width: 52px;
    height: 34px;
    background-position: -128px -349px;
}

.sprite-sco {
    width: 52px;
    height: 34px;
    background-position: -190px -349px;
}

.sprite-scotland {
    width: 51px;
    height: 34px;
    background-position: -252px -349px;
}

.sprite-six {
    width: 52px;
    height: 34px;
    background-position: -313px -349px;
}

.sprite-sl {
    width: 52px;
    height: 34px;
    background-position: -376px -5px;
}

.sprite-som {
    width: 52px;
    height: 52px;
    background-position: -376px -49px;
}

.sprite-sry {
    width: 52px;
    height: 52px;
    background-position: -376px -111px;
}

.sprite-ssx {
    width: 52px;
    height: 52px;
    background-position: -377px -173px;
}

.sprite-sta {
    width: 52px;
    height: 34px;
    background-position: -377px -235px;
}

.sprite-str {
    width: 52px;
    height: 34px;
    background-position: -375px -279px;
}

.sprite-sun {
    width: 51px;
    height: 34px;
    background-position: -375px -323px;
}

.sprite-tas {
    width: 52px;
    height: 34px;
    background-position: -375px -367px;
}

.sprite-tbd {
    width: 52px;
    height: 34px;
    background-position: -5px -411px;
}

.sprite-thu {
    width: 52px;
    height: 34px;
    background-position: -67px -411px;
}

.sprite-uae {
    width: 51px;
    height: 34px;
    background-position: -129px -411px;
}

.sprite-vic {
    width: 52px;
    height: 34px;
    background-position: -190px -411px;
}

.sprite-wa {
    width: 52px;
    height: 34px;
    background-position: -252px -411px;
}

.sprite-war {
    width: 52px;
    height: 52px;
    background-position: -314px -411px;
}

.sprite-wi {
    width: 52px;
    height: 34px;
    background-position: -376px -411px;
}

.sprite-wor {
    width: 52px;
    height: 52px;
    background-position: -438px -5px;
}

.sprite-yrk {
    width: 52px;
    height: 52px;
    background-position: -438px -67px;
}


.cricxtra-widget-inner {
    padding: 10px;
    border: 1px solid #085138;
    border-radius: 6px;
    background-color: #b0dbb2;
}
.cricxtra-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*background-color: rgba(128, 128, 128, 0.91);*/
    float: left;
    width: 100%;
    border-radius: 100px;
    text-align: center;
}
.cricxtra-tabs li {
    background: none;
    color: #fff;
    padding: 3px 16px 3px 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background-color: #678b69;
    margin-right: -5px;
    font-size: 14px;
}
.cricxtra-tabs li:last-child:after{
	content: none;
}
.cricxtra-tabs li:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.cricxtra-tabs li:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.cricxtra-tabs li:after {
    content: "";
    display: block;
    width: 1px;
    background: hsl(0, 0%, 100%);
    position: absolute;
    top: 50%;
    bottom: 0px;
    right: -1px;
    transform: translateY(-50%);
}
.cricxtra-tabs-contents {
    clear: both;
}
.cricxtra-tabs li.current{
	background: #085138;
    color: #fff;
}
.cricxtra-tabs-contents .tab-content{
	display: none;
}
.cricxtra-tabs-contents .tab-content.current{
	display: inherit;
}
.cricxtra-match-info {
    font-size: 12px;
    color: #000;
}
.cricxtra-match-info .cricxtra-match-type {
    padding: 2px 8px;
    margin-right: 3px;
    border-radius: 11px;
    font-size: 12px;
    color: #fff;
}
.cricxtra-match-content {
    color: #fff;
}
.font-color{
	color: #000;
}
.cricxtra-match-summary {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.cricxtra-team-img img {
    max-width: 100%;
    border-radius: 4px;
}
.cricxtra-match-team:after {
    content: '';
    display: table;
    clear: both;
}
.cricxtra-match-team{
    display: table;
	padding-top: 10px;
}
.cricxtra-team-img {
    display: table-cell;
    width: 12%;
    line-height: normal;
}
.cricxtra-team-score {
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
}
.cricxtra-team-score-over {
    float: right;
}
.cricxtra-btn {
    text-align: center;
    padding-top: 8px;
}
.match-center {
	background-color: #085138;
    color: #fff;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}
.cricxtra-match-sec {
    border-bottom: 1px solid #b698e8;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cricxtra-match-sec:last-child{
	border-bottom: none;
    padding-bottom: 0px;
}
.cricxtra-team-score .cricxtra-team-name {
    font-size: 16px;
    font-weight: 600;
}
.cricxtra-team-score-over {
    float: right;
    font-size: 13px;
    padding-top: 3px;
}



.cricxtra-match-summary table {
    border: #5a15cb 1px solid;
}
.cricxtra-match-summary table, 
.cricxtra-match-summary table tbody, 
.cricxtra-match-summary table tbody tr {
    width: 100%;
    border-collapse: collapse;
}
.cricxtra-match-summary table tbody tr th:first-child, 
.cricxtra-match-summary table tbody tr td:first-child{
	text-align: left;
}
.cricxtra-match-summary table tbody tr th {
    background-color: #5a15cb;
    padding: 5px 8px;
}
.cricxtra-match-summary table tbody tr td{
	color: #000;
    padding: 5px 8px;
    font-size: 14px;
}
.cricxtra-match-summary table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.cricxtra-bowling-table {
    padding-top: 12px;
}
.cricxtra-over:after {
    content: '';
    display: table;
    clear: both;
}
.cricxtra-over {
    padding-top: 10px;
}
.cricxtra-over p {
    margin: 0;
    float: left;
}
.cricxtra-over ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.cricxtra-over ul li {
    float: left;
    padding-left: 14px;
    position: relative;
}
.cricxtra-over ul li:after {
    content: '.';
    position: absolute;
    right: -10px;
    bottom: 0;
}
.cricxtra-over ul li:last-child:after{
	content: none;
}
@media (max-width: 667px){
	.lcw-match-slider {
	    display: none;
	}
}
.lcw-match-slider {
	padding: 10px 0px;
	z-index: 99999;
	height: 70px;
	transition: all 0.3s;

    width: 100%;
    position: fixed;
    bottom: -70px;
    left: 0;
    padding: 0;
    border-top: 2px solid #ebb51f;
    overflow: hidden;
    border-top: 2px solid #015ea8;
    overflow: hidden;
    background: #015ea8;
    background: -moz-linear-gradient(102deg,#015ea8 17%,#149146  63%);
    background: -webkit-linear-gradient(102deg,#015ea8 17%,#149146  63%);
    background: -o-linear-gradient(102deg,#015ea8 17%,#149146  63%);
    background: -ms-linear-gradient(102deg,#015ea8 17%,#149146  63%);
    background: linear-gradient(102deg,#015ea8 17%,#149146  63%);
}
.show-matches{

	bottom: 0 !important;
}
.owl-carousel.owl-loaded {
    height: auto!important;
}
span.lcw-match-slider-day {
    font-size: 25px;
}
span.lcw-match-slider-month {
    text-transform: uppercase;
}
/*.lcw-match-slider .owl-item:first-child .item {
    border-left: 1px solid #515151;
}*/
.lcw-match-slider .item {
    border-left: 1px solid #fff;
}


.lcw-match-slider .lcw-match-slider-link-inner {
    width: 100%;
    display: -webkit-table;
    display: table;
}
.lcw-match-slider .lcw-match-slider-link-inner .lcw-match-slider-date {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #fff;
}
.lcw-match-slider .lcw-match-slider-link-inner .lcw-match-slider-sec {
    width: 86%;
    padding: 0 22px;
    display: table-cell;
}
.lcw-match-slider .lcw-match-slider-link {
    text-decoration: none;
}

.lcw-match-slider .lcw-match-slider-link-inner .lcw-match-slider-date span {
    display: block;
}
.lcw-match-slider .lcw-match-slider-link-inner .lcw-match-slider-sec .lcw-match-slider-summary {
    text-align: center;
    margin: 0;
    font-size: 11px;
    color: #fff;
    padding-bottom: 8px;
}
.lcw-match-slider .lcw-match-slider-item-con {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-team p {
    margin: 0;
    font-weight: 600;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-team {
    border-radius: 6px 0 0 6px;
    background: linear-gradient(to bottom, #a8a8a8 0%, #b2b2b2 50%, #a3a3a3 50%, #a0a0a0 100%);
    overflow: hidden;
    transition: height 0.2s ease;
    z-index: 5;
    text-align: left;
    color: #fff;
    position: relative;
    width: 31%;
    height: 28px;
    padding: 5px 5px;
}
.lcw-match-slider .lcw-team-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;

}
.lcw-match-slider .lcw-team-logo {
    border-radius: 50%;
}
.lcw-match-slider .lcw-team-first .lcw-team-logo {
    right: -5px;
}
.lcw-match-slider .lcw-team-second .lcw-team-logo {
    left: -5px;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-team.lcw-team-first {
    right: -10px;
    padding-left: 1rem;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-team-second.lcw-team {
    padding-right: 1rem;
    border-radius: 0 6px 6px 0;
    text-align: right;
    left: -10px;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-slider-match-detail {
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 6px;
    width: 38%;
    z-index: 6;
    text-align: center;
    color: #000;
    height: 34px;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-slider-match-detail .lcw-match-con-runs {
    font-weight: 600;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-slider-match-detail .lcw-match-con-versus {
    font-size: 10px;
    text-transform: lowercase;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-slider-match-detail .lcw-match-con-score {
    font-size: 14px;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-slider-match-detail .lcw-slider-match-time span {
    display: block;
}
.lcw-match-slider .lcw-match-slider-item-con .lcw-slider-match-detail .lcw-slider-match-time {
    font-size: 10px;
}
.lcw-match-slider .owl-dots{
    display: none;
}
.lcw-match-slider .owl-nav div {
    position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent!important;
    height: 100%;
    outline: none!important;
	width: 30px;
	border: none!important;
	color: #fff!important;
}
.lcw-match-slider .owl-nav .owl-prev {
    left: 0;
}
.lcw-match-slider .owl-nav button span {
    font-size: 40px;
    line-height: normal;
    font-family: Times New Roman;
    color: #fff;
    cursor: pointer;
}
.lcw-match-slider .owl-nav .owl-next{
    right: 0;
    left: initial;
    border-left: 1px solid #515151;
}
.lcw-match-slider .owl-carousel {
    padding: 0px 30px;
}
.lcw-match-slider .owl-nav button {
    background-color: transparent;
    border: none;
    height: 100%;
    padding: 0;
    outline: none;
}
.lcw-match-slider .owl-nav div:before{
	content: none;
}
.lcw-livescore-outer .nav-tabs {
	position: relative;
	clear: both;
	margin: 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 10px;
}
.lcw-livescore-outer .nav-tabs>li {
	width: auto;
	margin-bottom: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.lcw-livescore-outer .nav-tabs::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.lcw-livescore-outer .nav-tabs::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 18px;
}
.lcw-livescore-outer .nav-tabs::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.lcw-livescore-outer .nav-tabs::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.lcw-livescore-outer .nav-tabs>li.active>a, .lcw-livescore-outer .nav-tabs .nav-link.active  {
	font-weight: 700;
}


@media(max-width: 767px){
	
}
.keeda_cricket_single_match {
    position: relative;
}
.keeda_cricket_match_list {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 20px 0px 20px;
    text-decoration: none !important;
    display: block;
    color: #000 !important;
}
.keeda_widget_info.cricket {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 6px;
}
.keeda_widget_team_group {
    position: relative;
}
.keeda_widget_team {
    height: 46px;
    position: relative;
    /* margin-bottom: 5px; */
}
.keeda_widget_cricket_flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #E6E7ED;
    border-radius: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* bottom: 6px; */
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.keeda_widget_team_name.cricket {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    min-width: 60px;
}
.keeda_widget_score.cricket {
    font-size: 13px;
    position: relative;
    display: inline-block;

}
.keeda_cricket_match_list {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
    text-decoration: none !important;
    display: block;
    color: #000 !important;
}
.keeda_widget_result_info.post {
    text-align: center;
    margin-bottom: 7px;
}
.lcw-commentry-filters ul {
    padding: 0;
    list-style: none;
}
.lcw-commentry-filters .btn-default:hover, 
.lcw-commentry-filters .btn-default:focus,
.lcw-commentry-filters .btn-default:active, 
.lcw-commentry-filters .btn-default.active, 
.lcw-commentry-filters .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #149146;
    border-color: #149146;
}
.lcw-commentry-filters .btn-default:active:hover, .lcw-commentry-filters .btn-default.active:hover, .lcw-commentry-filters .open > .dropdown-toggle.btn-default:hover, .lcw-commentry-filters .btn-default:active:focus, .lcw-commentry-filters .btn-default.active:focus, .lcw-commentry-filters .open > .dropdown-toggle.btn-default:focus, .lcw-commentry-filters .btn-default:active.focus, .lcw-commentry-filters .btn-default.active.focus, .open > .lcw-commentry-filters .dropdown-toggle.btn-default.focus {
    background-color: #149146;
    color: #fff;
    outline: none;
}
.lcw-commentry-filters .dropdown-menu {
    padding: 0;
    list-style: none;
    min-width: 100%;
    width: 100%;
}
.lcw-commentry-filters .dropdown-menu li {
    margin-bottom: 0;
}
.lcw-commentry-filters .dropdown-menu li a {
    padding: 6px 14px;
    white-space: normal;
}
.lcw-commentry-filters .dropdown:first-child li a {
    padding: 4px 10px;
    font-size: 13px;
}
.lcw-commentry-filters {
    width: 100%;
    background-color: #149146;
    float: left;
}

.lcw-team-wrap .lcw-team-list {
    list-style: none;
    padding: 0;
    margin: 0px -6px;
	flex-wrap: wrap;
}
.lcw-team-wrap .lcw-team-list li {
    float: left;
    width: 25%;
    padding: 0 6px;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player {
    background-color: #385c7b;
    border-radius: 18px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 7px -2px;
	padding: 20px 8px;
    position: relative;
	text-align: center;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player a {
    display: block;
    text-align: center;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player .lcw-playerPhoto {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.profile-img {
    background-color: #e3e3e3;
    border: 3px solid #fff;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
    width: 88px;
}
.profile-img img {
    width: 84px;
    height: 84px;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player .lcw-playerPhoto .profile-img {
    float: none;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player .lcw-playerinfo {
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 10px;
}
.lcw-team-wrap .lcw-playerinfo .lcw-playername p {
    font-size: 18px;
    color: #fff;
	    margin: 0;
    line-height: normal;
}
.lcw-team-wrap .lcw-playerinfo .lcw-playername span {
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.7;
    letter-spacing: 1.2px;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player .lcw-playerbadge {
    text-transform: uppercase;
    top: 7px;
    right: 7px;
    text-align: center;
    border-radius: 2px;
    padding: 3px 5px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
}
.lcw-team-wrap .lcw-team-list .lcw-team-player .lcw-playerbadge p {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 10px;
    color: #fff;
}
.home-score-slider {
    background-color: #fff;
    padding: 2rem 0 3rem;
}
.score-slide {
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    background-color: #385c7b;
}
.lcw-header-live-slider {
    padding: 8px 0 14px;
}
.lcw-header-card {
    background: linear-gradient(145deg, #133b5c 0%, #1e5f74 100%);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
}
.lcw-header-card-link {
    display: block;
    color: #fff;
    padding: 10px 12px 8px;
    text-decoration: none;
}
.lcw-header-card-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.lcw-live-pill {
    background: #e11d48;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 700;
}
.lcw-header-series {
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.95;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lcw-header-team-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.lcw-header-team {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.lcw-header-team img {
    width: 26px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
}
.lcw-header-team span {
    font-weight: 600;
    font-size: 13px;
}
.lcw-header-score {
    font-size: 13px;
    font-weight: 700;
}
.lcw-header-status {
    margin: 6px 0 0;
    font-size: 12px;
    opacity: 0.95;
    min-height: 16px;
}
.lcw-header-actions {
    display: flex;
    gap: 6px;
    padding: 0 12px 10px;
}
.lcw-header-actions a {
    flex: 1;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    padding: 4px 6px;
    text-decoration: none;
}
.lcw-header-actions a:hover {
    background: rgba(255,255,255,0.12);
}
.lcw-no-live-header {
    background: #0f2740;
    color: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lcw-smart-widget {
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 12px;
    padding: 12px;
    margin: 12px 0;
}
.lcw-smart-widget-head h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #102a43;
}
.lcw-smart-widget-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.lcw-smart-match-card {
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    overflow: hidden;
    background: #f9fcff;
}
.lcw-smart-main-link {
    display: block;
    padding: 10px;
    color: #12263a;
    text-decoration: none;
}
.lcw-smart-series {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.lcw-smart-format {
    font-size: 11px;
    font-weight: 700;
    color: #0f4c81;
    text-transform: uppercase;
}
.lcw-smart-tour {
    font-size: 12px;
    color: #486581;
}
.lcw-smart-team-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.lcw-smart-team {
    display: flex;
    align-items: center;
    gap: 7px;
}
.lcw-smart-team img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
}
.lcw-smart-team span {
    font-size: 13px;
    font-weight: 600;
}
.lcw-smart-score {
    font-size: 13px;
    font-weight: 700;
}
.lcw-smart-status {
    margin-top: 8px;
    font-size: 12px;
    color: #1f4f7a;
}
.lcw-smart-actions {
    display: flex;
    gap: 6px;
    padding: 0 10px 10px;
}
.lcw-smart-actions a {
    flex: 1;
    text-align: center;
    border: 1px solid #c7d7ea;
    background: #fff;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    padding: 4px 6px;
    text-decoration: none;
}
.lcw-smart-widget-empty p {
    margin: 0;
    color: #627d98;
}

.lcw-highlights-timeline {
    display: grid;
    gap: 10px;
}
.lcw-highlight-item {
    border-left: 3px solid #1e5f74;
    background: #f9fcff;
    border-radius: 8px;
    padding: 8px 10px;
}
.lcw-highlight-item .meta {
    font-size: 12px;
    color: #486581;
}
.lcw-highlight-item .title {
    font-weight: 700;
    color: #102a43;
    font-size: 14px;
}
.lcw-highlight-item .desc {
    color: #334e68;
    font-size: 13px;
}

@media screen and (max-width: 1080px) {
    .lcw-smart-widget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 700px) {
    .lcw-smart-widget-grid {
        grid-template-columns: 1fr;
    }
    .lcw-header-actions {
        gap: 4px;
    }
    .lcw-no-live-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
.score-slide:focus {
    outline: none;
}
.score-slide-title {
    color: #fff;
        padding: 0.4rem 1rem 0rem;
}
.icon-map {
    width: 1rem;
    height: 1rem;
    fill: #f7f7f7;
    position: relative;
    top: -.2rem;
}
.score-slide-location {
    
    border-left: #f7f7f7 1px solid;
    border-right: #f7f7f7 1px solid;
}
.score-card {
        margin: 8px 12px 14px;
    border-left: #f7f7f7 1px solid;
    border-right: #f7f7f7 1px solid;
}
.score-card-img {
    position: relative;
}
.score-card-img img {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}
.score-card-country {
    margin-top: 5px;
}
.score-card-overs {
    color: #333333;
    opacity: .7;
        line-height: normal;
}
.score-card-vs-inner {
    background-color: #009c00;
    border-radius: 5rem;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6rem;
    margin: 0 2rem;
    position: relative;
}
.score-card-vs-inner:before,
.score-card-vs-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #009c00;
    width: 1rem;
    height: 1px;
}
.score-card-vs-inner:before {
    left: -1rem;
}
.score-card-vs-inner:after {
    right: -1rem;
}
.score-card-won {
    background-color: #f7f7f7;
    padding: .4rem 1.5rem;
}
.score-card-won span {
    color: var(--color-primary);
    text-transform: uppercase;
}
.score-card-score-outer {
    padding-top: 4px;
}
.score-card-score {
    line-height: normal;
}

.score-slide-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-status {
    width: auto;
    margin: 0 auto;
    display: inline-block;
	color: #ff0000;
}
.live-bar {
    background-color: rgba(238,209,209,.7);
    height: 3px;
    width: 100%;
    overflow: hidden;
}
.live-bar-move {
    background-color: #ff0000;
    background-image: linear-gradient(to right, rgba(238,209,209,.7) 25%, rgba(0, 0, 0, .1) 50%, rgba(238,209,209,.7) 75%);
    color: white;
    height: 100%;
    width: 100%;
    -webkit-animation: 1s linear 1s infinite move_eye;
    animation: 1s linear 1s infinite move_eye;
}
@-webkit-keyframes move_eye { from { margin-left: -20%; } to { margin-left: 100%; }  }
        @keyframes move_eye { from { margin-left: -20%; } to { margin-left: 100%; }  }


.score-slider .slick-slide {
    margin: 0 1rem;
}
.score-slider .slick-list {
    margin: 0 -1rem;
}
.score-slider .slick-dots {
    bottom: -3.9rem;
}
.score-slider .slick-dots li button:before {
    font-size: 12px;
}
.score-slider .slick-dots li.slick-active button:before,
.score-slider .slick-dots li button:hover:before, 
.score-slider .slick-dots li button:focus:before {
    color: #0056b3;
}
.home-score-slider {
        padding: 5px 22px 15px;
}
/* FONT SIZE */
.fs-10 { font-size: 1rem; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 13px; }
.fs-16 { font-size: 13px; }
.fs-18 { font-size: 13px; }
.fs-20 { font-size: 13px; }
.fs-22 { font-size: 2.2rem; }
.fs-24 { font-size: 2.4rem; }
.fs-26 { font-size: 2.6rem; }
.fs-28 { font-size: 2.8rem; }
.fs-30 { font-size: 3.0rem; }
.fs-32 { font-size: 3.2rem; }
.fs-34 { font-size: 3.4rem; }
.fs-36 { font-size: 3.6rem; }

/* FONT WEIGHT */
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.d-flex{
    display:-ms-flexbox!important;
    display:flex!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.first-team{
	flex-direction: column;
}
.second-team{
	flex-direction: column-reverse;
}
.align-items-center{
    -ms-flex-align:center!important;
    align-items:center!important
}
.m-auto{
    margin:auto!important
}
.mt-auto,.my-auto{
    margin-top:auto!important
}
.mr-auto,.mx-auto{
    margin-right:auto!important
}
.mb-auto,.my-auto{
    margin-bottom:auto!important
}
.ml-auto,.mx-auto{
    margin-left:auto!important
}
.p-0{
    padding:0!important
}
.pt-0,.py-0{
    padding-top:0!important
}
.pr-0,.px-0{
    padding-right:0!important
}
.pb-0,.py-0{
    padding-bottom:0!important
}
.pl-0,.px-0{
    padding-left:0!important
}
.p-1{
    padding:.25rem!important
}
.pt-1,.py-1{
    padding-top:.25rem!important
}
.pr-1,.px-1{
    padding-right:.25rem!important
}
.pb-1,.py-1{
    padding-bottom:.25rem!important
}
.pl-1,.px-1{
    padding-left:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.pt-2,.py-2{
    padding-top:.5rem!important
}
.pr-2,.px-2{
    padding-right:.5rem!important
}
.pb-2,.py-2{
    padding-bottom:.5rem!important
}
.pl-2,.px-2{
    padding-left:.5rem!important
}
.p-3{
    padding:1rem!important
}
.pt-3,.py-3{
    padding-top:1rem!important
}
.pr-3,.px-3{
    padding-right:4px;
}
.pb-3,.py-3{
    padding-bottom:1rem!important
}
.pl-3,.px-3{
    padding-left:4px;
}
.p-4{
    padding:1.5rem!important
}
.pt-4,.py-4{
    padding-top:1.5rem!important
}
.pr-4,.px-4{
    padding-right:1.5rem!important
}
.pb-4,.py-4{
    padding-bottom:1.5rem!important
}
.pl-4,.px-4{
    padding-left:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.pt-5,.py-5{
    padding-top:3rem!important
}
.pr-5,.px-5{
    padding-right:3rem!important
}
.pb-5,.py-5{
    padding-bottom:3rem!important
}
.pl-5,.px-5{
    padding-left:3rem!important
}
body .lcw-batsmen .lcw-tbody .lcw-thead .lcw-td {
    color: #ffffff;
}



/* new-css */
.ranking-wrap .lcw-livescore-outer .nav-link {
    margin: 0;
}
.ranking-wrap .lcw-table {
    margin: 0 !important;
    width: 100%;
}
.ranking-wrap .lcw-table thead {
    background-color: #4c6c88;
}
.ranking-wrap .lcw-table thead th {
    color: #fff;
    border: none;
}
.ranking-wrap .lcw-table td {
    vertical-align: middle;
}
.ranking-wrap .lcw-table img {
    width: 40px;
    border-radius: 4px;
}
.ranking-wrap .lcw-table tr td:first-child, .ranking-wrap .lcw-table tr th:first-child {
    width: 50px;
    text-align: center;
}
.ranking-wrap .lcw-table .player-team-name {
    display: inline-block;
    vertical-align: middle;
}
.ranking-wrap .lcw-table .player-team-name .player-country {
    display: block;
    font-weight: 700;
    font-size: 12px;
}
.ranking-wrap .lcw-table tr th:nth-child(3), .ranking-wrap .lcw-table tr td:nth-child(3), 
.ranking-wrap .lcw-table tr th:nth-child(4), .ranking-wrap .lcw-table tr td:nth-child(4) {
    width: 80px;
    text-align: center;
}
.player-stast-data {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    border-top: none;
}
.player-stast-data .ps-tbl.ps-tbl-lt {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.player-stast-data .ps-tbl.ps-tbl-rt {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.player-stast-data .ps-dv-row {
    justify-content: flex-start;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.player-stast-data .ps-dv-col {
    height: 55px;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex: 1;
	border-bottom: 1px solid #e8e8e8;
}
.player-stast-data .ps-dv-row.ps-head-section .ps-dv-col {
    background: #4c6c88;
    color: #fff;
}
.player-stast-data .ps-body-section .ps-dv-row:last-child .ps-dv-col {
    border: none;
}
.page-id-27674 .entry-header, .page-id-28022 .entry-header, .page-id-28788 .entry-header {
    display: none;
}
.cnl-box-wrap {
    background-color: #385c7b;
    padding: 16px 20px;
    border-radius: 4px;
    box-shadow: 0px 3px 4px rgb(89 89 89 / 60%);
	color: #fff;
	    margin-bottom: 20px;
}
.cnl-box-wrap .cnl-box-inner .box-img-wrap img {
    border: 2px solid #ffffff;
    border-radius: 4px;
    max-width: 80px;
	height: 80px;
    background-color: #e3e3e3;
}
.justify-content-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.cnl-box-inner .box-content {
    color: #fff;
    padding-left: 10px;
    font-weight: 700;
    font-size: 20px;
}
.cnl-box-inner .box-content .player-status {
    font-weight: 100;
    font-size: 14px;
}
.cnl-box-wrap .cnl-ranking-wrp {
    border-radius: 4px;
    overflow: hidden;
}
.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col {
    flex-basis: 100%;
    width: 70px;
    text-align: center;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
}
.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col.cnl-titles {
    min-width: 140px;
}
.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col:first-child {
    border-bottom-left-radius: 4px;
}
.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col:last-child {
    border-right: 1px solid #fff;
    border-bottom-right-radius: 4px;
}
.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col div {
    padding: 2px 0px;
}
.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col .cnl-rank-label, .cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col .cnl-rank-title {
    background-color: #fff;
    color: #000;
}
.cnl-box-inner .box-content .coch-status p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.cnl-box-inner .box-content .coch-status p span {
    font-weight: 100;
}
.cnl-ranking-wrp .si-title {
    text-align: center;
    font-weight: 600;
}
.match-info-wrap {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}
.match-info-wrap ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}
.match-info-wrap ul li {
    margin: 0;
    padding: 14px 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}
.match-info-wrap ul li:nth-child(even) {
    background-color: #f7f7f7;
}
.match-info-wrap ul li .match-info-label {
    font-weight: 600;
    min-width: 150px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.match-info-wrap ul li .match-info-label:after {
    content: ":";
    position: absolute;
    left: auto;
    right: 15px;
    top: 50%;
    width: 2px;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-info-content {
    height: 130px;
    overflow: hidden;
    mask-image: linear-gradient(180deg,#000 40%,rgba(255,255,255,0) 100%);
    -webkit-mask-image: linear-gradient( 180deg, #000 40%,rgba(255,255,255,0) 100%);
}
.show-more {
    text-align: right;
    font-weight: 600;
    font-style: italic;
    cursor: pointer;
}
.site-info-content.show {
    height: auto;
    -webkit-mask-image: none;
}
.cricxtra-sec-heading h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
}
.cricxtra-sec-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}
.player-bio, .best-performance {
    margin-top: 30px;
}
.best-performance .cricxtra-sec-heading {
    margin-bottom: 30px;
}
.performance-sec {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 7px 12px -9px rgb(89 89 89 / 60%);
}
.performance-sec h4 {
    margin: 0;
    position: absolute;
    top: -16px;
    background-color: #385c7b;
    color: #fff;
    padding: 4px 12px;
    font-size: 16px;
    border-radius: 2px;
    transform: skewX(-20deg);
    line-height: normal;
    left: 20px;
}
.performance-sec h4 span {
    transform: skewX( 20deg );
    display: inline-block;
}
.performance-sec:last-child {
    margin-bottom: 0;
}
.performance-sec .performance-col .label {
    padding: 0;
    color: inherit;
    font-size: 16px;
}
.performance-sec .performance-col .against img {
    width: 20px;
    border-radius: 2px;
    margin-right: 4px;
}
.performance-sec .performance-col:after {
    content: '';
    border-right: 1px solid #e9e9e9;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.performance-sec [class*=col-]:last-child .performance-col:after{
	display: none;
}
.performance-col {
    text-align: center;
}
.table td a, .lcw-batsmen .lcw-tbody .lcw-td a {
    color: #385c7b;
    text-decoration: underline !important;
}
.lcw-fixtures-live-sec .lcw-fixtures {
    height: auto !important;
}
.standings img {
    width: 50px;
}
.series-row {
    margin: 0px -10px;
}
.series-wrap .series-data {
        width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.series-data .series-data-inner {
    border: 1px solid #bebebe;
    border-radius: 4px;
    height: 100%;
	text-align: center;
}
.series-data .series-data-inner a {
    padding: 8px 14px;
    display: block;
    height: 100%;
}
.series-data .series-data-inner a:hover {
        color: #f8f8f8;
		background-color: #385c7b;
}
.series-data .series-data-inner .series-name {
    font-weight: 600;
}
.series-detail .series-matchforms span:after {
    content: ',';
}
.series-detail .series-matchforms span {
    padding-right: 4px;
    position: relative;
}
.series-detail .series-matchforms span:last-child:after{
	content: none;
}
.series-wrap .tour-name {
    font-size: 22px;
    display: inline-block;
    line-height: normal;
    margin-bottom: 14px;
    font-weight: 600;
}
.fantasy-inner {
    position: relative;
}
.prediction-label {
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 65px;
    text-align: center;
    top: -40px;
    font-weight: normal;
}
.prediction-progressBar{
    margin-top: 70px;
}
.progressBar {
    width: 100%;
    position: relative;
    height: 8px;
    background: #e7e7e7;
	border-radius: 4px;
}
.prediction-progressBar .fantasy-cols {
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: .5s ease-in-out width;
    -moz-transition: .5s ease-in-out width;
    -ms-transition: .5s ease-in-out width;
    -o-transition: .5s ease-in-out width;
    transition: .5s ease-in-out width;
}
.progressBar .fantasy-cols {
    height: 100%;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.progress-bar-wrap .progressBar .fantasy-cols{
	width: 100%;
}
.prediction-team-info {
    position: absolute;
    top: -50px;
    width: 60px;
}
.prediction-progressBar .fantasy-cols:last-child {
       right: 0;
    justify-content: normal;
    align-items: flex-end;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.prediction-progressBar .fantasy-cols:last-child .prediction-team-info {
    flex-direction: row-reverse;
}
.prediction-team-info img, .fan-team img {
    width: 60px;
    border-radius: 4px;
}
.prediction-info, .fan-team span {
    margin-left: 8px;
    font-weight: 600;
}
.prediction-progressBar .fantasy-cols:last-child .prediction-info {
    margin-left: 0;
    margin-right: 8px;
}
.prediction-progressBar .prediction-win-prcntg {
    margin-top: 10px;
    font-weight: 800;
    font-size: 20px;
}
.fantasy-cols.team-A {
    background-color: #385c7b;
}
.fantasy-cols.team-B {
    background-color: #0C273E;
}
.fantasy-block {
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    border-radius: 4px;
    background-color: #fff;
    padding: 12px 18px 20px;
    margin-bottom: 24px;
}
.fantasy-block > h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: normal;
    border-bottom: 2px solid #eee;
    font-weight: 600 !important;
    padding-bottom: 10px;
}
.fantasy-wrp {
    margin-bottom: 30px !important;
}
.progressBar .team-A {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.progressBar .team-B {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.venu-content .venue-detail h4 {
    margin: 0;
}
.venu-content h2 {
    margin-top: 0;
    margin-bottom: 1px;
    line-height: 1;
    font-weight: 700;
}
.venu-content .col-md-5 .fantasy-cols:nth-child(2) {
    padding: 0px 20px;
}
.venue-detail img {
    width: 55px;
}
.winning-toss-wrap {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 12px 0px;
    margin: 12px 0px;
}
.progress-bar-row .fantasy-left p, .progress-bar-row .fantasy-right p {
    font-weight: 600;
}
.progress-bar-header {
    margin-bottom: 6px;
}
.progress-bar-wrap .progressBar:after {
    content: '';
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background-color: #fff;
    width: 2px;
    height: 100%;
    position: absolute;
}
.progressBar .fantasy-cols .progressBar-bg {
    height: 100%;
    position: absolute;
    background-color: #385c7b;
}
.progressBar .fantasy-cols.fantasy-left .progressBar-bg {
    right: 0;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}
.progressBar .fantasy-cols.fantasy-right .progressBar-bg {
    left: 0;
        -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
}
.progress-bar-wrap {
    margin-bottom: 20px;
}
.team-strength .fantasy-left, .team-strength .fantasy-right {
    padding: 0;
}
.team-strength .fantasy-right .fan-team {
    float: right;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.team-strength .fantasy-right span, .last-matches .win-loss-content:last-child .fan-team span {
    margin-left: 0;
    margin-right: 8px;
}
.team-strength {
    border-bottom: 2px solid #eee;
    padding: 8px 0px 14px;
    margin-bottom: 16px;
}
.last-matches .win-loss-content:last-child .fan-team {
    flex-direction: row-reverse;
}
.win-loss-content .win-loss-list {
    margin-top: 12px;
}
.win-loss-content .win-loss-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.last-matches .win-loss-content:last-child ul {
    justify-content: flex-end;
}
.win-loss-list li {
    width: 40px;
    height: 40px;
    border: 3px solid #eee;
    text-align: center;
    line-height: normal;
    margin-right: 6px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    font-weight: 600;
	position: relative;
}
.win-loss-list li.win {
    border-color: #008000;
}
.win-loss-list li.loss {
    border-color: #ff0000;
}
.win-loss-list li:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 80%;
    margin: 0px auto;
    height: 2px;
    background: #000;
}
.cnl-team-col-wrap .cnl-team-col {
    margin-bottom: 20px;
}
.cnl-team-col-inner {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    box-shadow: 0px 10px 12px -10px rgb(0 0 0 / 60%);
    overflow: hidden;
    height: 100%;
    text-align: center;
}
.cnl-team-col-inner .cnl-team-link {
    padding: 20px 20px;
    height: 100%;
    justify-content: center;
    align-content: space-evenly;
}
.cnl-team-image-container .team-list-image {
    width: 120px;
}
.cnl-team-col-inner .cnl-team-name h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}
.lcw-livescore-outer .nav-tabs .nav-link {
    margin: 0;
    padding: 10px 22px;
    line-height: normal;
    font-size: 14px;
}
.live-score-update .lcw-match-info .lcw-match-info-header{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    box-shadow: 0px 8px 9px -10px rgb(0 0 0 / 40%);
	background-color: #385c7b;
	color: #fff;
}
.lcw-home-team .lcw-team-image img, .lcw-team-image img {
    margin-right: 8px;
}
.lcw-batsmen .lcw-tbody .lcw-td:first-child{
    color: #385c7b;
    font-weight: 600;
}
.lcw-batsmen .lcw-tbody .lcw-td p {
    color: initial;
    font-size: 12px;
    font-weight: 100;
}
body .must-player-col p {
    margin-bottom: 5px;
}
.must-player-img {
    border: 3px solid #e5e5e5;
    position: relative;
    background-color: #efefef;
    border-radius: 100px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
.must-player-col .must-player-name p {
    line-height: normal;
    font-size: 14px;
}
.must-player-img .is-caption {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0px;
}
.is-caption{
	background-color: #385c7b;
}
.is-caption.vc-is-caption {
    background-color: #385c7b;
}
.recomended-player-wrap {
    background-image: url(../images/cricket-ground.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 15px 15px;
    text-align: center;
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
}
.recom-player-img {
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.recomended-player-con {
    background-color: #000;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
}
.list-title {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
    font-weight: 600;
}
.recomended-player-col {
    flex-basis: 25%;
    padding: 8px 0px;
}
.recomended-player-name {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recomended-player-col p {
    color: #fff;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
}
.recom-player-img .is-caption {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    right: 0;
    bottom: 0;
}
.players-list-sec {
    height: 120px;
}
.batsmen-sec .players-list-sec, .bowlers-sec .players-list-sec {
    height: 270px;
}
.recomended-row {
    margin-bottom: 16px;
}


/* slider-style */
.team-data .team_name img {
    display: inline-block;
    width: 40px;
    background-color: #ececec;
    height: 24px;
    border-radius: 4px;
		color:#fff;
}
.score-slide p {
    margin: 0;
    font-size: 12px;
}
.score-slide .series_name {
    margin-bottom: 5px;
}
.score-slide .match_details .team-data {
    margin-bottom: 4px;
}
.score-slide .match_details .teams .team-data:last-child {
    margin-bottom: 0;
}
.score-slider .slick-slide {
    padding: 4px 6px;
}




/* new-media */
@media(max-width: 991px){
	.cnl-team-col-wrap .cnl-team-col {
		width: 33.3333%;
	}
	.must-player-inner .col-md-3 {
		width: 25%;
	}
	
}
@media(max-width: 767px){
	.cnl-team-col-wrap .cnl-team-col {
		width: 50%;
	}
	.recomended-player-wrap {
		width: 100%;
	}
	.must-player-inner .col-md-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.last-year-content .last-matches .win-loss-content {
		margin-bottom: 16px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.last-year-content .last-matches {
		flex-direction: column;
		align-items: normal !important;
	}
	.last-matches .win-loss-content:last-child .fan-team span {
		margin-right: 0;
		margin-left: 8px;
	}
	.win-loss-content .win-loss-list {
		margin-top: 0;
	}
	.venu-content > .d-flex {
		flex-wrap: wrap;
	}
	.venu-content .fantasy-cols.col-md-4:nth-child(1) {
		width: 100%;
	}
	.venu-content .fantasy-cols:not(:first-child) {
		flex: 1;
	}
	.venue-detail {
		margin-bottom: 20px !important;
	}
	.last-year-content .last-matches .win-loss-content .fan-team {
		flex-direction: unset;
	}
	.win-loss-list li {
		width: 26px;
		height: 26px;
		border-width: 1px;
		margin-right: 4px;
		font-weight: normal;
		font-size: 12px;
	}
	
	
}
@media(max-width: 499px){
	.cnl-team-col-wrap .cnl-team-col {
		width: 100%;
	}
	.cnl-team-image-container .team-list-image {
		width: 70px;
	}
	.cnl-team-col-inner .cnl-team-name h3 {
		font-size: 16px;
	}
	.cnl-box-wrap {
		padding: 10px 14px;
	}
	.cnl-box-wrap .cnl-box-inner .box-img-wrap img {
		max-width: 70px;
		height: 70px;
		border-width: 2px;
	}
	.cnl-box-inner .box-content {
		font-size: 16px;
	}
	.cnl-box-inner .box-content .player-status {
		font-size: 12px;
		line-height: normal;
	}
	.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col.cnl-titles {
		min-width: 90px;
	}
	.cnl-box-wrap .cnl-ranking-wrp .cnl-dv-col {
		font-size: 12px;
	}
	.match-info-wrap ul li .match-info-label {
		display: block;
		    padding: 0
	}
	.match-info-wrap ul li .match-info-label:after{
		content: none;
	}
	.match-info-wrap ul li {
		padding: 8px 12px;
		line-height: normal;
	}
	.site-info-content p {
		font-size: 14px;
		text-align: justify;
	}
	.player-stast-data .ps-dv-col {
		height: 44px;
	}
	.performance-sec h4 {
		font-size: 16px !important;
	}
	.series-wrap .series-data {
		width: 100%;
	}
	
	
	body .fantasy-block > h4 {
		font-size: 16px;
	}
	.recom-player-img {
		height: 40px;
		width: 40px;
	}
	.players-list-sec {
		height: 90px;
	}
	.batsmen-sec .players-list-sec, .bowlers-sec .players-list-sec, .all_rounders-sec .players-list-sec {
		height: 274px;
	}
	.recom-player-img .is-caption {
		font-size: 8px;
		width: 16px;
		height: 16px;
		line-height: 2;
	}
	.must-player-inner .col-md-3 {
		width: 100%;
	}
	.venu-content .col-md-3 {
		flex: 1 100% !important;
	}
	.venu-content .col-md-5.fantasy-cols .fantasy-cols {
		flex: 1;
		margin-top: 10px;
	}
	.winning-toss-wrap .d-flex, .team-strength .fantasy-left .fan-team, .team-strength .fantasy-right .fan-team {
		flex-direction: column !important;
	}
	.winning-toss-wrap .fantasy-cols {
		order: 2;
	}
	.winning-toss-wrap .fantasy-mid {
		order: 1 !important;
	}
	.winning-toss-wrap b {
		float: right;
	}
	.progress-bar-row .fantasy-left p, .progress-bar-row .fantasy-right p {
		font-size: 12px;
	}
	.fantasy-block {
		padding: 10px 10px 12px;
	}
	.team-strength .fantasy-col{
		padding: 0;
	}
	.last-year-content .fantasy-cols.col-md-6 {
		width: 100%;
		padding: 0 6px;
	}
	.last-year-content .fantasy-cols.col-md-6 .fantasy-cols {
		flex: 1;
	}
	.last-year-content .fantasy-cols.col-md-6 .fantasy-cols:nth-child(2) {
		width: 34%;
	}
	.last-year-content .fantasy-cols.col-md-6 p {
		text-align: center;
		font-size: 12px;
		line-height: normal;
	}
	
}

/* old */

@media(max-width:767px){
    .lcw-commentry-filters .dropdown:first-child li a {
        padding: 6px 14px;
        font-size: 14px;
    }
    .lcw-team-wrap .lcw-team-list li {
		width: 50%;
	}
	.player-header > .d-flex {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.player-detail-box, .player-header .cnl-ranking-wrp {
		width: 100%;
	}
	.player-header .cnl-ranking-wrp {
		margin-top: 10px;
	}
	.player-wrap .player-header {
		margin-bottom: 14px;
	}
	.player-stast-data .ps-tbl.ps-tbl-lt {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		font-size: 14px;
	}
	.player-stast-data .ps-tbl.ps-tbl-rt {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}
	.player-stast-data .ps-tbl.ps-tbl-lt .ps-body-section {
		border-right: 2px solid #efefef;
	}
	.player-stast-data .ps-tbl.ps-tbl-rt .ps-dv-col {
		flex: none;
		width: 50%;
	}
	.performance-sec .performance-col:after {
		border-bottom: 1px solid #e9e9e9;
		border-right: none;
		top: unset;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.performance-col {
		text-align: center;
		padding: 14px 0px;
	}
	.series-wrap .series-data {
		width: 50%;
	}
    
}
@media(max-width: 499px){
	.lcw-commentry-filters .dropdown {
        width: 50%!important;
    }
    .lcw-commentry-filters .dropdown:first-child {
        width: 100%!important;
        text-align: center;
    }
    .lcw-commentry-filters .dropdown button {
        width: 100%;
    }
    .lcw-commentry-filters .dropdown li a {
        text-align: left;
    }
    .lcw-commentry-filters .dropdown-menu li {
        width: 100%!important;
    }
    .lcw-commentry-filters .dropdown button {
        font-size: 12px;
        padding: 0px 4px;
        text-transform: capitalize;
    }
	.lcw-table .lcw-td{
		padding: 0 3px;
	}
    .lcw-team-wrap .lcw-team-list li {
		width: 100%;
	}
	.lcw-team-wrap .lcw-team-list .lcw-team-player {
		border-radius: 6px;
	}
	.lcw-team-wrap .lcw-playerinfo .lcw-playername span {
		font-size: 18px;
	}

	
	.lcw-batsmen .lcw-tbody .lcw-td p {
		font-size: 10px;
	}
	.lcw-table .lcw-td {
		font-size: 11px;
		line-height: 1.4;
		text-align: center;
	}
	
	
	
	
}



@media(max-width: 767px){
	
}
@media(max-width: 499px){
	
	
	
}
.s-slider .slick-slide{
	margin-top: 12px;
	padding: 5px;

}
.s-slider .slick-prev{
	
	left: -14px!important;
}
.s-slider .slick-next{

	right: -16px!important;
}
.lcw-fb-shell{padding:16px;background:#0f4f74;color:#eaf4ff;border-radius:10px;margin-top:12px;box-shadow:0 4px 14px rgba(9,41,64,.18)}
.lcw-fb-card{background:rgba(255,255,255,.04);border:1px solid rgba(193,225,255,.28);border-radius:8px;padding:12px}
.lcw-fb-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lcw-fb-team{font-size:22px;font-weight:700;color:#fff}
.lcw-fb-score{font-size:28px;font-weight:800;color:#fff}
.lcw-fb-status{margin-top:10px;font-size:15px;font-weight:600;color:#d6ecff}
.lcw-fb-section-title{margin:12px 0 10px;font-size:20px;font-weight:700;color:#fff}
.lcw-fb-row{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(193,225,255,.2)}
.lcw-fb-row:last-child{border-bottom:none}
.lcw-fb-pill{display:inline-block;background:#134f75;color:#fff;border:1px solid rgba(193,225,255,.4);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}
.lcw-fb-muted{opacity:.9}
.lcw-fb-list{margin:0;padding-left:18px}
.lcw-fb-list li{margin:0 0 8px}
.lcw-fb-hero{background:linear-gradient(135deg,#0a2940,#0f4f74);border:1px solid rgba(219,236,255,.24);border-radius:10px;padding:14px}
.lcw-fb-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;font-size:13px;color:#cfe7ff}
.lcw-fb-meta b{color:#fff}
.lcw-fb-result{margin-top:10px;font-size:18px;font-weight:700;color:#ffd57a}
.lcw-fb-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#0f4f74;font-size:12px;font-weight:800;margin-bottom:8px}
.lcw-fb-badge-right{margin-left:auto}
.lcw-fb-badge img{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}
.lcw-fb-initial{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}
.lcw-fb-state-strip{display:flex;align-items:center;gap:8px;margin:8px 0 0;padding:8px 10px;border-radius:8px;background:#f4f9ff;border:1px solid #d3e8ff}
.lcw-fb-state-pill{display:inline-block;border-radius:999px;background:#0f4f74;color:#fff;padding:3px 10px;font-size:11px;font-weight:700}
.lcw-fb-state-text{font-size:13px;color:#17486d;font-weight:600}
@media (max-width:760px){.lcw-fb-grid{grid-template-columns:1fr}.lcw-fb-team{font-size:18px}.lcw-fb-score{font-size:22px}}

/* ===== Match UI Refresh (live tabs) ===== */
.lcw-livescore-outer .cnl-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 10px !important;
  border-bottom: none;
}
.lcw-livescore-outer .cnl-nav-tabs > li {
  float: none;
}
.lcw-livescore-outer .cnl-nav-tabs > li > a,
.lcw-livescore-outer .cnl-nav-tabs .nav-link {
  border: 1px solid #d9e6f2;
  background: #f5f9ff;
  color: #214b6b;
  border-radius: 10px;
  padding: 9px 16px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s ease;
}
.lcw-livescore-outer .cnl-nav-tabs > li > a:hover,
.lcw-livescore-outer .cnl-nav-tabs .nav-link:hover {
  background: #e9f2ff;
  color: #123f61;
}
.lcw-livescore-outer .cnl-nav-tabs > li.active > a,
.lcw-livescore-outer .cnl-nav-tabs .nav-link.active {
  background: linear-gradient(180deg,#0f4f74,#0b3f5d);
  color: #fff !important;
  border-color: #0f4f74;
  box-shadow: 0 8px 16px -12px rgba(9,56,87,.6);
}

.lcw-fb-shell {
  margin-top: 14px;
}
.lcw-fb-tabs-wrap .cnl-nav-tabs{margin:14px 0 4px !important}
.lcw-fb-hero {
  position: relative;
  overflow: hidden;
}
.lcw-fb-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% -30%,rgba(255,255,255,.18),transparent 45%);
  pointer-events: none;
}
.lcw-fb-badge {
  border: 1px solid rgba(22,90,129,.25);
  letter-spacing: .6px;
}
.lcw-fb-result {
  text-wrap: balance;
}
.lcw-fb-meta span {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(193,225,255,.18);
  border-radius: 999px;
  padding: 4px 10px;
}

.lcw-fb-section-title {
  letter-spacing: .2px;
}
.lcw-fb-card {
  backdrop-filter: blur(1.5px);
}

.lcw-fallback-fantasy .fantasy-block {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(193,225,255,.28) !important;
  border-radius: 8px !important;
  padding: 12px !important;
  margin: 10px 0 !important;
  color: #e8f3ff !important;
}
.lcw-fallback-fantasy h4,
.lcw-fallback-fantasy p,
.lcw-fallback-fantasy .prediction-label span,
.lcw-fallback-fantasy .prediction-progressBar p {
  color: #e8f3ff !important;
}
.lcw-fallback-fantasy .prediction-label span {
  font-weight: 700;
}
.lcw-fallback-fantasy .prediction-progressBar {
  background: transparent !important;
}
.lcw-fallback-fantasy .fantasy-inner{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lcw-fallback-fantasy .prediction-label{margin:0 !important}
.lcw-fallback-fantasy .prediction-progressBar{margin:0 !important;padding:10px;border:1px solid rgba(193,225,255,.2);border-radius:10px;background:rgba(255,255,255,.04) !important}
.lcw-fallback-fantasy .prediction-progressBar p{margin:0 0 6px !important}
.lcw-fallback-fantasy .prediction-progressBar p:last-child{margin-bottom:0 !important}

.lcw-fb-timeline{display:grid;gap:8px}
.lcw-fb-tl-item{padding:10px;border:1px solid rgba(193,225,255,.24);background:rgba(255,255,255,.04);border-radius:8px}
.lcw-fb-tl-item p{margin:0;color:#eaf4ff;font-size:13px;line-height:1.45}
.lcw-fb-tl-tag{display:inline-block;margin-bottom:6px;padding:3px 8px;border-radius:999px;background:#ffcf3d;color:#1d2b39;font-size:11px;font-weight:700}

.lcw-xi-grid{align-items:start}
.lcw-xi-list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:6px}
.lcw-xi-list li{padding:7px 10px;border:1px solid rgba(193,225,255,.2);background:rgba(255,255,255,.04);border-radius:8px;color:#e8f3ff;font-size:13px}
.lcw-xi-list-right li{text-align:right}

.lcw-fb-state-strip {
  margin-top: 10px;
}
.lcw-fb-live-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lcw-fb-live-split h5{margin:0 0 6px;color:#d9efff;font-size:14px;font-weight:700}
.lcw-fb-live-name{margin:0;color:#fff;font-size:20px;font-weight:800}
.lcw-fb-live-meta{margin:6px 0 0;color:#c9e5fb;font-size:13px}
.lcw-fb-recent{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}
.lcw-fb-recent > span:first-child{font-size:12px;font-weight:700;color:#cce7ff}
.lcw-fb-ball{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#1f5f88;color:#fff;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.25)}
.lcw-fb-ball.is-w{background:#b92031}
.lcw-fb-innings-switch{display:flex;gap:6px;background:#194f72;border:1px solid rgba(193,225,255,.25);border-radius:999px;padding:4px;margin-bottom:12px}
.lcw-fb-innings-switch span{flex:1;text-align:center;padding:8px 12px;border-radius:999px;color:#bcdaf3;font-size:13px;font-weight:700}
.lcw-fb-innings-switch span.active{background:#ffcf3d;color:#172433}
.lcw-fb-score-table{width:100%;border-collapse:collapse;background:rgba(9,42,65,.42);border:1px solid rgba(193,225,255,.25);border-radius:10px;overflow:hidden}
.lcw-fb-score-table th,.lcw-fb-score-table td{padding:10px 12px;border-bottom:1px solid rgba(193,225,255,.18);font-size:13px}
.lcw-fb-score-table th{color:#cfe8ff;font-weight:700;text-transform:uppercase;letter-spacing:.2px}
.lcw-fb-score-table td{color:#ecf6ff}
.lcw-fb-score-table tr:last-child td{border-bottom:none}

@media (max-width: 760px) {
  .lcw-livescore-outer .cnl-nav-tabs {
    gap: 6px;
  }
  .lcw-livescore-outer .cnl-nav-tabs > li > a,
  .lcw-livescore-outer .cnl-nav-tabs .nav-link {
    padding: 8px 12px;
    font-size: 13px;
  }
  .lcw-fb-live-split{grid-template-columns:1fr}
  .lcw-fallback-fantasy .fantasy-inner{grid-template-columns:1fr}
}
