.match-score-board .nav-stab-score .show.active,
.match-score-board .score-table-tab .show.active {
	opacity: 1;
	display: block !important;
	padding-left: 0.3rem;
}
.match-score-board .fade.show {
	display: none!important;
}
.match-score-board .nav-stab-score {
	background: #352f2f;
	padding: .5rem 1rem;
}
.score-table-tab td,
.score-table-tab th {
	padding: .75rem 4rem;
	padding-left: 1rem;
}
.score-table-tab .scoreboardtab-wrap .ply-name-wid {
	color: #101612;
	text-align: left;
	width: 100%;
}
.score-table-tab .scoreboardtab-wrap .ply-name-wid p {
 margin-bottom: 0;
}
.match-score-board .grey-bg {
	padding-top: 0;
	padding-bottom: 0;
}
p.winning_detail {
    background: #2c2424;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    font-family: 'Geogtqsb';
    font-size: 1.15rem;
    margin-top: -0.55rem;
}
.score-table-tab .ply-name-wid span {
	padding: 0 7rem;
}
.score-table-tab tr.even {
	/* background: #efefef; */
}
.score-table-tab .scoreboardtab-wrap tr {
	background: #efefef;
}
.score-table-tab .scoreboardtab-wrap tr:hover {
	background: #d4c477;
}
.score-table-tab .bowler-table td,
.score-table-tab .bowler-table th {
	/* padding: .75rem 1.2rem; */
}
.score-table-tab .bowler-table .bow-name-wid {
	color: #101612;
	text-align: left;
	width: 100%;
}
.score-table-tab .bowler-table .inner-right {
	padding-right: 0;
	width: 100%;
	display: none;
	float: none;
}
.score-table-tab .bowler-table .inner-left {
	width: 100%;
	float: none;
	display: inline-block;
}
.score-table-tab .bowler-table {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3rem 0;
}
.score-table-tab th {
	text-transform: uppercase;
	color: #101612;
	font-family: 'Geogtqsb';
	font-size: 0.9rem;
}
.score-table-tab .scoreboardtab-wrap h2 {
	text-transform: uppercase;
	color: #2e2e2e;
	margin-bottom: 1rem;
}
.score-table-tab ul {
	border: 0;
	padding-bottom: 1.85rem;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wwcnt-sec2 ul {
	margin-left: 0;
	padding-left: 0;
	justify-content: space-between;
}
.score-table-tab .nav-item.active {
	border: 0!important;
	background: #818181;
	color: #fff;
	cursor: pointer;
}
.score-table-tab .nav-item.active a {
	background: unset!important;
	margin-right: 0;
	color: #fff;
	cursor: pointer;
}

@media (max-width:768px) {
	.score-table-tab .nav-item.active a {
		font-size: 10px;
	}
}

.score-table-tab .nav-tabs>li>a,
.score-table-tab .nav-tabs>li.active>a:hover,
.score-table-tab .nav-tabs>li.active>a:focus {
	border: 0;
	text-align: center;
}
.score-table-tab .nav-tabs>li.active>a:hover {} .score-table-tab .nav li a:hover {
	background: transparent;
}
.score-table-tab .nav-tabs li {
	border-radius: .25rem;
}
.score-table-tab .nav-tabs li a {
	padding: 0.2rem 1.05rem;
	text-transform: uppercase;
	color: #5d5d5d;
}
.bats-man-table tr.light-grey {
	background: #989596!important;
}
.bats-man-table tr.dark-grey {
	background: #656565;
}
.bats-man-table tr.light-grey td,
.bats-man-table tr.dark-grey td {
	color: #fff !important;
}
.score-table-tab td {
	text-align: center;
}
.score-table-tab .nav-tabs>li.active>a:focus {
	color: #fff;
}
.match-score-board .ryt-ig img {
	width: auto;
	height: auto;
}
.match-score-board .ryt-ig {
	padding-top: 2rem;
}
.match-score-board .score-table-tab {
	padding-left: 0;
}
.match-score-board .nav-stab-score ul li {
	color: #fff;
}
.scoreboardtab-wrap tr:nth-child(2n+1) {
	background: #fff;
}
.mat-cls-comn .bats-man-table table,
.mat-cls-comn .bowler-table table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.mat-cls-comn .bats-man-table tr:nth-child(1) {
	background: #fff;
}
.mat-cls-comn .bats-man-table tr {
	background: #d4c477;
}
.mat-cls-comn .bowler-table tr {
	background: #efefef;
}
.mat-cls-comn .bowler-table tr:first-child {
	background: #fff;
}
/*Commentary tab Starts*/

.mat-cls-comn .bowler-table {
	display: block;
}
.mat-cls-comn .cls-four,
.mat-cls-comn .cls-six,
.mat-cls-comn .cls-overs,
.mat-cls-comn .cls-wkt,
.mat-cls-comn .cls-out {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
}
.mat-cls-comn .cls-four p,
.mat-cls-comn .cls-six p,
.mat-cls-comn .cls-overs p,
.mat-cls-comn .cls-wkt p,
.mat-cls-comn .cls-out p {
	margin-bottom: 0;
}
.mat-cls-comn .cls-lft span {
	display: block;
	text-align: center;
	padding: 0.5rem 0;
	/*background: red;*/
	border-radius: 100%;
}
.mat-cls-comn .cls-lft {
	margin-right: 2rem;
}
.runs-details .cls-four span {
	background: #d4c477;
}
.runs-details .cls-six span {
	background: #e3c214;
}
.runs-details .cls-wkt span {
	background: #d50c14;
	color: #fff
}
.runs-details .cls-out span {
	background: #4f4949;
	color: #fff;
}
.runs-details .cls-overs ul {
	width: 80%;
	margin-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}
.mat-cls-comn .cls-overs {
	padding: 2rem 1rem;
	background: #352f2f;
}
.mat-cls-comn .cls-overs span {
	color: #e4c216;
	font-family: 'Geogtqsb';
}
.runs-details .ball-score-warp li {
	width: 2.05rem !important;
	height: 2.05rem !important;
}
.mat-cls-comn .cls-key-fact .key-inr span {
	display: block;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	color: #101612;
	font-family: 'Geogtqrg';
	font-size: 0.95rem;
}
.mat-cls-comn .cls-key-fact .key-inr h3 {
	text-transform: uppercase;
	font-size: 1rem;
	color: #101612;
	font-family: 'Geogtqsb';
}
.runs-details .cls-overs li.run-six {
	background: #e5c311;
	border-color: #e5c311;
	color: #4f4e4a;
}
.runs-details .cls-overs li.run-four {
	background: #d0c077;
	border-color: #d0c077;
	color: #4f4e4a;
}
.runs-details .cls-overs li.run-wc {
	background: #d60d1a;
	border-color: #d60d1a;
	color: #fff;
}
.mat-cls-comn td,
.mat-cls-comn th {
	padding: 0.7rem .5rem;
	width: 7.5rem;
	text-align: left;
}
.mat-cls-comn td.ply-name-wid {
	width: 40%;
}
.mat-cls-comn .bowler-table .bow-name-wid {
	width: 40%;
}
/*Commentary tab Starts*/

/*Match info tab css*/

.match-info-cls .ply-11 .ply-names ul {
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
}
.match-info-cls .ply-11 .ply-names ul li .lft img {
	width: 1.6rem;
}
.match-info-cls .ply-11 .ply-names ul li .lft p {
	margin-bottom: 0;
	color: #101612;
	/* font-family: 'Geogtqsb'; */
}
.match-info-cls .ply-11 .ply-names ul li .ryt p {
	font-size: .65rem;
	/* font-family: 'Geogtqsb'; */
}
.match-info-cls .ply-11 .ply-names ul li .lft {} .match-info-cls .ply-11 .ply-names ul li .ryt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.match-info-cls .ply-11 .ply-names ul li {
	padding-bottom: 1.5rem;
	text-align: left;
	text-transform: uppercase;
	color: #101612;
}
.match-info-cls .ply-11 .ply-names ul li .lft span {
	font-size: .75rem;
}
.ply-11 .logo img {
	width: 4.5rem;
	height: auto;
}
.match-info-cls .ply-11 span.tit {
	font-size: 1rem;
	color: #333031;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	width: 14rem;
	padding-left: 0.5rem;
	font-family: 'Geogtqsb';
}
.match-info-cls .ply-11 .team {
	padding: 1rem;
	margin-bottom: 1rem;
	background: #f7f7f7;
}
.match-info-cls .ply-11 .cls-comn {} .match-info-cls {
	padding: 0 7rem;
}
.match-info-cls .ply-11 {
	padding: 0 5rem;
}
.match-info-cls .ply-11>h3 {
	text-transform: uppercase;
	color: #101612;
	font-family: 'Geogtqbd';
	font-size: 1.2rem;
}
.match-info-cls .ply-11 .team .t1-top {
	display: flex;
	align-items: center;
}
.match-info-cls .cls-col2 .m1 td {
	text-align: left;
	border: 0;
	font-size: 1.05rem;
}
.match-info-cls .cls-col2 .m1 td.cls-des {
	background: #d02626;
	color: #fff;
	padding-left: 1.5rem;
}
.match-info-cls .cls-col2 .m1 td.cls-tit {
	background: #352f2f;
	text-align: right!important;
	color: #a8a365;
	padding-right: 1.5rem;
}
.match-info-cls .cls-col2 .m1 {
	border-radius: .4rem;
}
.match-info-cls .cls-col2 .m1 table {
	margin-bottom: 0;
}
.match-info-cls .cls-col2 {
	padding-bottom: 2rem;
}
.match-info-cls .ply-11 .ply-names {
	padding-top: 1rem;
}
/*Match info tab css*/

.match-score-board .score-table-tab select {
	float: right;
	border: 0;
	-webkit-appearance: none;
	background: url(https://uat.royalchallengers.com/themes/custom/rcbbase/images/match/cusselect.svg) no-repeat right #fff;
	background-position: 95% 50%;
	background-size: 0.8rem;
	color: #1c2843;
	z-index: 10;
	padding-right: 2rem;
}
:focus {
	outline: 0;
}
.slide-overscore .test {
	display: none;
}
.slide-overscore .test:first-child() {
	display: none;
}
.slide-overscore.slick-initialized .test {
	display: flex;
}
.slide-overscore.slick-initialized {
	max-width: 98%;
}
.sb-selectwarp {
	position: relative;
	min-height: 2rem;
}
.col-md-9.custom-9col {
	padding-right: 0;
}
.col-md-3.custom-3col {
	padding-left: 0.55rem;
}
.rundetail-scroll {
	min-height: 36rem;
	max-height: 36rem;
	overflow-y: scroll;
}
.col-md-3.custom-3col .ad-ig img {
	width: 100%;
	min-height: 17.55rem;
	max-height: 17.55rem;
	overflow: hidden;
	object-fit: cover;
}
.score-table-tab .nav-item.active a:hover,
.score-table-tab .nav-item a:hover {
	color: #fff;
}
.match-info-cls .cls-col2 tbody tr:first-child td {
	padding-top: 2.55rem;
}
.match-info-cls .cls-col2 tbody tr:last-child td {
	padding-bottom: 2.55rem;
}
.scoreboardtab-wrap .bats-man-table table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.score-table-tab .bats-man-table td:last-child,
.score-table-tab .bats-man-table th:last-child {
	padding-right: 2rem;
}
.mc-related-sec iframe {
	width: 100%;
	height: 100%;
}
.mc-related-sec .reltop-set {
	position: relative;
}
.mc-related-sec .reltop-set .rl-tag a {
	background: #d80c0b;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 0.10rem 0.55rem 0 0.25rem;
	left: 0;
	text-transform: uppercase;
}
.mc-related-sec .relbtm-set {
	width: 100%;
	top: 0;
	position: relative;
}
.mc-related-sec .left-set {
	position: absolute;
	width: 80%;
	float: right;
	right: 0;
	top: 0.95rem;
}
.mc-related-sec .left-set h2 {
	margin-bottom: 0.35rem;
	position: relative;
	line-height: 0.98;
	bottom: 0.35rem;
	width: 100%;
	font-size: 1.2rem;
	color: #101612;
	text-align: left;
	font-weight: normal;
	font-family: 'Geogtqsb';
}
.mc-related-sec .left-set h2 a {
	text-decoration: none;
	color: #101612;
	position: relative;
	left: 0;
	margin: 0;
	width: 100%;
	padding-left: 0;
	text-align: left;
	font-family: 'Geogtqsb';
	text-transform: capitalize;
	color: #101612;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.mc-related-sec .right-set {
	background: #e7c641;
	color: #fff;
	padding: 0.25rem 0.55rem;
	width: 2.8rem;
	margin-right: 1rem;
	font-size: 1.35rem;
	word-break: break-word;
	height: 2.8rem;
	text-align: center;
	line-height: 0;
	display: flex;
	align-items: center;
}
.mc-related-sec .right-set .dte {
	font-size: 0.95rem;
	line-height: 1;
	font-family: 'Geogtqrg';
}
.mc-related-sec .ns-vid-vid .form-group {
	margin-bottom: 0;
}
.mc-related-sec .col-md-4 {
	margin-bottom: 2rem;
	padding-left: 0.25rem;
	padding-right: 0.45rem;
}
.relatedtab-wrap {
	width: 100%;
	padding-left: 1rem;
}
.relatedtab-wrap .ns-vid-vid {
	position: relative;
}
/*.relatedtab-wrap .ns-vid-vid:before {
    content: '';
    position: absolute;
    z-index: 15;
    top: 40%;
    left: 40%;
    background-image: url(https://uat.royalchallengers.com/themes/custom/rcbbase/images/videoplay.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35% 40%;
    background-color: rgba(255, 0, 0, 0.83);
    content: 'playtt';
    padding: 1rem;
    font-size: 0;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    color: #fff;
}*/

.wagonwheel-actbtn {
	float: left;
	display: inline-block;
	width: 50%;
}
.wagonwheel-actbtn ul {
	padding-left: 0;
	float: left;
	display: inline-table;
	text-align: left;
	position: relative;
	left: 0.4rem;
}
.wagonwheel-actbtn ul li a {
	font-size: 1.15rem;
	padding: 0.35rem 0.55rem;
	border-radius: 0.2rem;
	border: 0.05rem solid #ccc;
	text-decoration: none;
	color: #101612;
}
.wagonwheel-actbtn ul li {
	padding-left: 0;
	padding-right: 0;
}
.wagonwheel-actbtn ul li.active a {
	background: #c00c11;
	color: #fff;
	border-color: #c00c11;
}
.wagonwheel-actbtn ul .white-bg {
	background: #fff;
	color: #101612;
}
.wagonwheeltab-wrap .sb-selectwarp {
	clear: both;
	float: left;
	left: 0;
}
.wagonwheel-leftcnt .wwcnt-sec1 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 5rem;
}
.wagonwheel-leftcnt .wwcnt-sec1 .set-left {
	margin-right: 3rem;
}
.wagonwheel-leftcnt .wwcnt-sec1 .set-left p,
.wagonwheel-leftcnt .wwcnt-sec1 .set-right p {
	margin-bottom: 0;
	color: #101612;
	font-size: 1rem;
}
.wagonwheel-leftcnt .wwcnt-sec1 .set-left p.str,
.wagonwheel-leftcnt .wwcnt-sec1 .set-right p.str {
	font-weight: normal;
	font-family: 'Geogtqsb';
	font-size: 1.25rem;
}
.wwcnt-sec2 .set-left2 ul li {
	margin-left: 2rem;
}
.wwcnt-sec2 .set-left2 ul li:first-child {
	margin-left: 0;
}
.wwcnt-sec2 span.lb {
	color: #cf2626;
	font-family: 'Geogtqsb';
	text-align: left;
	margin-left: 0.2rem;
	font-size: 1.15rem;
}
.wwcnt-sec2 .lb-bgcnt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wwcnt-sec2 .lb-bgcnt span p {
	margin-bottom: 0;
}
.wwcnt-sec2 .lb-bgcnt .fst p,
.wwcnt-sec2 .lb-bgcnt .sec p {
	font-family: 'Geogtqsb';
	font-size: 1rem;
}
.wwcnt-sec2 .lb-bgcnt .fst p:last-child,
.wwcnt-sec2 .lb-bgcnt .sec p:last-child {
	color: #cf2626;
	font-family: 'Geogtqrg';
	font-size: 0.9rem;
}
.wwcnt-sec2 .lb-bgcnt span {
	background: #e8eae9;
	padding: 0.3rem;
	margin-right: 0.2rem;
}
.wwcnt-sec3 {
	background: #d60b15;
	width: fit-content;
	width: -moz-fit-content;
	width: intrinsic;
	padding: 1.35rem 1.95rem;
	border-radius: 0.33rem;
}
.wheelbg-red ul {
	margin: 0;
	padding: 0;
}
.wheelbg-red ul li {
	margin: 0;
	padding: 0;
	margin-left: 3rem;
	position: relative;
	cursor: pointer;
}
.wheelbg-red ul li:after {
	content: '';
	border-right: 0.1rem solid #fff;
	width: 5rem;
	height: 5rem;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: -1.50rem;
	opacity: 0.3;
}
.wheelbg-red ul li:last-child:after {
	border-right: 0;
}
.wheelbg-red ul li:first-child {
	margin-left: 0;
}
.wheelbg-red ul li p {
	margin-bottom: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
}
.wwcnt-sec3 .wheelbg-red li p.cir {
	background: #352f2f;
	color: #fff;
	margin-bottom: 0.55rem;
	border-radius: 100%;
	width: 2.55rem;
	height: 2.55rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}
.wwcnt-sec3 .wheelbg-red li p.cir.cls-four {
	background: #d4c477;
	color: #4f4e4a;
}
.wwcnt-sec3 .wheelbg-red li p.cir.cls-six {
	background: #e3c214;
	color: #4f4e4a;
}
.wagonwheel-leftcnt {
	float: left;
	position: relative;
	left: -15rem;
	width: 32%;
}
#Wagonwheel,
#mob_Wagonwheel {} 
.graphCircle {} 
.Wagonwheel-cntwrap {
	position: relative;
	padding-top: 4rem;
	clear: both;
}
.graphCircle-wraps {
	overflow: hidden;
	clear: both;
	transform: scale(0.85);
	transform-origin: -100% -145%;
	max-width: 100%;
	float: left;
	width: 45rem;
	max-height: 30rem;
	overflow: visible;
}
.list-items.schedulelist-wrap .mc-rightsec {
    position: relative;
    top: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule-page .schedulelist-wrap .grey-bg-wraps .grey-bg {
 justify-content: space-around;
 padding-top: 0.85rem;
}
.match-centerwrap .schedule-page .schedulelist-wrap .lve-blk-lg {
 padding-top: 0;
}
.grey-bg-wraps a {
    color: #58585b;
}
.score-table-tab .scoreboardtab-wrap #innings_two > span, .score-table-tab .scoreboardtab-wrap #innings_one > span {
    text-transform: uppercase;
    color: #2e2e2e;
    font-size: 1.65rem;
    font-weight: 600;
    float: right;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1;
    margin-top: 0;
}
.score-table-tab .scoreboardtab-wrap h2 {
    display: inline-block;
}
.score-table-tab .ply-name-wid span.lft-wv {
    padding: 0;
    width: 10rem;
}
.score-table-tab .ply-name-wid span {
    padding: 0;
    float: left;
}
.vertical-scoretab .col-md-2 {
    position: relative;
    top: 0.5rem;
}
tr.light-grey.lightbg-color.btm {
    background: #efefef !important;
    color: #101612;
}
tr.light-grey.lightbg-color.btm span {
	color: #101612;
    font-family: 'Open Sans', sans-serif;
}
.vertical-scoretab .nav-item.active p {
    color: #c19b15 !important;
    font-family: 'Geogtqsb';
	font-size: 0.85rem;
	margin-bottom: 0;
	position: relative;
    top: 0.2rem;
}
.right-cusbr {
	position: relative;
}
.right-cusbr:before {
    content: '';
    border-right: 0.05rem solid rgba(8, 8, 8, 0.9);
    width: 2rem;
    height: 3rem;
    font-size: 1rem;
    position: absolute;
    top: -5rem;
    left: 8rem;
}


/*Media Starts*/

@media (max-width: 991px) {
	.col-md-9.custom-9col {
		padding-right: 1.071rem;
	}
	.match-score-board {
		padding: 1rem;
	}
	.match-score-board .nav-stab-score .col-md-2 {
		width: 30%;
		display: inline-block;
		float: left;
		padding-right: 0;
	}
	.match-score-board .nav-stab-score .col-md-10 {
		width: 70%;
		display: inline-block;
	}
	.col-md-3.custom-3col .ad-ig img {
		display: none;
	}
	.match-score-board .score-table-tab select {
		background-position: 94% 48.3%;
		position: relative;
		left: 0;
	}
	.wagonwheeltab-wrap .sb-selectwarp select,
	.wagonwheeltab-wrap .sb-selectwarp {
		left: 0;
	}
	.wagonwheel-actbtn {
		width: 100%;
	}
	.wagonwheel-actbtn ul li a {
		font-size: 0.75rem;
	}
	.graphCircle-wraps {
		transform: scale(0.65);
		transform-origin: -79px -122px;
		width: 100%;
		overflow: visible;
		min-height: 25rem;
		max-height: 25rem;
	}
	.wagonwheel-leftcnt {
		float: left;
		position: relative;
		left: 0;
		width: 100%;
	}
	.wwcnt-sec2 .set-left2 ul li {
		margin-left: 0.35rem;
	}
	.wagonwheel-leftcnt .wwcnt-sec1,
	.wwcnt-sec2 ul {
		justify-content: flex-start;
	}
	.wwcnt-sec3 {
		margin-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.score-table-tab td,
	.score-table-tab th {
		padding: .75rem 0.75rem;
		font-size: .95rem;
	}
	.score-table-tab .ply-name-wid span {
		padding: 0 0.8rem;
		font-size: 0.9rem;
	}
	.col-md-3.custom-3col .ad-ig img {
		min-height: 100%;
		max-height: 100%;
		display: none;
	}
	.score-table-tab .bowler-table {
		display: block;
	}
	.score-table-tab .bowler-table .inner-right {
		padding: 1rem 0;
	}
	.match-score-board .ryt-ig {
		text-align: center;
		padding-top: 1rem;
	}
	.match-score-board .sec-2-col .red-band {
		display: block;
		width: 100%;
		left: -1.4rem;
		padding: .5rem 2rem;
	}
	.match-score-board .grey-bg span {
		display: block;
		width: 100%;
		text-align: center;
	}
	.match-score-board .grey-bg span.team1,
	.match-score-board .grey-bg span.team2,
	.match-score-board  span.mtch-ingtxt {
		width: 100%;
		display: none;
	}
	.match-score-board .score-table-tab {
		padding: 0;
		padding-top: 0.15rem;
	}
	.vertical-scoretab .nav-pills {
		margin-left: 0;
	}
	.match-score-board .grey-bg span:nth-child(2) .match-score-board .grey-bg span:nth-child(3),
	.match-score-board .grey-bg span:nth-child(4),
	.match-score-board .grey-bg span:nth-child(5) {
		width: 18%;
		float: left;
	}
	.match-score-board .grey-bg span:nth-child(2) {
		width: 20%;
		float: left;
	}
	.match-score-board .grey-bg span:nth-child(3) {
		width: 20%;
		float: left;
	}
	.match-score-board .grey-bg span img {
		width: 4rem;
		height: 4.5rem;
	}
	.match-score-board #clockdiv .lve-blk-dhms p {
		height: 2.5rem;
		width: 5rem;
		font-size: 1.5rem;
	}
	.match-score-board #clockdiv {
		padding-top: 1.2rem;
	}
	span.match-teamvs {
		top: 1.85rem;
	}
	.match-score-board .grey-bg span.team2 {
		margin-top: 2.5rem;
	}
	.match-score-board .grey-bg span.team1 {
		padding-bottom: 1rem;
	}
	.match-score-board .ad-ig img {
		width: 100%;
	}
	.score-table-tab .nav-tabs li a {
		padding: 0.2rem 0.55rem;
		font-size: 0.65rem;
	}
	.score-table-tab .bowler-table .inner-right,
	.score-table-tab .bowler-table .inner-left {
		width: 100%;
		float: none;
	}
	.match-info-cls,
	.match-info-cls .ply-11 {
		padding: 0;
	}
	div#Wagonwheel {
		/* width: 568px !important; */
		/* height: 620px !important; */
		/* background-position: 10px 50px !important; */
		/* background-size: 345px 345px !important; */
	}
	#wagon-wheel svg:not(:root) {
		/* top: -70px !important; */
		/* left: -128px !important; */
		/* width: 480px !important; */
	}
	.match-info-cls .cls-col2 .m1 td {
		font-size: .85rem;
	}
	.score-table-tab ul {
		padding-bottom: 1.5rem;
	}
	.slide-overscore.slick-initialized {
		max-width: 100%;
	}
	.match-score-board .col-md-9 {} .vertical-scoretab .nav > li > a {
		font-size: 0.75rem;
	}
	.vertical-scoretab .nav-item.active a,
	.ball-score-warp .ball-score-vr {
		font-size: 0.85rem;
	}
	.score-table-tab .scoreboardtab-wrap h2 {
		font-size: 1.15rem;
	}
	ul.list-inline.ball-score-warp li,
	.ball-score-warp li {
		font-size: 0.8rem;
		width: 1.35rem;
		height: 1.35rem;
	}
	.match-score-board .sec-2-col .grey-band p {
		font-size: 0.85rem;
	}
	.cls-key-fact {
		padding-top: 2rem;
	}
	.mc-related-sec .col-md-4 {
		padding: 1rem;
		margin-bottom: 0.35rem;
		clear: both;
	}
	.mc-related-sec .left-set {
		position: relative;
		width: 100%;
		float: none;
		right: 0;
		top: 0.25rem;
	}
	.mc-related-sec .right-set {
		margin: 0;
		top: 0;
		width: fit-content;
		height: fit-content;
		background: #b89913;
		padding: 0.65rem 0.35rem 0.6rem 0.35rem;
		font-size: 0.75rem;
		position: relative;
		width: intrinsic;
		width: -moz-fit-content;
		height: intrinsic;
		height: -moz-fit-content;
		line-height: 0;
		left: 1rem;
	}
	.mc-related-sec .left-set h2 a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		font-size: 1.2rem;
		line-height: 1.15;
		left: 1rem;
		max-width: 90%;
	}
	.mc-related-sec .reltop-set {
		position: relative;
		max-width: 100%;
		clear: both;
		width: 50%;
		float: left;
	}
	.mc-related-sec .relbtm-set {
		float: right;
		width: 50%;
		top: 0.75rem;
	}
	.mc-related-sec .right-set .dte {
		font-size: 0.75rem;
	}
	.relatedtab-wrap {
		padding: 0;
	}
	.mc-related-sec .right-set .dte {
		line-height: 0.1;
	}
	.bowler-table .inner-right.invisible {
		display: none !important;
	}
        .wheelbg-red ul {
          padding-bottom: 0;
        } 
        .wheelbg-red ul li {
          margin-left: 1.5rem;
        }
        .wheelbg-red ul li:after {
          right: -0.7rem;
        }
        .Wagonwheel-cntwrap {
          padding-top: 2rem;
        }
        .score-table-tab .bowler-table .bow-name-wid {
          width: 100%;
        }
        .mat-cls-comn td.ply-name-wid {
			width: 100%;
		} 
		.score-table-tab .scoreboardtab-wrap #innings_two > span,
		.score-table-tab .scoreboardtab-wrap #innings_one > span {
			font-size: 1.15rem;
		}
		.score-table-tab .scoreboardtab-wrap .ply-name-wid {
			position: relative;
			width: 100%;
		}
		.score-table-tab .scoreboardtab-wrap .ply-name-wid p {
			position: absolute;
            width: 100vw;
		}
		.score-table-tab .scoreboardtab-wrap td {
			padding-bottom: 1.15rem;
		}
		.score-table-tab .scoreboardtab-wrap .ply-name-wid {
			font-size: 0.8rem;
		}
		.score-table-tab .ply-name-wid span {
		 padding:0;
		}
		.wagonwheel-leftcnt {
			z-index: 100;
		}
		p.winning_detail {
			text-align: center;
		}
		.right-cusbr:before {
			left: 6.4rem;
		}
		.match-score-board .sec-2-col .grey-band {
			padding-right: 0.55rem;
		}
	}

