/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2022 | 13:06:06 */
 /* live match tab css start */
/* html, body {
  overflow-x:hidden 
}  */
.live-match-heading{
 	font-size: 22px;
   color: #070707;
   padding-top: 15px;
   padding-bottom: 15px;
   margin-bottom: 0;
   font-weight: 700;
}
.main-tab-navs{
 	align-items: flex-end;
   display: flex;
}
.live-match-heading-icon img{
 	width: 21px;
   margin-right: 5px;
}
.main-tab{
 	border: none;
}
.main-tab .nav-item.show .nav-link, .main-tab .nav-link.active{
  	color: #070707;
   font-weight: 500;
   background-color: #fff;
   border-bottom: 3px solid #1616e9;
   font-size: 16px;
   border-left: none;
   border-right: none;
   border-top: none;
}
.main-tab .nav-link{
  	line-height: 35px;
 	color: #070707;
	font-weight: 500;
	font-size: 16px;
	background-color: #fff;
	border: none;
}
.live-match-dashboard-navs{
  overflow-y: hidden;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.live-match-dashboard-navs-group{
  overflow-y: hidden;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
 .live-match-dashboard-navs-group::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: : 100px
}

.live-match-dashboard-navs-group::-webkit-scrollbar
{
  width: 5px;
  height:5px;
  background-color: #F5F5F5;
  border-radius: : 100px
}

.live-match-dashboard-navs-group::-webkit-scrollbar-thumb
{
  background-color: #3374CC;
  border-radius: : 100px
}
.live-match-dashboard-navs a {
  display: inline-block !important;
}
.section-inner-tab-pills .nav-item.show .nav-link, .section-inner-tab-pills .nav-link.active{
 	font-size: 14px;
	color: #0856C9;
	border-bottom: 1px solid #1c64ca;
	border-left: none;
	border-right: none;
	border-top: none;
}
.section-inner-tab-pills .nav-link{
 	font-size: 14px;
	color: #414141;
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-top: none;
}
.crousel-heading{
   background-color: #0856C9;
	max-width: 194px;
	color: white;
	font-size: 14px;
	height: 50px;
	padding: 5px 10px;
	text-align: right;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
}
.crowsel-container{
   box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
	width: 349px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
	min-height: 60px;
	margin-left: 34px;
	margin-top: -33px;
	background-color: white;
}
.carousel-indicators {
	bottom: -20px !important;
	right: 0 !important;
	-webkit-box-pack: end;
	display: flex;
	justify-content: flex-end;
	margin-right: 10px;
}
.carousel-indicators .active {
   background-color: #ff7405;
}
.carousel-indicators li {
   width: 7px;
   height: 7px;
   border-radius: 100%;
   background-color: rgb(0 0 0 / 25%);
}
	.cont-shadow{
		filter: drop-shadow(0px 0px 5px #00000029);
	}
	.notification-slide{
		padding: 6px 4px 8px 38px;
	    margin-bottom: 0;
	}
	.min-height-505{
		min-height: 505px;
	}
	.m-b-5{
		margin-bottom: 5px;
	}
	.p-t-5{
		padding-top: 5px;
	}
	.m-l-5{
		margin-left: 5px;
	}
 	.bx-shadow{
 		box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
 	}
 	.p-t-10{
 		padding-top: 10px;
 	}
 	.p-b-10{
		padding-bottom: 10px;
	}
 	.p-t-30{
 		padding-top: 30px;
 	}
 	.p-b-5{
 		padding-bottom: 5px; 
 	}
 	.p-20-5{
 		padding: 20px 5px;
 	}
 	.p-10-15{
 		padding: 10px 15px
 	}
 	.tab-parts-p-l-r-10{
 		padding-right: 10px;
    	padding-left: 10px;
 	}
 	.first-column-heading{
 		font-family: roboto,Sans-serif;
	    font-size: 14px;
	    font-weight: 600;
	    text-align: center;
	    margin-bottom: 0;
 	}
 	.fix-h-54-w-64{
 		height: 64px;
 		width: 64px;
 	}
 	.fix-h-46-w-46{
 		height: 46px;
 		width: 46px;
 	}
 	.ver-center{
	    display: inline-flex;
	    align-content: center;
	    flex-wrap: nowrap;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: center;
	 }
	 .f-18-bold{
	 	font-weight: bold;
	 	line-height: 18px;
	 }
	 .f-16-bold{
	 	font-size: 16px;
	 	font-weight: bold;
	 }
	 .f-16-bold-l-h-18{
	 	font-size: 16px;
	 	font-weight: bold;
	 	line-height: 18px;
	 }
	 .f-14{
	 	font-size: 13px;
	 }
 	.f-14-medium{
	 	font-weight:500;
	 }
	 .f-12{
	 	font-size: 12px;
	 	font-weight: 400;
	 }
	 .f-16{
	 	font-size: 16px;
	 }
	 .f-13{
	 	
	 	font-size: 13px;
	 	font-weight: 400;
	 }
	 .f-13-bold{
	 	
	 	font-size: 13px;
	 	font-weight: bold;
	 }
	 .f-block-hr{
	 	width: 100%;
	 	margin: 15px !important;
	 }
	 .live-heading{
	 	font-size: 12px;
	 }
	 .live-icon{
	 	text-align: end;
    	margin-bottom: -7px;
	 }
	 .red{
	 	color: #FF0505;
	 }
	 .white{
	 	color: #fff;
	 }
	 .grey{
	 	color: #666666;
	 }
	 .bold{
	 	font-weight: bold;
	 }
	 .black{
	 	color: #000;
	 }
	 .green{
	 	color: #4BBA20;
	 }
	 .yellow{
	 	color: #B3A004;
	 }
	 .blue{
	 	color: #0856C9 !important;
	 }
	 .round-box{
	 	width: 45px;
	    text-align: center;
	    margin: auto;
	    border-radius: 50px;
	    box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
	    text-align: center;
	    background-color: white;
	 }
	 .round-box h6{
	 	margin-bottom: 0;
	    line-height: 12px;
	    padding: 10px 0;
	 }
	 .custom-badge{
	 	background-color: #FF7405;
	    padding: 6px 15px;
	    z-index: 99;
	    color: white;
	    font-size: 13px;
	    font-weight: bold;
	 }
	 .margin-btm-min-20{
	 	margin-bottom: -20px;
	 	z-index: 10;
	 }
	 .orange-line{
	 	max-width: 160px;
	    border-bottom: 3px solid #ff7405;
	    margin: auto;
	    margin-top: -3px;
	 }
	 .grey-line{
	 	max-width: 270px;
	    border-bottom: 3px solid #DBDBDD;
	    margin: auto;
	 }
	 .lines-div{
	 	margin-top: -33px;
    	z-index: 9;
	 }
	 .z-10{
	 	z-index: 10;
	 }
	 .p-l-0{
	 	padding-left: 0;
	 }
	.team-logo-border-green{
	 background-image: url(https://www.100mbsports.com/wp-content/uploads/2021/09/green-border.svg);
    background-size: 64px;
    background-repeat: no-repeat;
	 }
	 .team-logo-border-red{
	 background-image: url(https://www.100mbsports.com/wp-content/uploads/2021/09/red-border.svg);
    background-size: 64px;
    background-repeat: no-repeat;
	 }
	 .team-logo{
	 	padding: 10px;
	 }
	 .player-left .progress, .player-right .progress{
	 	width: 80%;
    	height: 3px;
	 }
	 .player-left .progress{
	 	direction: rtl;
	 	float: right;
	 }
	 .progress-bar{
	 	background-color: #ff7405;
	 }
    .team-name-margin-right{
      margin-right:7px;
    }
    .team-name-margin-left{
      margin-left:7px;
    }
    .live-match-box-1{
        max-height: 505px;
        overflow-y: scroll;
    }
 .live-match-box-1::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
		border-radius: : 100px
	}
	.live-match-box-1::-webkit-scrollbar{
		width: 5px;
		background-color: #F5F5F5;
		border-radius: : 100px
	}
	.live-match-box-1::-webkit-scrollbar-thumb{
		background-color: #6e7175;
		border-radius: : 100px
	}
    .current-p-p{
      position: absolute;
      top: 0;
      margin-left: -5px;
      margin-top: -5px;
    }
	 /*second-block*/
	 .blue-gradiant-bg{
	 	background-image: linear-gradient(to right, #3374CC , #0856C9);
	 }
	 .second-block-list-numbers{
	 	padding: 4px 10px;
    	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    	color: #fff;
	 }
	 .list-number-under-text{
	 	padding: 2px 10px;
	 	color: #000000;
	 }
	 .fix-height-400{
	 	min-height: 390px;
	    max-height: 390px;
	    overflow: scroll;
	    overflow-x: hidden;
	 }
	 .fix-height-400::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
		border-radius: : 100px
	}

	.fix-height-400::-webkit-scrollbar
	{
		width: 5px;
		background-color: #F5F5F5;
		border-radius: : 100px
	}

	.fix-height-400::-webkit-scrollbar-thumb
	{
		background-color: #6e7175;
		border-radius: : 100px
	}
    .scorecard-dropdown .dropdown-menu{
      width:100%;
    }
	 /*3rd*/
	.drop-image{
		height: 40px;
		width: 40px;
		margin-right: 5px;
	}
	.player-list-dropdown{
		width: 100%;
	    display: block;
	    padding-bottom: 5px;
	    border-bottom: 1px solid #dee2e6;
	}
	.margin-top-minus-220{
		margin-top: -220px;}
	.pos-ab-font-bold-12{
	
   font-size: 12px;
   font-weight: 700;
	}
	.wagon-wheel-first{
		margin-top: 6px;
    margin-left: 115px;
	}
	.wagon-wheel-second{
		margin-top: -33px;
    margin-left: 158px;
	}
	.wagon-wheel-third{
		margin-top: -8px;
    	margin-left: 68px;
	}
	.wagon-wheel-fourth{
		margin-top: -34px;
    	margin-left: 204px;
	}
	.wagon-wheel-fifth{
		margin-top: 33px;
    	margin-left: 60px;
	}
	.wagon-wheel-sixth{
		margin-top: -34px;
    	margin-left: 212px;
	}
	.wagon-wheel-seventh{
		margin-top: 45px;
    	margin-left: 96px;
	}
	.wagon-wheel-eight{
		margin-top: -33px;
    	margin-left: 173px;
	}
	/*custom-block-for-banner and carousel*/
	.max-width-880{
		max-width: 880px !important;
	}
	.custom-width-900{
		min-width: 900px;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 910px;
	}
	.width-280{
		width: 280px;
		margin: auto;
	}
	
	.player-list-dropdown::after{
		position: absolute;
	    right: 10px;
	    top: 15px;
	}
	.player-list-dropdown-box{
		width: 100%;
	}
	.scrorecard-header{
		background-color: #E8F2FF;
	}
	.scrorecard-tabel td, .scrorecard-tabel th {
    	padding: 0.50rem 0.60rem;
	}
	.fix-height-460{
	 	min-height: 460px;
	    max-height: 460px;
	    overflow: scroll;
	    overflow-x: hidden;
	 }
	 .fix-height-460::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
		border-radius: : 100px
	}

	.fix-height-460::-webkit-scrollbar
	{
		width: 5px;
		background-color: #F5F5F5;
		border-radius: : 100px
	}

	.fix-height-460::-webkit-scrollbar-thumb
	{
		background-color: #6e7175;
		border-radius: : 100px
	}
	@media screen and (min-width: 320px) and (max-device-width: 640px) { 
   	.max-width-880 {
		    max-width: 300px !important;
		}
		.custom-width-900{
			min-width: 320px !important;
		}
		.crowsel-container{
			width: 280px;
	   	 min-height: 90px;
	    	margin-left: 15px;
		}
		.p-l-0{
			padding-left: 15px;
		}
	}
/*custom-block-for-banner and carousel*/
.max-width-880{
  	max-width: 880px !important;
}

.width-280{
    width: 280px;
    margin: auto;
}

.player-list-dropdown::after{
    position: absolute;
    right: 10px;
    top: 15px;
}
.player-list-dropdown-box{
  	width: 100%;
}
.scrorecard-header{
  	background-color: #E8F2FF;
}
.scrorecard-tabel td, .scrorecard-tabel th {
  	padding: 0.50rem 0.60rem;
}
.fix-height-460{
    min-height: 460px;
    max-height: 460px;
    overflow: scroll;
    overflow-x: hidden;
}
.fix-height-460::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: : 100px
}

.fix-height-460::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
    border-radius: : 100px
}

