
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* font-family: 'Poppins', sans-serif; */
@media (min-width: 1200px) {
	body{
		max-width: 640px;
		margin: 0 auto;
	}
}
a{
	text-decoration: none !important;
}
body{
	font-family: 'Poppins', sans-serif;	
	background-color: #FFF !important;
	opacity: 1 !important;
}
body{
	background: url(../assets/blur-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.capital{
	text-transform: uppercase;
}
.home-page-bg{
	/* background-color: #f9f9f9; */
	padding-bottom: 65px;
	height: 100%;
  overflow: auto;
}
.top-navbar{
	display:flex;
	padding: 10px;
	align-items: center;
}
.top-column-20{
	width: 20%;
}
.top-column-60{
	width: 60%;
}
.padding-zero{
	padding: 0px !important;
}
.back-arrow{
	color: #484848;
	font-size: 24px;
}
.back-arrow .fa {
	font-size: 30px;
}
.page-bg{
	background-color: #2a2a72;
	background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
	width: 100%;
	height: 100vh;	
}
/* Splash Screen CSS Start */
.welcome-logo-mark{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.logo-name1{
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	color: #fff;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	margin-top:15px;
}
.logo-name2{
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	color: #fff;
	font-style: italic;
	letter-spacing: 4px;
	line-height: normal;
	margin-top: -15px;
}
/* Splash Screen CSS End */
/* Home Screen CSS Start */
.top-header-logo{
	padding: 10px 10px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-body{
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	/* background-color: #fff; */
	position: sticky;
	top: 0;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* Home Screen CSS End */
* {
	box-sizing: border-box;
}
.slider {
}
.slick-list {
	box-sizing: border-box;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .8;
	margin-left: 10px;
	margin-right: 10px;
}
.slick-active {
	opacity: .5;
	margin-left: 10px;
	margin-right: 10px;
}
.slick-current {
	opacity: 1;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 8px !important;
	height: 4px !important;
	border-radius: 50px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background-color: #f35224  !important;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 4px;
	height: 4px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px !important;
	height: 4px !important;
	content: ' ' !important;
	text-align: center;
	opacity: .25;
	color: red;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
}

.slider-card{
	background-color:rgba(255, 255, 255, 0.50);
	border-radius: 18px;
	/* -webkit-box-shadow:  0px 5px 18px 1px rgba(11, 50, 128, 0.3);
	-moz-box-shadow:  0px 5px 18px 1px rgba(11, 50, 128, 0.3);
	box-shadow: 0px 5px 18px 1px rgba(11, 50, 128, 0.3); */
	padding: 10px;
	margin: 20px 0px 0px;
}
.live-match-list{
	margin: 0px 0px 20px;
}
.slider-card .match-name{
	color: #f56823;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.slider-card .match-time{
	color: #484848;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.slider-card .match-status{
	color: #ff0000;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	/* animation: blinker 2s linear infinite; */
	text-align: center;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cricket-vs-info{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.cricket-vs-info{
	padding-top: 10px;
	padding-bottom: 5px;
}
.cricket-vs-info .vs-indi .vs-label{
	width: 30px;
	height: 30px;
	background-color: #dfe2cd;
	color: #505050;
	border-radius: 50px;
	display: flex;
	line-height: normal;
	font-size: 12px;
	justify-content: center;
	align-items: center;
}
.cricket-vs-info .vs-indi{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 26%;
}
.scoreboard{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}
.scoreboard .team{
	min-width: 30px;
	border-radius: 6px;
	font-weight: 500;
	padding: 4px;
	height: 20px;
	background-color: #000;
	color: #fff;
	line-height: normal;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
}
.scoreboard .team:last-child{
	margin-right: 0px;
}
.cricket-vs-info .team-names{
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 50px;
	display: flex;
	line-height: normal;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.cricket-vs-info .team-names.left-side{
	background-color: #fec259;
}
.cricket-vs-info .team-names.right-side{
	background-color: #f92356;
}
.section-block{
	margin:10px 10px;
}
.section{
	padding:10px 10px;
}
.section-title{
	font-size: 14px;
	color: #505050;
	padding-bottom: 10px;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 22px;
}
.section-title i{
	margin-right: 4px;
	color:#505050;
}
.item-list .item-card{
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	text-decoration: none;
	/*min-height:60px;*/
	min-height:40px;
	position: relative;
	border-radius: 12px;
}
.item-list .item-card:last-child{
	margin-bottom: 0px;
}
.results-card{
 /* border:1px solid #0b3280 !important; */
 /* border-radius: 20px; */
}
.item-card-title{
	font-weight: 700;
	font-size: 14px;
	color: #505050;
}
.about-card-title{
	font-size: 14px;
	color: #333333;
}
.item-card-sub-title{
	font-weight: 300;
	font-size: 12px;
	color: #727272;
}
.ads-block{
	border-radius: 6px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
}
.ads-block > img{
	width: 100%;
}
.tab-menu-bottom{
	padding: 15px 0px;
	background-color: rgba(255, 255, 255, 0.90);
	display: flex;
	flex-direction: row;
	position: fixed;
	width: 100%;
	bottom: 0px;
	justify-content: space-around;
	right: 0;
	left: 0;
	-webkit-box-shadow:  0px 5px 18px 1px rgba(11, 50, 128, 0.3);
	-moz-box-shadow:  0px 5px 18px 1px rgba(11, 50, 128, 0.3);
	box-shadow: 0px 5px 18px 1px rgba(11, 50, 128, 0.3);
}
.mt-100{
	margin-top: 100px;
}
.tab-menu-bottom .menu-item{
	color:#484848;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.menu-active-status{
	color: #ff5400 !important;
}
.team-short-name{
	font-size: 10px;
	color: #333333;
	font-weight: 400;
	line-height: 1;
}
.team-side-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.no-match-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 25vh;
	position: relative;
	margin: 0 20px;
}
.no-match-tagline{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-top: 20px;
}
.nav-tabs .nav-link {
	border: 2px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	color: #505050;
	font-size: 14px;
	font-weight: 600;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #f35224;
	background-color: transparent;
	border-color: transparent;
	border-bottom: 2px solid #f35224;
}
.nav-tabs {
	border-bottom: 0px solid #dee2e6;
	display: flex;
	justify-content:space-evenly;
}
.nav-tabs .nav-item {
	width: unset;
	text-align: center;
}
.nav-tabs .list-tab{
	width: unset;
	text-align: center;
}
.nav-tabs .live-tab{
	width: unset;
	text-align: center;
}
.team-name-and-logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.team-name-left{
	width: 37%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
}
.team-name-right{
	width: 37%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
}
.team-name-and-logo-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.team-name-left .team-name{
	font-size: 12px;
	margin-top: 4px;
	text-align: center;
	color: #484848;
	font-weight: 500;
}
.team-name-right .team-name{
	font-size: 12px;
	margin-top: 4px;
	text-align: center;
	color: #484848;
	font-weight: 500;
}
.total-score .runs{
	font-size: 14px;
	font-weight: 600;
	color: #484848;
}
.total-score .match-over{
	font-size: 12px;
	color: #505050;
}
.results-card-logo-name{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.result-team-name{
	font-size: 12px;
	color: #000;
	text-align: center;
}
.slider-team-name{
	color: #484848 !important;
}
.team-logo{
	border-radius: 10px;
	background-color: #efefef;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border: 1px solid #fff;
}
.team-logo img{
	border-radius: 10px;
	width: 40px;
	height: 40px;
	object-fit: contain;
	border: 1px solid #fff;
}
.tab-card{
	padding: 23px 8px 15px !important;
}
.tab-card-content{
	text-align: center;
	padding: 0px 5px;
	font-size: 12px;
	color: #333333;
	font-weight: 500;
	width: 50%;
}
.tab-card-content .content-style-01{
	text-transform: uppercase;
	color: #f35224;
	font-size: 14px;
	font-weight: 500;
}
.tab-card-content .content-style-02{
	color: #f35224;
}
.tab-page-content{
	position: sticky;
	width: 100%;
	z-index: 999;
	right: 0;
	left: 0;
	top: 0;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	background-color: rgba(241, 243, 242, 0.75);
}
.tab-card-list-content{
	/* padding-top: 100px; */
}
.shadow-zero{
	box-shadow: unset;
}
.live-tv{
	/* padding-top: 75px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
}
.live-match{
	border:4px solid #505050;
	margin: 4px 4px 0px 4px;
	background-color: rgba(255, 255, 255, 0.50);
	min-height: 220px;
	width: 100%;
	position: relative;
}
.tv-support-stand{
	width: 10px;
	height: 15px;
	background-color: #505050;
}
.tv-support-base{
	width: 150px;
	height: 15px;
	background-color: #505050;
}
.live-match-score-board{
	/* background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f7f7f7 65%, #f7f7f7 71%, #f7f7f7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #ffffff), color-stop(65%, #f7f7f7), color-stop(71%, #f7f7f7), color-stop(100%, #f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f7f7f7 65%, #f7f7f7 71%, #f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f7f7f7 65%, #f7f7f7 71%, #f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f7f7f7 65%, #f7f7f7 71%, #f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 49%, #f7f7f7 65%, #f7f7f7 71%, #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 ); */
	background-color: rgba(255, 255, 255, 0.50);
	padding: 6px;
	position: absolute;
	width: 100%;
	bottom: 0;
	/* border-radius: 6px; */
	display: flex;
	justify-content: space-between;
}
.live-match-data{
	width: 50%;
	display: flex;
}
.right-side-match-data{
	justify-content: flex-end;
}
.live-match-team-name{
	font-size: 11px;
	font-weight: 600;
	color: #333333;
}
.live-match-team-scroe{
	font-size: 11px;
	font-weight: 400;	
	color: #484848;
	margin-left: 5px;
}
.live-status{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-right: 4px;
	align-items: center;
}
.red-indi{
	width: 8px;
	height: 8px;
	background-color: red;
	border-radius: 50px;
	margin-right: 4px;
	margin-top: -2px;
	animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.rotated-image {
	width: 40px;
	height: 40px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.run-balls{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;
	color: #333333;
}
.run-balls .bold-style{
	font-weight: 600;
}
.run-needed-status{
	border-radius: 6px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
	display: flex;
	flex-direction: row;
	text-decoration: none;
	justify-content: space-between;
}
.run-needed-style{
	color: #333333;
	font-size: 12px;
	font-weight: 500;
}
.team-rate{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.team-current-rate{
	display: flex;
  flex-direction: row;
}
.team-current-rate .rate-block{
	background-color: #000;
	padding: 1px 5px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	font-weight: 600;
}
.team-current-rate .rate-block:last-child{
	margin-right: 0px;
}
.match-score-card{
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	margin-bottom: 8px;
	text-decoration: none;
}
.match-score-board-status{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.board-title{
	width: 60%;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
}
.runs-status{
	width: 8%;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
}
.player-image{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #0b3280;
}
.match-data{
	color:#505050;
	font-weight: bold;
}
.live-score-per-ball-card{
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.live-score-per-ball-card .ball{
	width: 45px;
	height: 45px;
	background-color: #000000;
	background-image: linear-gradient(315deg, #000000 0%, #b82e1f 74%);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 2px;
}
.run-needed-card-data{
	color: #333333;
	font-size: 14px;
	width: 33%;
}
.run-needed-card-data span{
	font-weight: 500;
	color: #253684;
}
.match-team-name{
	text-align: center;
	background-color:  rgba(255, 255, 255, 0.50);
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	padding: 10px;
	color: #f35224;
}
.details-card{
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 10px;
}
.details-indi{
	margin-right: 10px;
}
.indi-style{
	width: 45px;
	height: 45px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 16px;
	font-weight: 800;
}
.details-content{
	font-size: 14px;
	font-weight: 500;
	width: 65%;
	columns: #505055;
}
.accordion .card-header:after {
	font-family: 'FontAwesome';  
	content: "\f068";
	float: right; 
	color: #f35224;
}
.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067"; 
	color: #f35224;
}
.card-title{
	font-size: 12px;
	font-weight: 600;
	color: #f35224 !important;
	text-decoration: none;
	margin:0px !important;
}
.card-title span{
	color: #333333;
}
.card-header{
	background-color: transparent;
	padding: 10px;
	min-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.match-details-card{
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.card-body{
	padding: 0px;
}
.details-score-board{
	background-color: rgb(249 104 0);
	padding: 10px 5px;
	margin: 0px;
	/* position: sticky; */
	top: 100px;
}
.details-data{
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.details-data .board-title span{
	color: #f34a24;
	font-size: 10px;
	font-style: italic;
}
.coming-soon-title{
	font-size: 24px;
	color: #484848;
	text-align: center;
	padding-top: 100px;
}
.details-vs-info{
	padding: 0px;
	align-items: center;
}
.info-tab-details-indi{
	width: 35%;
	margin-right: 20px;
}
.info-tab-style{
	font-size: 14px;
	color: #333333;
}
.match-type{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f35224;
	font-size: 10px;
	font-weight: 800;
	border-radius: 15px;
	padding: 2px 12px;
	color: #ffff;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	right: 0px;
	width: 85px;
	margin: 0 auto;
	text-align: center;
}
.dark-text{
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}
.light-text{
	font-weight: 500;
	font-size: 12px;
	color: #727272;
}
.nav-link {
	padding: 10px 0px;
}
.ponit-table-decor{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-style: italic;
}
.more-page{
	/* padding-top: 45px; */
}
.about-us-content{
	margin: 22px 10px 20px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 6px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.about-us-content p{
	margin-bottom: 5px !important;
}
.fa{
	font-size: 20px;
}
.inner-nav-tabs{
	justify-content: center !important;
	padding: 15px 0px;
}
.inner-tab-items{
	min-width: 120px;
}
.inner-nav-link{
	font-size: 10px !important;
	padding: 4px 8px !important;
	background-color: #fff !important;
	border-color: #505050 !important;
	border: 1px solid #505050 !important;
	border-radius: 0px !important;
}
.inner-nav-tabs .inner-nav-link.active, .inner-nav-tabs .nav-item.show .inner-nav-link {
	color: #FFF !important;
	background-color: #f35224 !important;
	border-color: #f35224 !important;
	border: 1px solid #f35224 !important;
}
.innings-card{
	/* border-bottom:1px solid #ccc; */
	padding: 4px 0px;
	display: flex;
	justify-content: space-between;
	background-color: #f0f0f0;
	margin-bottom: 10px;
}
.innings-column-60{
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px;
}
.innings-column-30{
	width: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px;
}
.innings-inner-block{
	background-color: #0b3280;
	border-radius: 6px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.innings-inner-simple-block{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #484848;
}
.innings-inner-simple-block div:first-child{
	border-bottom: 1px solid #333;
	padding: 0px 5px;
}
.content{
	font-size: 10px;
	line-height: 18px;
	color: #333;
	margin-bottom: 0px;
}
.content .bold{
	font-weight: 700;
}
.stats-content-style{
	margin: 0px 10px 20px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.flex-style{
	display: flex;
	border-bottom: 1px solid #ccc;
  padding: 6px 0px;
}
.flex-style .bold{
	margin-right: 4px;
	font-weight: 600;
}
.form-control{
	font-size: 12px;
	color: #333333;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
	height: 48px;
}
.form-control:focus {
	color: #333333;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.btn-primary {
	color: #fff;
	background-color: #ff5400;
	border-color: #ff5400;
	font-size: 14px;
	font-weight: 600;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ff5400;
	border-color: #ff5400;
}
.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.parallax-window {
	min-height: 180px;
	background: transparent;
	position: relative;
}
.live-score-top-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px;
}
.live-score-top-header .header-blocks{
	background-color: rgba(255, 255, 255, 0.50);
	padding: 1px 8px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 26px;
}
.player-and-wicket{
	display: flex;
	justify-content: center;
	width: 100%;
}
.comman-field{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.small-lable{
	font-size: 10px;
	font-weight: 500;
	color: #000000;
}
.highlighted-label{
	font-size: 16px;
	color:#000000;
	font-weight: 500;
	line-height: 15px;
}
.over-and-ball{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.column-20{
	width: 19%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.balls-status{
	/* border: 1px solid #000; */
	background-color: rgba(255, 255, 255, 0.50);
	font-size: 12px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #333333;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.total-over{
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #f35224;
}
.balls-and-runs-status{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 12px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}	
.text-color-blue{
	color: #0b3280;
}
.summary-title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.divider{
	background-color: rgba(0, 0, 0, 0.25);
	height: 1px;
	width: 30%;
}
.summary-text-style{
	width: 40%;
	text-align: center;
	font-size: 14px;
  font-weight: 500;
}
.padding-T0{
	padding-top: 0px;
}
.summary-details{
	text-align: center;
	font-size: 14px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
	border-radius: 8px;
}
.label-style{
	font-size: 12px;
	color: #333;
	padding: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.summary-team-name{
	color: #333333;
	font-weight: 600;
	font-size: 14px;
}
.live-score-section{
	min-height: 180px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.25);
}
.point-table-title{
	width: 50%;
}
.nav-tabs .point-table {
	width: unset;
	text-align: center;
	min-width: 120px;
}
.point-table-data{
	padding: 5px 5px;
}
.team-runs-status{
	/* border: 1px solid #ccc; */
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.50);
	text-decoration: none;
}
.total-run-needed{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 8px;
}
.total-run-style{
	font-size: 14px;
	color: #333;
	font-weight: 500;
	text-align: center;
}
.total-run-style span{
	font-weight: normal;
}
.fav-team-status{
	/* border: 1px solid #ccc; */
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.50);
	text-decoration: none;
}
.fav-team-status-total{
	display: flex;
	justify-content:space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 8px;
}
.fav-team-status-total-style{
	font-size: 14px;
	color: #333;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.fav-team-status-total-style span{
	color: #333333;
	margin-left: 5px;
}
.fav-status-box{
	width: 30px;
	height: 30px;
	margin-left: 10px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.last-balls-status{
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.50);
	text-decoration: none;
	/*display: flex;
	align-items: center;*/
}
.last-balls-label{
	width: 100%;
	/*border-right: 1px solid #ccc;*/
	font-size: 14px;
	padding: 10px 2px;
	color: #333;
	font-weight: 500;
	/*text-align: center;*/
}
.last-balls-overflow{
	width: 100%;
	display: flex;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
}
.last-balls-overflow .status-circle{
	width: 30px;
	height: 30px;
	margin: 3px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
	background-color: #a2a2a2;
}
.match-score-and-wkt{
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	width: 100%;
	margin: 5px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	font-weight: 500;
	padding-bottom: 5px;
}
.match-score-and-wkt .inner-column{
	width: 50%;
}
.match-score-and-wkt span{
	color: #333333;
}
.color-orange{
	background-color: #ff5400 !important;
}	
.color-dark{
	background-color: #505050 !important;
}
.border-bottom-zero{
	border-bottom: unset !important;
}
.margin-zero{
	margin:0px !important;
}
.padding-zero{
	padding: 0px !important;
}
.social-meida-block{
	position: absolute;
	bottom: 12%;
	width: 100%;
}
.social-icons{
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.social-icons i{
	font-size: 22px;
}
.social-icons .fb{
	color: #1877f2;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
}
.social-icons .youtube{
	color: #f34a24;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
}
.item-list {
	border-radius: 12px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.25);
}
.item-list .item-card{
	box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.10);
}
.match-info{
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mi-team-name{
	display: flex;
	align-items: center;
}
.mi-team-name img{
	width: 30px;
	border-radius: 100px;
	object-fit: contain;
}
.mi-team-name span{
	padding-left: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #505050;
}
.mi-days-stumps{
	display: flex;
	justify-content: center;
	margin: 8px 0px;
}
.mi-days-stumps div{
	background-color: #f35224;
	border-radius: 18px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}
.md-card{
	margin: 8px;
	background-color: rgba(255, 255, 255, 0.50);
}
.current-match-over-details{
	background-color: rgba(255, 255, 255, 0.50);
	margin-bottom: 15px;
}
.match-over-details{
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 8px;
}
.over-summary-inline{
	font-size: 12px;
	color: #505050;
}
.current-team-score{
	padding: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #505050;
}
.current-team-name{
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	text-align: center;
	font-weight: 600;
}
.score-table{
	width: 75%;
	margin-left: 20px;
}
.match-over-table{
	font-size: 15px;
  color: #505050;
  background-color: rgba(255, 255, 255, 0.50);
  margin-top: 10px;
  width: 100%;
  border-radius: 12px;
}
.over-run-circle{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 15px;
	font-weight: 600;
	background-color: #a2a2a2;
}
.match-over-table tr td{
	padding: 5px 0px;
}
.match-over-table tr td:first-child{
	text-align: center;
	width: 75px;
}
.card{
	background-color: rgba(255, 255, 255, 0.50);
	border: unset;
}
.top-header-logo a{
	font-size: 14px;
	color: #505050;
	margin-right: 8px;
}
.top-header-logo a:last-child{
	margin-right: 0px;
}
.top-header-logo a.active{
	color: #f35224;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid #f35224;
}
label{
	font-weight: 600;
	color: #505050;
}
.live-team-score-section{
	border-radius: 6px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.50);
}
.playing-tema-name{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.playing-tema-name .pt-name{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: 15px;
}
.playing-tema-name .pt-name span{
	font-size: 12px;
	color: #505050;
}
.playing-tema-name .pt-icon i{
	font-size: 12px;
	color: #505050;
}
.current-match-score-status{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.score-status-col{
	width: 45%;
}
.live-score-status{
	display: flex;
	align-items: center;
}
.live-team-icon{

}
.live-team-icon img{
	width: 45px;
	border-radius: 50px;
	border: 1px solid #505050;
}
.live-team-score{
	font-size: 18px;
	color: #505050;
	font-weight: 600;
	margin-left: 10px;
}
.live-team-score-panel{
	font-size: 16px;
	color: #f35224;
	font-weight: 600;
}
.live-team-score-panel span{
	font-size: 12px;
	color: #505050;
	font-weight: 500;
}
.live-voice-narator{
	background-color: #ffffffcc;
	min-height: 85px;
	border-radius: 15px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.live-voice-narator .header-blocks{
	background-color: rgba(255, 255, 255, 0.50);
	padding: 1px 8px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 15px;
}
.header-blocks{
	position: absolute;
	right: 6px;
	top: 5px;
}
.narator-lable{
	font-size: 14px;
	font-weight: 800;
	color: #ef5024;
  text-align: center;
  padding: 10px;
}
.team-member-name{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px;
}
.mem-name{
	margin-left: 10px;
}
.cricket-ovr-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.text-color-dark{
	color: #000000 !important;
}

.odd-history{
	color: #000000 !important;
  font-size: unset !important;
  font-style: unset !important;
}

.news-list .item-card{
	background-color:  #ffffff;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	text-decoration: none;
	min-height:60px;
	position: relative;
	border-radius: 12px;
	-webkit-box-shadow:  0px 1px 3px 0px rgb(11 50 128 / 30%);
	-moz-box-shadow:  0px 1px 3px 0px rgb(11 50 128 / 30%);
	box-shadow: 0px 1px 3px 0px rgb(11 50 128 / 30%);
}
.news-list .item-card:last-child{
	margin-bottom: 0px;
}
.news-list .item-card img{
	max-height: 250px;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}
.news-list .item-card .newHeading{
	padding: 8px;
}
.comm-over{
	font-weight: 500;
}

.comm-span{
	font-size: 16px;
  font-weight: 600;
}

.width-10{
	width: 10% !important;
}

.width-20{
	width: 20% !important;
}

.width-25{
	width: 25% !important;
}

.width-40{
	width: 40% !important;
}

.width-30{
	width: 30% !important;
}

.width-50{
	width: 50% !important;
}

.width-60{
	width: 60% !important;
}

.width-100{
	width: 100% !important;
}

.end-run-circle{
	border-radius: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 15px;
  font-weight: 600;	
}
.team-score-comm{
	float: right;
  margin-right: 15px;
  font-weight: 600;
}
.bg-orange{
	background-color: #ffaa80;
	color: #fff;
}
.border-all-org{
	border: solid 2px #f96800;
}
.border-bottom-org{
	border-bottom: solid 2px #f96800;
}
.team-form{
	width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border: none;
  font-family: DiatypeMedium;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
}

.team-form.loss{
	background: #aa0707;
	color: #fff;
}

.team-form.win{
	background: #418019;
	color: #fff;
}

.no-border-bottom{
	border-bottom: unset;
  padding-bottom: 0;
}

.text-initial{
	text-align: initial !important;
}

.text-end{
	text-align: end !important;
}

.head-to-head{
  background-color: white;
  margin-top: 10px;
  border: 2px solid #fa6902;
  border-radius: 10px;
}

.font-weight-unset{
	font-weight: unset !important;
}

.progress-bar {
  flex-direction: column;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;

  display: flex;
  justify-content: flex-start;
  align-self: center;
  height: 6px;
  width: 100%;
  background: #a64040;
  /*border-radius: 4px;*/
  margin: 0 0 10px;
}

.progress-pace {
  --progress: 50%;
  background: #418019;
  height: 6px;
  width: 50%;
}

.progress-red {
  background: #a64040 !important;
}

.progress-green {
  background: #418019 !important;
}

.modal-dialog-point {
   position:fixed;
   top:auto;
   right:auto;
   left:auto;
   bottom:0;
} 


.s-format {
  font-family: DiatypeRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #494b4d;
  opacity: .8;
  padding-bottom: 5px;
}

.p-w100 {
  width: 100%;
}

.p-align-center {
  align-items: center;
}

.p-flex {
  display: flex;
}

.sub-heading{
	color: #9fa3a7 !important;
}

.career-info{
	width: 90%;
  font-weight: 400;
  padding-left: 10%;
  text-align: initial;
}

.profile-info{
	width: 100%;
  font-weight: 400;
  padding: 5px;
  text-align: justify;
}

.nav-scroll{
	overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: auto;
}