@media (max-width: 450px) {

}

@media only screen and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (max-device-width: 568px) 
and (min-device-width: 320px) and (orientation: portrait) {
.graphCircle-wraps {
    transform-origin: -155px -122px;
}
.wwcnt-sec2 span.lb {
    font-size: 0.95rem;
}
.wwcnt-sec2 .lb-bgcnt span {
    margin-right: 0.1rem;
}
.wwcnt-sec2 .lb-bgcnt .fst p, .wwcnt-sec2 .lb-bgcnt .sec p {
    font-size: 0.85rem;
}
.score-table-tab .nav-tabs li a {
    font-size: 0.60rem;
}
.score-table-tab td, .score-table-tab th {
    font-size: 0.85rem;
}


}
.fin-results:hover,
.grey-bg-wraps a:hover,
.grey-bg-wraps a:focus,
.grey-bg-wraps a:visited,
.match-centerwrap .match_list a:hover,
.match-centerwrap .match_list a,
.match-centerwrap .match_list a .fin-results {
    color: #58585b !important;
}
.match-centerwrap .match_list ul li {
    color: #de0c08 !important;
    font-family: 'Geogtqsb';
    text-transform: uppercase;
}
.wagonwheel-leftcnt .wwcnt-sec1 .set-left,
.wagonwheel-leftcnt .wwcnt-sec1 .set-right {
    cursor: pointer;
}
.set-left,
.set-right {
	opacity: 0.4;
}
.wwcnt-sec1 .act {
	opacity: 1;
}
.lb-bgcnt i,
.wagonwheel-leftcnt i {
    font-style: normal;
}
.bats-man-table.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.bats-man-table.table-responsive .table>tbody>tr>td {
	border-top: 0;
}