.fix-height-460::-webkit-scrollbar-thumb{
    background-color: #6e7175;
    border-radius: : 100px
}
.scorecard-dropdown{
    border: 1px solid #E2E2E2;
    margin: 5px 10px;
    border-radius: 5px; 
    height: 40px;
}
.scorecard-dropdown a{
    color: #414141;
    font-size: 16px;
    font-weight: 400;
	display:block;
    margin: 0 10px;
    line-height: 40px;
}
.scorecard-dropdown a::after{
  	position: absolute;
  	right: 10px;
  	top: 18px;
}
@media screen and (min-width: 320px) and (max-device-width: 640px) { 
  .max-width-880 {
    max-width: 100% !important;
  }
  .custom-width-900{
    min-width: 100% !important;
  }
  .crowsel-container{
   	width: auto;
    min-height: 90px;
    margin-left: 15px;
  }
  .p-l-0{
    padding-left: 15px;
  }
}

.wagonwheel-box::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: : 100px
}

.wagonwheel-box::-webkit-scrollbar{
    width: 0px;
    background-color: #F5F5F5;
    border-radius: : 100px
}

.wagonwheel-box::-webkit-scrollbar-thumb{
    background-color: #6e7175;
    border-radius: : 100px
}

/* live match tab css end */





/* tournament tracker css start*/

