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: 6px 0 6px;
	-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-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 15px;
	background-color: #efefef;
	border-radius:5px;
}
.lcw-fixtures:nth-child(even) {
	
	background-color: rgba(239,239,239,0.4);
	border: 1px solid #efefef;
	
}
.lcw-fixtures-header h2{
    text-transform:uppercase;
}
.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: center;
	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 25px;
	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: #232882;
}
 .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: #1d72f2 ;
 	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-endof-over{
 	background: #1d72f2;
 	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: #3e3e3e;
	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
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: none;
}

#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: #232882;
    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: #1d72f2;
    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;
    
}
.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(spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

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

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

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

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

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

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

.sprite-ban {
    width: 52px;
    height: 34px;
    background-position: -67px -49px;
}

.sprite-csk {
    width: 52px;
    height: 34px;
    background-position: -129px -49px;
}

.sprite-del {
    width: 52px;
    height: 34px;
    background-position: -191px -49px;
}

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

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

.sprite-hea {
    width: 52px;
    height: 34px;
    background-position: -67px -93px;
}

.sprite-hur {
    width: 52px;
    height: 34px;
    background-position: -129px -93px;
}

.sprite-ind {
    width: 52px;
    height: 34px;
    background-position: -191px -93px;
}

.sprite-ire {
    width: 52px;
    height: 34px;
    background-position: -253px -93px;
}

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

.sprite-kxi {
    width: 52px;
    height: 34px;
    background-position: -67px -137px;
}

.sprite-mi {
    width: 52px;
    height: 34px;
    background-position: -129px -137px;
}

.sprite-nam {
    width: 52px;
    height: 34px;
    background-position: -191px -137px;
}

.sprite-ned {
    width: 52px;
    height: 34px;
    background-position: -253px -137px;
}

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

.sprite-nz {
    width: 52px;
    height: 34px;
    background-position: -67px -181px;
}

.sprite-oma {
    width: 52px;
    height: 34px;
    background-position: -129px -181px;
}

.sprite-pak {
    width: 52px;
    height: 34px;
    background-position: -191px -181px;
}

.sprite-png {
    width: 52px;
    height: 34px;
    background-position: -253px -181px;
}

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

.sprite-raj {
    width: 52px;
    height: 34px;
    background-position: -67px -225px;
}

.sprite-ren {
    width: 52px;
    height: 34px;
    background-position: -129px -225px;
}

.sprite-sa {
    width: 52px;
    height: 34px;
    background-position: -191px -225px;
}

.sprite-sco {
    width: 52px;
    height: 34px;
    background-position: -253px -225px;
}

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

.sprite-six {
    width: 52px;
    height: 34px;
    background-position: -67px -269px;
}

.sprite-sl {
    width: 52px;
    height: 34px;
    background-position: -129px -269px;
}

.sprite-sta {
    width: 52px;
    height: 34px;
    background-position: -191px -269px;
}

.sprite-str {
    width: 52px;
    height: 34px;
    background-position: -253px -269px;
}

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

.sprite-tas {
    width: 52px;
    height: 34px;
    background-position: -315px -49px;
}

.sprite-tbd {
    width: 52px;
    height: 34px;
    background-position: -315px -93px;
}

.sprite-thu {
    width: 52px;
    height: 34px;
    background-position: -315px -137px;
}

.sprite-vic {
    width: 52px;
    height: 34px;
    background-position: -315px -181px;
}

.sprite-wa {
    width: 52px;
    height: 34px;
    background-position: -315px -225px;
}

.sprite-wi {
    width: 52px;
    height: 34px;
    background-position: -315px -269px;
}



.ulcwp-widget-inner {
    padding: 10px;
    border: 1px solid #085138;
    border-radius: 6px;
    background-color: #b0dbb2;
}
.ulcwp-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;
}
.ulcwp-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;
}
.ulcwp-tabs li:last-child:after{
	content: none;
}
.ulcwp-tabs li:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.ulcwp-tabs li:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.ulcwp-tabs li:after {
    content: "";
    display: block;
    width: 1px;
    background: hsl(0, 0%, 100%);
    position: absolute;
    top: 50%;
    bottom: 0px;
    right: -1px;
    transform: translateY(-50%);
}
.ulcwp-tabs-contents {
    clear: both;
}
.ulcwp-tabs li.current{
	background: #085138;
    color: #fff;
}
.ulcwp-tabs-contents .tab-content{
	display: none;
}
.ulcwp-tabs-contents .tab-content.current{
	display: inherit;
}
.ulcwp-match-info {
    font-size: 12px;
    color: #000;
}
.ulcwp-match-info .ulcwp-match-type {
    padding: 2px 8px;
    margin-right: 3px;
    border-radius: 11px;
    font-size: 12px;
    color: #fff;
}
.ulcwp-match-content {
    color: #fff;
}
.font-color{
	color: #000;
}
.ulcwp-match-summary {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.ulcwp-team-img img {
    max-width: 100%;
    border-radius: 4px;
}
.ulcwp-match-team:after {
    content: '';
    display: table;
    clear: both;
}
.ulcwp-match-team{
    display: table;
	padding-top: 10px;
}
.ulcwp-team-img {
    display: table-cell;
    width: 12%;
    line-height: normal;
}
.ulcwp-team-score {
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
}
.ulcwp-team-score-over {
    float: right;
}
.ulcwp-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;
}
.ulcwp-match-sec {
    border-bottom: 1px solid #b698e8;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ulcwp-match-sec:last-child{
	border-bottom: none;
    padding-bottom: 0px;
}
.ulcwp-team-score .ulcwp-team-name {
    font-size: 16px;
    font-weight: 600;
}
.ulcwp-team-score-over {
    float: right;
    font-size: 13px;
    padding-top: 3px;
}