@media (min-width: 992px) {
    .mc-leftsec {
        width: 70%;
    }
    .match-centerwrap .schedule-page .schedulelist-wrap .grey-bg span.team1, .match-centerwrap .schedule-page .schedulelist-wrap .grey-bg span.team2 {
        width: 20%!important;
        text-align: left;
    }
    .schedule-page .schedulelist-wrap .lve-blk-lg img {
        width: 20% !important;
    }

    .upcmmtch .lve-blk-dhms{
        display: none;
    }
    .lve-blk-lg.upcmmtch span.team1 {
        text-align: right !important;
    }

    }
    .lve-blk-lg .allingscr {
        position: relative;
        justify-content: center;
        vertical-align: middle;
        top: 4rem;
    }
	.btn-fixture {
		background-color: #cc0d13;
		color: #f5f5f5;
		margin-bottom: 5%;
		border: none;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		border-radius: 0;
		font-weight: 600;
	}
	.btn-fixture:hover
	 {
		background-color: #cc0d13;
		color: #f5f5f5;
		margin-bottom: 5%;
		border: none;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		border-radius: 0;
		font-weight: 600;
	}
	@media (max-width:768px){
	btn-fixture {
		background-color: #cc0d13;
		color: #f5f5f5;
		margin-bottom: 5%;
		border: none;
		padding: 7px 15px 7px 15px;
		text-decoration: none;
		border-radius: 0;
		font-weight: 600;
	}
	}
	/* a {
		width: 80%;
	} */
	
	.mc-leftsec a#upcoming {
		width: 80%;
	}
	
	.grey-bg {
		display: flex;
	}
	.stickybar {
		position: fixed !important;
		top: 10px;
		right: 80px !important;
	}
	.stickybarx {
		position: fixed !important;
		top: 10px;
		right: 216px !important;
	
	}
	.select-fix{
		background-color: #101612;
	}
	.select-fixer{
		background-color: #101612;
	}
	.whitener {
	   
	}
	.whitenerscroll{
		position: fixed;
		height: 45px;
		top: 0;
		z-index: 9;
		width: 94%;
		background: white;
	}
	@media (max-width:768px){
		.stickybar {
			position: fixed !important;
			top: 90px;
			right: 20px !important;
		}
		.stickybarx {
			position: fixed !important;
			top: 90px;
			right: 117px !important;
		}
		.whitenerscroll {
			position: fixed;
			height: 40px;
			top: 77px;
			z-index: 9;
			width: 94%;
			background: white;
		}
	}
	@media (min-width: 992px) {
		.mc-leftsec {
			width: 100%;
			display: flex;
		align-items: center;
		}
	}
		span.team1 {
			text-align: right !important;
		}
		span.team2 {
			text-align: left !important;
		}	