.heading-shadow{
	box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
	margin-bottom: 15px;
}
.ad-logo{
	text-align: center;
    background-color: #1a316f;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    height: 50px;
    display: inline-grid;
    align-content: center;
}
.ad-logo img{
	width: 100px;
    text-align: center;
 }
.leauge-tracker-heading-div{
	display: inline-grid;
    align-content: center;
}
.leauge-tracker-heading{
	margin-bottom: 0;
    color: #182F6E;
    font-size: 22px;
    text-transform: uppercase;
}
.blue-shape-1{
	background-color: #1a316f;clip-path: polygon(25% 0, 100% 0, 71% 100%, 0% 100%);
}
.blue-shape-2{
	background-color: #1a316f;clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.p-r-0{
	padding-right: 0;
}
.p-t-b-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.tt-p-t-10{
	padding-top: 10px;
}
.p-t-15-b-20{
	padding-top: 15px;
	padding-bottom: 20px;
}
.font-50{
	font-size: 50px;
}
.font-27{
	font-size: 27px;
}
.font-18{
	font-size: 18px;
}
.f-w-700{
	font-weight: 700;
}
.m-b-0{
	margin-bottom: 0;
}
.d-in-grid{
	display:inline-grid;
	align-content: center;
}
.min-height-135{
	min-height: 135px;
}
.orange-cap-block{
    background-color: #FFE9D5;
   
    background-repeat: no-repeat;
    background-position: 83%;
    background-size: 100px;
    padding-left: 70px;
}
.orange-cap-block-img{
    
    background-image: url(https://www.100mbsports.com/wp-content/uploads/2021/04/cap-copy@2x.png);
   
}
.purple-cap-block{
    background-color: #DAC1E6;
   
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 220px;
}

.purple-cap-block-img{
    
    background-image: url(https://www.100mbsports.com/wp-content/uploads/2021/05/purpal-cap.png);
   
}
.blue-cross{
	height: 24px;
    background-color: #1a316f;
    margin-bottom: 9px;
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
    width: 45px;
}
.yellow-cross{
	height: 24px;
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
    background-color: #ebca15;
}
.f-29-bold-l-h-50{
	font-size: 29px;
    font-weight: 700;
    line-height: 50px;
}
.f-40-900{
	font-size: 40;
	font-weight: 900;
}
.f-40-l-h-42-w-600{
    font-size:40px;
    line-height: 42px;
    font-weight: 600;
}
.tt-font-weight-400{
	font-weight: 400;
}
.tt-font-weight-500{
	font-weight: 500;
}
.tt-bg-navy-blue{
	background-color:#1A316F;
}
.tt-bg-sky-blue{
	background-color:#398ECE;
}
.tt-bg-yellow{
	background-color: #EBCA15;
}
.tt-bg-gray-gradiant{
	background-image: linear-gradient(#fcfcfc, #e5e5e5);
}
.tt-font-navy-blue{
	color: #182F6E;
}
.tt-font-purpal{
	color: #802DAA;
}
.tt-font-orange{
	color: #FF6804;
}
.tt-line-height-20{
	line-height: 20px;
}
.tt-line-height-40{
	line-height: 40px;
}
.tt-line-height-50{
	line-height: 50px;
}
.tt-font-green{
	color: #55A000;
}
.tt-font-red{
	color: #EF614B;
}
.tt-p-0{
	padding: 0;
}
.tt-border-bottom{
	border-bottom: 1px solid #182F6E;
}
.tt-border-left{
	border-left: 1px solid #182F6E;
}
.tt-grey-border-right{
	border-right: 2px solid #c7c7c7;
}
.tt-border-right-white{
	border-right: 1px solid white;
}
.tt-p-25-15{
	padding: 25px 15px;
}
.tt-font-thin{
	font-weight: 300;
}
@media screen and (min-width: 320px) and (max-device-width: 640px) { 
    .orange-cap-block {
     	padding-left: 15px;
	}
  .purple-cap-block {
   		background-position: 90%;
	}
}
/* tournament tracker css end*/




/* schedule sidebar css start */
.f-16{
	font-size: 16px;
}
.main-tab{
 	border: none;
}
.schedule-tab .nav-item.show .nav-link, .schedule-tab .nav-link.active{
  color: #1616e9;
   border-bottom: 2px solid #1616e9;
   font-size: 16px;
   border-left: none;
   border-right: none;
   border-top: none;
   background-color: #F0F0F0;
   font-weight: 900;
}
.schedule-tab .nav-link{
 	color: #070707;
	font-weight: 400;
	font-size: 16px;
	border: none;
	font-weight: 400;
}
.schedule-tab .nav{
	background-color: #F0F0F0;
}
.grey-bottom-border{
	border-bottom: 1px solid #cecece;
}
.p-15-10{
 	padding: 15px 10px
 }
 .live-icon {
    text-align: end;
    margin-bottom: -7px;
}
.live-heading {
    font-size: 12px;
}
.red {
    color: #FF0505;
}
.bold {
    font-weight: bold;
}
.f-14 {
    font-size: 13px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.f-12 {
    font-size: 12px;
}
.space-border{
	border-bottom:1px solid #cecece ;
}
.schedule-bg-grey{
	background-color: #f0f0f0;
	padding: 10px;
}
.schedule-bg-block-notice{
	font-size: 14px;
	margin-bottom: 0;
}
.ver-center {
    display: inline-flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-t-10{
	padding-top: 10px;
}
.fix-h-40-w-40{
    max-height: 40px;
    max-width: 40px;
}
.f-13-bold{
	font-size: 13px;
    font-weight: 700;
}
.f-16-bold {
    font-size: 16px;
    font-weight: 700;
}
.f-grey{
	color: #666666;
}
.vs-padding-15{
	text-align: center;
	padding-top: 15px;
}
.bx-shadow {
    box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
}
.right-arrow{
	position: absolute;
    right: 0;
    top: 43%;
}
.schedule-sidebar-content{
  /* max-height: 725px; */
  /* max-height: 320px; */
  max-height: 333px;
  min-height: 333px;
  overflow: hidden;
  overflow-y: scroll;
}
.schedule-sidebar-content::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 100px;
}

.schedule-sidebar-content::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
  border-radius: : 100px
}

.schedule-sidebar-content::-webkit-scrollbar-thumb
{
  background-color: #3374CC;
  border-radius: : 100px
}
/* schedule sidebar css end*/



/* icc team ranking css start */
.iipl-player-ranking-banner-div{
  position: absolute;
  max-height: 75px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: center;
  top: 0px;
}
.iipl-player-ranking-banner-div img{
    max-width: 120px;
    margin-top: -20px;
    opacity: 0.2;
}
.icc-overflow-hidden{
    overflow:hidden
}
.icc-tr-h4{
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 0px;
}
.icc-team-detail{
  display: flex;
  align-items: center;
}
.icc-team-detail2{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.icc-team-detail img{
  max-height: 55px;
  max-width: 55px;
}
.icc-team-rank, .icc-team-name{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.icc-padding-right-5{
  padding-right: 5px;
}
.icc-padding-left-5{
  padding-left: 5px;
}
.icc-image-bg{
  padding-top:10px;
  padding-bottom:10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.icc-team-num{
  font-size: 23px;
  color: #fff;
}
.icc-team-logo img{
    max-height: 25px;
}
.icc-padding-right-0{
    padding-right: 0;
}
.team-ranking-tbl{
    border: 1px solid #dee2e6;
}
.team-ranking-tbl td, .team-ranking-tbl th {
    font-weight: 500;
    padding: 0.40rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.team-ranking-tbl th{
    font-size: 11px;
    padding: 12px 10px;
}

.team-ranking-tbl td{
    font-size: 13px;
}
.team-ranking-tbl tr td:nth-child(4),  .team-ranking-tbl tr th:nth-child(1), .team-ranking-tbl tr th:nth-child(3) {
    text-align: center;
}
.saffron{
    color: #FF7405;
    font-size: 12px;
    padding: 12px 10px;
}
.border-left-right-radius{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
@media screen and (min-width: 320px) and (max-device-width: 640px) { 
  .icc-padding-right-0{
    padding-right: 15px !important;
  }
    
}
/* icc team ranking css end */



/*iipl team ranking css start*/
.ipl-tr-h4{
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 10px;
}
.ipl-team-detail{
  display: flex;
  align-items: center;
}
.ipl-team-detail2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ipl-team-detail img{
  max-height: 26px !important;
}
 .ipl-team-rank{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.ipl-team-name{
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.ipl-padding-right-5{
  padding-right: 5px;
}
.ipl-padding-left-5{
  padding-left: 5px;
}
.ipl-image-bg{
  padding: 0px 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 80px;
}
.ipl-team-num{
  font-size: 23px;
  color: #fff;
  margin-bottom: 0;
}
.ipl-team-logo img{
    max-height: 25px;
}
.ipl-padding-right-0{
    padding-right: 0;
}
.team-ranking-tbl{
    border: 1px solid #dee2e6;
}
.team-ranking-tbl td, .team-ranking-tbl th {
    font-weight: 500;
    padding: 0.40rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.team-ranking-tbl th{
    font-size: 11px;
    padding: 12px 10px;
}

.team-ranking-tbl td{
    font-size: 13px;
}
.team-ranking-tbl tr td:nth-child(4),  .team-ranking-tbl tr th:nth-child(1), .team-ranking-tbl tr th:nth-child(3) {
    text-align: center;
}
.saffron{
    color: #FF7405;
    font-size: 12px;
    padding: 12px 10px;
}
.border-left-right-radius{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ipl-player-image{
  margin-top: -20px;
  max-height: 100px;
}
.icc-team-padding-top-5{
  padding-top: 5px;
}
.ipl-team-icon{
  max-height: 20px;
  max-width: 20px;
}
@media screen and (min-width: 320px) and (max-device-width: 640px) { 
  .ipl-padding-right-0{
    padding-right: 15px !important;
  }
    
}
/*iipl team ranking css end*/



/* Know your player css start */
.kyp-p-0{
    padding-left: 0;
    padding-right: 0;
}
.kyp-img-div{
    
    max-height: 290px;
    overflow: hidden;
}
.kyp-img-div img{
    min-height: 290px;
}
.kpy-border-radi-5{
    border-radius: 5px;
    overflow: hidden;
}
.kyp-name {
    font-size: 30px;
    padding-top: 11px;
    font-weight: 900;
    color: #070707;
}
.kyp-position{
    font-size: 14px;
    font-weight: 500;
    color: #070707;
    margin-bottom: 5px;
}
.player-info{
    padding: 10px 15px;
}
.kyp-content{
    margin-left: -80px;
    background-color: #0856C9;
    padding: 25px;
}
.kyp-content p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.kyp-m-b-15{
    margin-bottom: 15px;
}
.bottom-content-div{
    padding: 10px 15px;
}
.bottom-player-image{
    min-height: 125px;
    max-height: 125px;
    overflow: hidden;
}
.bottom-player-heading{
    color: #070707;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}   
.bottom-player-position{
    color: #414141;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 8px;
}   
.bottom-player-link{
    color: #FF7405;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0;
}   
.bottom-player-link a{
    color: #FF7405;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0;
} 
@media screen and (min-width: 320px) and (max-device-width: 640px) { 
 .kyp-content{
    margin-left: 0px;
}
}
/* Know your player css end */


/* twitter sidebar css end */

.news-page-social-wall .fts-twitter-div{
  	max-height: 635px;
    overflow: hidden;
    overflow-y: scroll;
}
.fts-twitter-div{
  	/* max-height: 800px; */
    max-height: 1058px;
    min-height: 1058px;
    overflow: hidden;
    overflow-y: scroll;
}
.fts-twitter-div::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: : 100px
}

.fts-twitter-div::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
  border-radius: : 100px
}

.fts-twitter-div::-webkit-scrollbar-thumb
{
  background-color: #3374CC;
  border-radius: : 100px
}
/*  twitter sidebar css end */

/* STANDINGS sidebar css start */
.standing-f-15{
  font-size: 15px;
}
.standing-b{
  font-weight: 900 !important;
}
.id-logo{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #04335033 !important;
  border-bottom-right-radius: 15px 15px;
  border-top-right-radius: 15px 15px;
/*   max-width: 79px; */
}

table.standing tr td{
  text-align: center;
}

td.pts.nrr-b {
    text-align: left;
}

.id-logo span.id-no{
  width:40px;
}

.id-logo img{
  max-height: 30px;
 
}
.standing{
  width: 100%;
}
.standing thead{
  background-color: rgba(51,116,204,0.1);
}
.standing th {
  padding: 0.60rem;
  vertical-align: middle;
  border-top: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.standing td {
  padding: 0.60rem;
  vertical-align: middle;
  border-top: 1px solid #ffffff;
  font-size: 13px;
  font-weight: 500;
}
.team-name-bold{
  font-weight: 900 !important;
  font-size: 14px !important;
}
.pts{
  color: #FF7405;
  font-size: 14px !important;
}
.id-no{
 padding: 7px 11px;
    font-weight: bold;
    font-size: 14px;
}
.id-img{
  background-color: white;
    padding: 2px 10px;
    border: 1px solid #04335033;
    border-radius: 15px;
}
.paddin-left-0{
  padding-left: 0 !important;
}
.green-dot{
  height:7px;
  width: 7px;
  border-radius: 100%;
  background-color: #00DB0F;
}
.red-dot{
  height:7px;
  width: 7px;
  border-radius: 100%;
  background-color: #FF4141;
}
.margin-right-5{
  margin-right: 5px;
}
.saffron-line{
  width: 40px;
  border-top: 4px solid #FF7405;
  float: right;
  margin-top: 10px;
}
/* STANDINGS sidebar css end */

/* SQUADS sidebar css start */
.drop-bg-grey{
	background-color: #F5F5F5;
	
}
.bx-shadow {
    box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
}
.squads-drop-down{
	width: 100%;
    display: block;
    padding: 7px 10px;
}
.f-16-bold {
    font-size: 16px;
    font-weight: bold;
}
.squad-player-image {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.squads-drop-down::after {
    position: absolute;
    right: 10px;
    top: 25px;
}
.squad-player-name{
	font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    display: block;
}
.squad-player-desc{
	font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #989898;
}
.squad-li{
	display: inline-flex;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}
.squad-ul{
	min-height: 410px;
    max-height: 410px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 15px;
}
 .squad-ul::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: : 100px
}

.squad-ul::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
  border-radius: : 100px
}

.squad-ul::-webkit-scrollbar-thumb
{
  background-color: #3374CC;
  border-radius: : 100px
}
/* SQUADS sidebar css end */

/* ABOUT SECTION css start */
.about-pad-right-0{
  padding-right: 0;
}
.about-pad-left-0{
  padding-left: 0;
}
.about-min-height-248{
  min-height: 248px;
}
.about-text-block{
  background-color: #032361;
  background-image: url(https://www.100mbsports.com/wp-content/uploads/2021/10/about-abstract.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px;
}
.about-text{
  font-size: 14px;
}
.about-btn{
  background-color: white;
  border-color: white;
  color: #032361;
  font-weight: bold;
  padding: 4px 10px;
}

@media screen and (min-width: 320px) and (max-device-width: 640px) { 
  .about-pad-right-0{
  padding-right: 15px;
}
.about-pad-left-0{
  padding-left: 15px;
  }
}
/* ABOUT SECTION css end */ 

/*over by over css start*/
.obo-main-div{
  padding: 5px 10px;
}
.obo-box{
  box-shadow: 0px 0 5px 0 rgb(0 0 0 / 16%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:15px;
}
.obo-header{
  background-color:#0856C9;
  padding-top: 8px;
  padding-bottom: 8px;
}
.obo-f-13{
  font-size: 13px;
}
.obo-f-regular{
  font-weight: 400;
}
.obo-f-white{
  color: #ffffff;
}
.header-run-round{
  background-color: #fff;
  height: 24px;
  width: 24px;
  line-height: 13px;
  font-weight: 400;
  color: #00719F;
  font-size: 11px;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.obo-header-first{
  display: flex;
  align-items: center;
}
.obo-header-second{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.obo-content{
  padding-top: 15px;
  padding-bottom: 10px;
}
.obo-content-round-box{
  height: 24px;
  width: 24px;
  line-height: 13px;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.obo-p-b-5{
  padding-bottom: 5px;
}
/*over by over css end*/

.squads_right_sidebar{
/*   display: none; */
}

.top-stories-posts .elementor-post__meta-data{
  margin-bottom: 0px !important;
}

.home-3rd-section .elementor-posts .elementor-post__meta-data{
  margin-bottom: 0px !important;
}

.home-badge-sec .elementor-post__card:first{
  min-height: 510px;
}

#latest-news-sub-posts article{
  height:151px;
}