.ulcwp-match-summary table {
    border: #5a15cb 1px solid;
}
.ulcwp-match-summary table, 
.ulcwp-match-summary table tbody, 
.ulcwp-match-summary table tbody tr {
    width: 100%;
    border-collapse: collapse;
}
.ulcwp-match-summary table tbody tr th:first-child, 
.ulcwp-match-summary table tbody tr td:first-child{
	text-align: left;
}
.ulcwp-match-summary table tbody tr th {
    background-color: #5a15cb;
    padding: 5px 8px;
}
.ulcwp-match-summary table tbody tr td{
	color: #000;
    padding: 5px 8px;
    font-size: 14px;
}
.ulcwp-match-summary table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.ulcwp-bowling-table {
    padding-top: 12px;
}
.ulcwp-over:after {
    content: '';
    display: table;
    clear: both;
}
.ulcwp-over {
    padding-top: 10px;
}
.ulcwp-over p {
    margin: 0;
    float: left;
}
.ulcwp-over ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.ulcwp-over ul li {
    float: left;
    padding-left: 14px;
    position: relative;
}
.ulcwp-over ul li:after {
    content: '.';
    position: absolute;
    right: -10px;
    bottom: 0;
}
.ulcwp-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;
}


@media(max-width: 767px){
	.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 {
    font-weight: 700;
}
}
.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;
}
.lcw-team-wrap .lcw-team-list li {
    float: left;
    width: 33.3333%;
    padding: 0 6px;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player {
    background: linear-gradient(130deg, #00c36e 15%, #3a006b 100%);
    background-color: #3a006b;
    border-radius: 18px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 7px -2px;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player a {
    padding: 8px;
    position: relative;
    display: block;
    text-align: center;
}
.lcw-team-wrap .lcw-team-list .lcw-team-player .lcw-playerPhoto {
    width: 30%;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px 6px 0px;
    margin: 0 auto;
}
.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;
    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: #eee;
    padding: 0;
}
.score-slide {
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}
.score-slide:focus {
    outline: none;
}
.score-slide-title {
    color: #000;
        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;
    
}
.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
}
.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: 0;
}
/* 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;
}
.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
}

.sprite-sm {
    background-image: url(small-flag.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.sprite-sm-afg {
    width: 20px;
    height: 13px;
    background-position: -4px -4px;
}

.sprite-sm-aus {
    width: 20px;
    height: 13px;
    background-position: -32px -4px;
}

.sprite-sm-ban {
    width: 20px;
    height: 13px;
    background-position: -4px -25px;
}

.sprite-sm-eng {
    width: 20px;
    height: 13px;
    background-position: -32px -25px;
}

.sprite-sm-ind {
    width: 20px;
    height: 13px;
    background-position: -4px -46px;
}

.sprite-sm-nz {
    width: 20px;
    height: 13px;
    background-position: -32px -46px;
}

.sprite-sm-pak {
    width: 20px;
    height: 13px;
    background-position: -60px -4px;
}

.sprite-sm-sa {
    width: 20px;
    height: 13px;
    background-position: -60px -25px;
}

.sprite-sm-sl {
    width: 20px;
    height: 13px;
    background-position: -60px -46px;
}

.sprite-sm-wi {
    width: 20px;
    height: 13px;
    background-position: -4px -67px;
}



@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%;
	}
    
    
}
@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-team-wrap .lcw-team-list .lcw-team-player .lcw-playerPhoto {
		width: 80px;
	}
}



@media(max-width: 767px){
	
}
@media(max-width: 499px){
	
	
	
}
.score_header {
    margin-left: 0px !important;
    margin-right: 0px !important;
    white-space: nowrap; 
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 100px;
    flex-wrap: nowrap;
    display: flex;
}

.match_single {
    padding: 0px;
}

.series_icon {
    float: left;
    width: 25%;
}

.icon {
    padding: 15px 0px 0px 10px;
}

.live_match_details {
    
    width: 100%;
    border-right: 1px solid #aaaaaa;
    border-right-style: dotted;
    padding-top: 5px;
}

.series_name {
    text-align: left;
    font-size: 0.75em;
    font-weight: 700;
    margin: 0px;
}

.match_details {
    overflow: hidden;
}

.teams {
    float: left;
}

.team_name {
    text-align: left;
    font-size: 0.9em;
    margin: 0px;
    padding: 0px;
}
.team_name img,.slick-slide img {

    display: inline-block !important;
}

.scores {
    float: right;
    padding-right: 10px;
}

.team_score {
    text-align: right;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.match_result .state {
    float: right;
    font-size: 0.75em;
    font-weight: 700;
    padding-right: 10px;
}
.match_result .date {
    float: left;
    font-size: 0.75em;
    font-weight: 700;
    padding-right: 10px;
}
.match_result .state {
    margin-bottom: 5px;
}
.score_header .slick-next{
        right: 0px;
}
.match_result:after {
    content: '';
    display: table;
    clear: both;
}
.team_name .sprite {
    transform: scale(0.4);
    margin: -13px;
}
span.t-name {
    
    position: relative;
    top: 2px;
}
.the-teams-section {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.08);
    margin: 1.6rem 0;
    opacity: .4;
    pointer-events: none;
    transition: opacity .2s ease;
    overflow: hidden;
}
.bc-fixtures-list__header {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.15);
    color: #04064d;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    height: 3.1rem;
    line-height: 1;
    overflow: hidden;
    padding: 0 1.6rem;
    position: relative;
    text-transform: uppercase;
}
.bc-fixtures-list__outcome {
    color: #232882;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.bc-fixtures-list__summary {
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: auto;
}
.bc-fixtures-list__venue-name {
    color: #2f2f2f;
    font-weight: 300;
    padding-left: .2rem;
    text-transform: none;
}
.bc-fixtures-list__date-time {
    color: #04064d;
    padding-left: .2rem;
}
.bc-fixtures-list__location {
    color: rgba(4,6,77,.5);
    padding-left: .2rem;
}
.the-teams-section.match-active{
	opacity: 1;
	pointer-events: auto
}

body{
	background: #efefef;
}
.bc-fixtures-list__choices {
    display: -ms-flexbox;
    display: flex;
    padding: .8rem;
}
.bc-fixtures-list__choice {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.15);
    color: #232882;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 2.5rem;
    font-weight: 600;
    height: 8rem;
    line-height: 1;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .8rem;
    padding: 1.6rem 0;
    transition: .2s ease;
    width: calc(33.33333% - .8rem);
}
.bc-fixtures-list__choice--tie {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: .8rem 0;
    max-width: 10.2rem;
}
svg:not(:root) {
    overflow: hidden;
}
.bc-fixtures-list__ball {
    fill: #494a9a;
    height: 5.4rem;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    width: 5.4rem;
}
.the-choices-content input[type="radio"]{
	display: none;
}
.bc-fixtures-list__choice--home {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 4rem;
}
.bc-fixtures-list__choice--tie {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: .8rem 0;
    max-width: 10.2rem;
}
.bc-fixtures-list__choice--away {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 4rem;
}
.the-choices-content input[type="radio"]:checked+.bc-fixtures-list__choice{
    border-color: #ff1e50;
}
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after{
    content: none;
}
thead tr td,
thead tr th{
    pointer-events: none !important;
}
.the-teams-section{
    
}
.ipl {
    background-image: url(ipl-flags.png);
    background-repeat: no-repeat;
    display: block;
}

.ipl-2412 {
    width: 20px;
    height: 20px;
    background-position: -5px -5px;
}

.ipl-2415 {
    width: 20px;
    height: 20px;
    background-position: -35px -5px;
}

.ipl-2418 {
    width: 20px;
    height: 20px;
    background-position: -5px -35px;
}

.ipl-2541 {
    width: 20px;
    height: 20px;
    background-position: -35px -35px;
}

.ipl-2542 {
    width: 20px;
    height: 20px;
    background-position: -65px -5px;
}

.ipl-2543 {
    width: 20px;
    height: 20px;
    background-position: -65px -35px;
}

.ipl-3058 {
    width: 20px;
    height: 20px;
    background-position: -5px -65px;
}

.ipl-5879 {
    width: 20px;
    height: 20px;
    background-position: -35px -65px;
}