/*

File Name:- Custom Css
Author   :- Saqib Ali


*/
body{
    font-family: 'Montserrat', sans-serif;
    background-color: #f3f3f3;
}
a,h1,h2,h3,h4,h5,h6,p,span{
	font-family: 'Montserrat', sans-serif;
}
/***********************************************
---(1) Header
***********************************************/
.site_header{
	padding: 10px 0;
	box-shadow: 0 0 4px 1px #eee;
    border-bottom: 1px solid #eee;
}
.site_logo{
	width: 108px;
    position: relative;
    z-index: 1;
}
.site_logo a {
    position: absolute;
    top: -68px;
    left: 0;
    width: 205px;
    height: 95px;
    /*background-color: #fff;*/
    border-radius: 4px;
    /*box-shadow: 0 0 8px 0px #000;*/
}
.site_logo img {
    max-width: 100%;
}
.main_menu{
	padding: 0;
	margin: 0;
	text-align: center;
}
.main_menu li{
	list-style: none;
	display: inline-block;
	padding-right: 25px;
}
.main_menu li:last-child{
	padding-right: 0;
}
.main_menu li a{
	text-decoration: none !important;
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 500;
    padding: 30px 0;
    display: inline-block;
}
.main_menu li a:hover{
	color: #fff;
}
.align-center{
	align-items: center;
}
/************************************
---(2) Hero Section
************************************/
.hero_section img{
	max-width: 100%;
}
/****************************************************
---(3) Events Section
****************************************************/
.events_section {
    padding: 60px 0;
}
.section_heading h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    margin: 0;
    padding-bottom: 10px;
}
.section_heading p {
    text-align: center;
    font-size: 16px;
    color: #868686;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.events_time {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: 
    #333;
    font-weight: 500;
}
.events_time span {
    margin-bottom: 5px;
}
.latest_box {
    margin-bottom: 30px;
}
.latest_box .image {
    padding-bottom: 20px;
    height: 220px;
    display: block;
}
.post_img {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.latest_box .content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #191919;
}
.latest_box .content h2 a {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    text-decoration: none;
}
.latest_box .content .border {
    width: 80px;
    height: 3px;
    margin: 10px 0;
    background-color: #80b343;
    border: 0 !important;
    display: block;
}
.latest_box .content p {
    margin: 0;
    font-size: 14px;
    color: #989898;
    font-weight: 400;
    padding-bottom: 15px;
}
.latest_box .content a.post_link {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #191919;
	background-color: #e9e9e9;
    padding: 14px 35px;
    border-radius: 4px;
    border: none;
    transition: 0.3s;
    text-transform: uppercase;
}
.latest_box .content a.post_link:hover{
	background-color: #0076fb;
	color: #fff;
}
/************************************************
-----(4) Team Section
************************************************/
.team_section{
	padding: 60px 0 80px;
	/*background-color: #eee;*/
}
.team_table {
    width: 100%;
    padding-top: 20px;
}
.team_table a{
    text-decoration: none !important;
    color: #0076fb !important;
    font-size: 14px;
    font-weight: 500;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
table a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}
th{
    font-weight: 600;
}

tr:nth-child(even) {
  background-color: #f9f9fb;
}
/**************************************
---() Footer
**************************************/
footer {
    text-align: left;
}
.footer_top {
    background-color: 
    #070707;
    padding: 50px 0 100px;
}
.footer_heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: 
    #fff;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
}
.f_heading_border {
    height: 3px;
    width: 45px;
    background-color: 
    #0076fb;
    margin-bottom: 10px;
    display: inline-block;
}
.footer_links {
    margin: 0;
    padding: 0;
}
.footer_links li {
    list-style: none;
    padding-bottom: 5px;
}
.footer_links li a {
    display: inline-block;
    color: 
    #8a8a8a !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.footer_links li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px;
}
.footer_info {
    margin: 0;
    padding: 0;
}
.footer_info li {
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: 
    #fff;
    font-weight: 600;
    padding-bottom: 5px;
}
.footer_info li i {
    color: 
    #0076fb;
    font-size: 18px;
    margin-right: 5px;
}
.footer_info li a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    color: 
    #8a8a8a !important;
    font-size: 14px;
    font-weight: 500;
}
.footer_certificate {
    padding: 0;
    margin: 0;
    columns: 3;
}
.footer_certificate li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}
.footer_certificate li a {
    display: inline-block;
    text-decoration: none !important;
}
.footer_bottom {
    background-color: #f6f6f6;
    padding: 15px 0;
}
.my_align_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.site_copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: 
    #010101;
    margin: 0;
    font-weight: 500;
}
.footer_social_link {
    padding: 0;
    margin: 0;
    text-align: right;
}
.footer_social_link li {
    list-style: none;
    display: inline-block;
}
.footer_social_link li a {
    text-decoration: none !important;
    color: 
#010101 !important;
width: 35px;
height: 35px;
line-height: 28px;
text-align: center;
border: 3px solid
    #adadad;
    border-radius: 50px;
    display: block;
}
/*******************************************
-----() Player Section
*******************************************/
.player_section {
    padding: 60px 0;
}
.player_box{
    text-align: center;
    box-shadow: 0 0 5px 0px #ebeaea;
    padding: 15px 10px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.player_box .image{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.player_box .image .img{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}
.player_box img{
    max-width: 100%;
}
.player_box .content{
    text-align: center;
}
.player_box h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
    display: block;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
}
.player_box p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
a.post_link {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #191919;
    background-color: #e9e9e9;
    padding: 14px 35px;
    border-radius: 4px;
    border: none;
    transition: 0.3s;
    text-transform: uppercase;
}
a.post_link:hover{
    background-color: #0076fb;
    color: #fff;
}
.player_box .role{
    font-size: 10px;
    font-weight: 600;
}
.player_box a.post_link{
    font-size: 12px;
    padding: 10px 15px;
}
/********************************************
----() Team Profile Section
*********************************************/
.team_profile {
    margin: 60px 0 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 2px 0 #e6e3e3;
}
.team_profile img{
    max-width: 100%;
}
.team_profile h1 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 5px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}
.team_profile p {
    margin: 0;
    color: #979797;
    font-size: 14px;
}
.team_profile_info {
    padding-bottom: 5px;
}
.team_profile span {
    font-weight: 500;
    font-size: 14px;
    color: #808080;
    margin-right: 30px;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}
.team_profile span a, .info_result {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
    color: #0076fb !important;
}
.team_profile_stats {
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    margin: 0px 0 30px;
    background-color: #fff;
}
.team_profile_detail h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.team_profile_matches{
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    background-color: #fff;
    margin: 0px 0 30px;
}
.team_profile_squad{
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    margin: 0px 0 60px;
    background-color: #fff;
}
.team_profile_table a {
    text-decoration: none !important;
    color: #0076fb !important;
    font-size: 14px;
}
.player_batting_stat{
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    margin: 0px 0 30px;
    background: #fff;
    font-size: 14px;
}
.player_bowling_stat{
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    margin: 0px 0 30px;
    background: #fff;
    font-size: 14px;
}
/****************************************
---() Matches Section
****************************************/
.matches_section {
    padding: 60px 0;
}
.live_matches{
    padding: 25px 30px 30px;
    box-shadow: 0 0 5px 0px #c6c6c6;
    margin: 0px 0 30px;
}
.matches_section h2{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.matches_table a{
    text-decoration: none !important;
    color: #0076fb !important;
}
.recent_matches{
    padding: 25px 30px 30px;
    box-shadow: 0 0 5px 0px #c6c6c6;
    margin: 0px 0 0px;
}
/***********************************************
----() User Guide
***********************************************/
.user_guide_section{
    padding: 60px 0 20px;
}
.user_guide_section h2{
    font-size: 22px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
}
.user_guide_section p{
    margin: 0;
    padding-bottom: 40px;
    color: #8c8c8c;
}
/************************************************
-----() Contact Page
************************************************/
.contact_section{
    padding: 60px 0;
}
.contact_section .footer_heading {
    color: #333;
}
.contact_section .footer_info li{
    color: #333;
}
.my_contact_from input, .my_contact_from textarea {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
}
.c_submit_button {
    width: unset !important;
    border-radius: 50px;
    border: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #0076fb;
    padding: 14px 47px !important;
    font-weight: 600 !important;
    cursor: pointer;
}
/*************************************************
---() Pagination
*************************************************/
.pagination {
    text-align: right;
    justify-content: right;
}
.pagination li{
    padding-left: 10px;
}
.pagination li.disabled a{
    cursor: no-drop;
}
.pagination li a {
    padding: 10px 10px;
    display: inline-block;
    background-color: #0076fb;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}
/************************************************
---()  Tournaments
************************************************/
.tournament_table {
    width: 100%;
}
.tournament_table a{
    color: #0076fb !important;
    text-decoration: none !important;
}
.tournament_matches{
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    margin: 0px 0 30px;
    background: #fff;
}
.tournament_matches h2{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
/*********************************************
----() Match Detail
*********************************************/
.matche_detail_section {
    margin: 60px 0;
}
.match_detail_scorecard{
    padding: 25px 30px 30px;
    box-shadow: 0 0 5px 0px #c6c6c6;
}
.matche_detail_section .section_heading{
    text-align: center;
}
.section_heading h3 {
    font-size: 18px;
}
.section_heading a {
    text-decoration: none !important;
    color: #0076fb !important;
}
.score_card_table a{
    text-decoration: none !important;
    color: #0076fb !important;
    text-transform: capitalize;
}
table a{
    text-transform: capitalize;
}
.score_card h1{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.score_card h1 a{
    text-decoration: none !important;
    color: #0076fb !important;
}
/**********************************************
---() Empty Record
**********************************************/
.empty_record{
    margin: 30px 0 60px;
    /*box-shadow: 0 0 5px 0px #c6c6c6;*/
    padding: 30px;
    background:#fff;
}
.empty_record h2{
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.total_record td {
   /* background-color: #0076fb;
    color: #fff;*/
    font-weight: 600;
}
.score_card p {
    text-align: center;
}
.event_profile p{
    color: #333;
}
.event_profile p strong{
    margin-right: 5px;
}
.score_card_table table{
    margin-bottom: 50px;
}
.nav-tabs .nav-link{
    color:#333;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    border-bottom: 5px solid transparent;
}
.nav-tabs .nav-link.active {
    border-color:#0076fb;
}
.nav-tabs {
    border-bottom: 0;
}
.tab_inner_content{
    padding: 25px 30px 30px;
    box-shadow: 0 0 5px 0px #c6c6c6;
    text-align: center;
}
.tab_inner_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.tab_inner_content p {
    font-size: 14px;
    text-align: center;
    color: #8e8e8e;
    margin-bottom: 15px;
}
.pagination_div{
    padding-top: 25px;
    width: 100%;
}
.pagination_div ul{
    margin: 0;
}
.table_button {
    text-align: center;
    padding-top: 25px;
}
.post_link.table_link {
    color: #fff !important;
    background-color: #0076fb !important;
}
.search_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    box-shadow: 0 0 2px 0 #e6e3e3;
}
.search_heading h2{
    padding: 0;
}
#search_form {
    display: flex;
    align-items: center;
    width: 300px;
}
#search_form input{
    width: calc(100% - 60px);
    padding: 4px 10px;
    font-size: 14px;
    min-height: 34px;
    border: 1px solid #cecece;
    border-right: 0;
}
#search_form button {
    width: 60px;
    min-height: 34px;
    border: 0;
    background-color: #0076fb;
    color:#fff;
    cursor: pointer;
}
.current_live_matches {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.live_match_box {
    width: 50%;
    /*box-shadow: 0 0 2px 0px #c6c6c6;
    /*margin-bottom: 20px;*/
    padding: 15px;
    border-bottom: 1px solid #edeef0;
    border-right: 1px solid #edeef0;
}
.live_match_team_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}
.live_match_team_name:last-child{
    padding-bottom: 0;
}
.live_match_team_name.complete{
    opacity: 0.5;
}
.live_match_team_name.complete.win_team{
    opacity: 1;
}
.live_match_team_name h4{
    font-weight: 600;
}
.live_match_team_name h4,
.live_match_team_name h5{
    margin: 0;
    font-size: 14px;
}
.live_match_detail {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
}
.live_match_team_name h5{
    font-weight: 300;
}
.live_match_team_name h5 strong {
    margin-right: 5px;
    font-weight: 600;
}
.live-score_btn {
    font-size: 12px;
    padding: 7px 15px;
    display: inline-block;
    border: 1px solid #dbd9d9;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 5px;
    transition: 0.3s;
    color: #333;
    text-decoration: none !important;
}
.live-score_btn:hover{
    background-color: #0076fb;
    color: #fff;
    border-color: #0076fb;
}
/***************************************************
---() Home Page
***************************************************/
.header_top {
    display: flex;
    background-color: #f6f6f6;
}
.header_top_event {
    padding: 20px 10px 20px;
    border-right: 1px solid #a5a6a7;
}
.header_top_event a {
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cecfd1;
    border-radius: 50px;
    background: #fff;
    font-weight: 500;
    text-decoration: none !important;
}
.header_top_event a i{
    margin-left: 5px;
}
.header_live_match_box {
    display: flex;
    align-items: center;
}
.header_live_match_box a {
    font-size: 12px;
    text-decoration: none !important;
    color: #333;
}
.header_live_match_box_name a span{
    font-weight: 400;
    display: block;
}
.header_live_match_box_name a {
    font-weight: 600;
    display: inline-block;
    text-align: center;
    height: 100%;
    padding: 28px 10px 0;

}
.header_live_match_box_name {
    
    height: 100%;
   /* display: flex;
    align-items: center;*/
    border-right: 1px solid #a5a6a7;
}
.header_live_match_box_name:hover a{
     padding: 19px 10px 0;
}
.header_live_match_box_name:hover a span{
    display: block;
}
.header_live_match_box_score {
    padding: 0px 10px 5px;
    background: #fff;
    border-right: 1px solid #a5a6a7;
    position: relative;
    min-height: 74px;
}
.match_condition {
    font-size: 12px;
    color: #d00;
    font-weight: 500;
}
.header_live_team {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
}
.header_live_team_name {
    margin-right: 10px;
}
.header_live_match_box_name a span{
    display: none;
}
.header_live_match_box_score_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    display: none;
}
.header_live_match_box_score_overlay a {
    display: block;
    border-bottom: 1px solid #a5a6a7;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
}
.header_live_match_box_score_overlay a:last-child{
    border-bottom: 0;
}
.header_live_match_box_score:hover .header_live_match_box_score_overlay{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_top_event_button{
    list-style: none;
}
.header_top_event_nav {
    padding: 5px;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    box-shadow: 1px 2px 4px 0px #a9a3a3;
    min-width: 150px;
    z-index: 1;
    display: none !important;
}

.header_top_event_button:hover .header_top_event_nav{
    display: block;
}
.header_top_event_nav li{
    list-style: none;
}
.header_top_event_nav li a{
    border:0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 1.15;
    padding: 8px;
}
.header_top_event_nav li a:hover{
    background-color: #0076fb;
    color: #fff;
    text-decoration: none;
}
.header_top_event_nav li  i{
    display: none;
}
.main_header {
    padding: 0px 15px;
    background-color: #0076fb;
}
.header_account {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    position: relative;
}
.header_account li{
    display: inline-block;
    margin-left: 15px;
    padding: 26px 0;
}
.header_account li a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 500;
}
.header_account li a i{
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 7px;
}
.main_menu_sub{
    margin: 0;
    background: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    position: absolute;
    display: none;
    transition: linear 0.3s;
    box-shadow: 0 2px 4px 0 #b4afaf;
    z-index: 123;
}
.has_sub:hover .main_menu_sub{
    display: block;
}
.main_menu_sub li {
    display: block;
    padding: 0;
}
.main_menu_sub li a{
    border-radius: 3px;
    color:#6c6d6f;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    line-height: 160%;
    min-width: 200px;
    padding: 10px;
    position: relative;
    text-align: left;
}
.main_menu_sub li a:hover{
    background-color: #0076fb;
}
.home_section {
    padding: 60px 0;
    background-color: #f6f6f6;
}
.sidebar_box{
    padding: 10px 10px 10px;
    border-radius: 4px;
    background:#fff;
    border: 0;
    margin-bottom: 20px;
}
.sidebar_box h3{
    font-size: 14px;
    font-weight: 700;
    color: #48494a;
    margin-bottom: 0;
    border-bottom: #dcdddf 1px solid;
    padding-bottom: 10px;
}
.sidebar_box ul{
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.sidebar_box ul li{
    list-style: none;
    display: block;
}
.sidebar_box ul li a{
    color: #333;
    font-weight: 400;
    font-size: 13px;
    display: block;
    text-decoration: none !important;
    padding: 8px 0px;
    border-bottom: 1px dotted #dcdddf;
    transition: linear 0.3s;
}
.sidebar_box ul li a:hover{
    color: #0076fb;
}
.sidebar_box ul li:last-child a{
    border-bottom: 0;
}
.sidebar_box ul li a img {
    max-width: 20px;
    margin-right: 5px;
}
.live_matches_home_page .home_team_scorecard:first-child{
    margin-top: 0;
}
.home_team_scorecard {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0px;
}
.home_team_scorecard .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #dcdddf;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.home_team_scorecard .heading .left{
    width: calc(100% - 70px);
}
.home_team_scorecard .heading .left h2{
    margin: 0;
}
.home_team_scorecard .heading .left h2 a{
    color: #1d1e1f;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.home_team_scorecard .heading .left p{
    color: #6c6d6f;
    font-size: 12px;
    margin: 0;
}
.home_team_scorecard .heading .right{
    width: 50px;
}
.home_team_scorecard .heading .right a{
    text-decoration: none !important;
    color: #0076fb;
    font-size: 14px;
    font-weight: 500;
}
.condition {
    font-size: 11px;
    display: block;
    padding-bottom: 0;
    font-weight: 600;
    color: #333;
}
.live_team_buttons {
    text-align: center;
}
.live_team_buttons {
    text-align: center;
    padding-top: 5px;
    border-top: 1px dotted #dcdddf;
    margin-top: 5px;
}
.team_blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team_blog .image{
    width: 30%;
}
.team_blog .image .img{
    min-height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.team_blog .content{
    width: 65%;
}
.team_blog .content h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
    color: #333;
}
.team_blog .content p{
    font-size: 12px;
    color: #414141;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.team_blog .content span{
    font-size: 12px;
    color: #908e8e;
}
.team_blog {
    background: #fff;
    box-shadow: 0 0 5px 0 #cec9c9;
    border-radius: 10px;
    margin: 5px 0 10px;
    overflow: hidden;
}
.live_team_buttons a {
    margin: 5px 5px 0;
}
.live_score_section{
    padding: 60px 0;
}
.live_score_section .live_match_box {
    background-color: #fff;
    width: 100%;
}
/*.single_live_box .live_match_team_name h4, .single_live_box .live_match_team_name h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}*/
.live_match_box.single_live_box h4 a{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none !important;
}
.live_match_box.single_live_box h5{
    font-weight: 400;
    font-size: 12px;
}
.live_match_box.single_live_box h5 strong{
    font-weight: 700;
    font-size: 20px;
}
.live_score_boxes{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #edeef0;
    align-items: center;
}
.live_score_left{
    width: 65%;
    padding: 0 20px;
    border-right: 1px solid #edeef0;
}
.live_score_right{
    width: 35%;
    padding: 0 20px;
}
.live_match_box.single_live_box {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border:0;
}
.live_score_left .live_match_detail{
    padding: 5px 0;
}
.live_match_info {
    padding: 0;
    margin: 0;
    text-align: center;
}
.live_match_info li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    border-bottom: 1px solid #edeef0;
    padding: 5px 0;
    color: #000;
    font-weight: 500;
}
.live_match_info li:last-child{
    border-bottom: 0;
}
.live_match_info li span{
    display: block;
    font-size: 11px;
    font-weight: 300;
}
.zee_live {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #ebeaea;
}
.zee_table th, .zee_table td {
    font-size: 11px;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.zee_table td a{
    text-decoration: none !important;
    font-size: 11px;
}
.zee_live_table {
    display: flex;
}
.zee_live_table .left{
    width: 70%;
    border-right: 1px solid #edeef0;
}
.zee_live_table .right{
    width: 30%;
}
.zee_player_table {
    width: 150px;
}
.live_score_recent_content {
    margin-top: 15px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #ebeaea;

}
.zee_live_commentry{
    margin-top: 15px;
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #ebeaea;
}
/*.zee_table td, .zee_table th{
    background-color: #f9f9fb;
}*/
.zee_table tr:nth-child(2n){
    background-color: #f9f9fb;
}
.zee_table th{
    font-weight: 600;
}
.zee_table th {
    border-top: 1px solid #edeef0;
}
.zee_table tr:last-child td{
    border-bottom: 0;
}
.zee_live_table h3 {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding: 3px 0 5px 0;
}
.commentry_item {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #edeef0;
}
.commentry_over {
    width: 110px;
}
.commentry_description{
    width: calc(100% - 130px);
}
.commentry_over {
    display: flex;
    align-items: center;
}
.commentry_over_id{
    margin-right: 20px;
    margin-left: 20px;
    min-width: 35px;
}
.commentry_over_run{
    border:1px solid #edeef0;
    height: 30px;
    width: 30px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    border-radius: 50px;
}
.commentry_description p {
    margin: 0;
    padding: 4px 15px 0 0;
    font-size: 13px;
}
.zee_live_commentry .commentry_item:nth-child(2n) .commentry_over_run{
    background-color: #6c6d6f;
    border-color: #6c6d6f;
    color: #fff;
}
.tournament_matches.my_live_match {
    padding: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 5px;
}
h2.box_heading {
    font-size: 16px;
    border-bottom: 1px solid #edeef0;
    padding: 12px 15px 10px;
    text-transform: uppercase;
}
.current_live_matches .live_team_buttons{
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.current_live_matches .live-score_btn{
    font-size: 12px;
    padding: 6px 20px;
}
.live_match_box .condition {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.matches_section .sidebar_box{
    background: #fff;
}
.main_menu_sub.colums_style {
    columns: 2;
}
.team_table.new_design {
    background: #fff;
    padding: 5px;
}
.team_table.new_design td, .team_table.new_design th {
    border: 0;
    border-top: 1px solid #ddd;
}
.team_table.new_design td a, .team_table.new_design th a{
    font-size: 12px;
}
.team_table.new_design h1 {
    font-size: 24px;
    font-weight: 600;
}
.team_table.new_design .pagination_div{
    padding-top: 10px;
    padding-bottom: 5px;
}
.team_table.new_design .pagination li a{
    padding: 6px 7px;
}
.current_live_matches .live_match_box:nth-child(2n) {
    border-right: 0;
}
.sidebar_box .sidebar_blog li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
    align-items: center;
}
.sidebar_box .sidebar_blog li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.sidebar_box .sidebar_blog li .image{
    width: 80px;
}
.sidebar_box .sidebar_blog li .image img{
    max-width: 100%;
    max-height: 50px;
}
.sidebar_box .sidebar_blog li .content{
    width: calc(100% - 90px);
}
.sidebar_box .sidebar_blog li .content h4{
    font-size: 12px;
    font-weight: 600;
}
.sidebar_box .sidebar_blog li .content p{
    font-size: 10px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.sidebar_box .sidebar_blog li .content h4 a {
    padding: 0;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    border:0 !important;
}
.sidebar_box .sidebar_blog li .image a{
    border: 0 !important;
}
.search_heading.player_heading {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.search_heading.player_heading h2{
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.score_card_table.live_score_recent_content{
    margin-bottom: 15px;
}
.score_card_table.live_score_recent_content h1 {
    margin: 5px 0 0px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 8px;
    font-weight: 500;
}
.score_card_table.live_score_recent_content table {
    margin: 0;
}
.graph_box{
    padding: 10px;
    background-color: #fff;
    margin-top: 30px;
    min-height: 500px;
    box-shadow: 0 0 5px 0px #ebeaea;
}
.graph_box h2{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}
.my_site_btn {
    text-align: center;
}
.my_site_btn a{
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #dbd9d9;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 5px;
    transition: 0.3s;
    color: #333;
    text-decoration: none !important;
    font-weight: 600;
}
.my_site_btn a:hover{
    background-color: #0076fb;
    color: #fff;
    border-color: #0076fb;
}
.player_of_match .image {
    text-align: center;
    margin-right: 15px;
}
.player_of_match .image .img{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    overflow: hidden;
}
.player_of_match h3 {
    font-size: 12px;
    color: #929090;
    font-weight: 400;
}
.player_of_match {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.player_of_match li
.player_of_match h4 {
    margin: 0;
}
.player_of_match h4 a {
    font-size: 14px;
    color: #333;
    text-decoration: none !important;
}
.team_profile .image .img {
    max-width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*border-radius: 100%;*/
}
.zee_table.live_table table tbody tr:nth-child(2) td a{
    position: relative;
}
.zee_table.live_table table tbody tr:nth-child(2) td a::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f621";
    position: absolute;
    right: -5px;
    top: 0px;
    font-size: 5px;
}
.live_match_team_name.active .team_icon{
    position: relative;
}
.live_match_team_name.active .team_icon::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f621";
    position: absolute;
    right: -10px;
    top: -2px;
    font-size: 8px;
}
.live_match_team_name.active.complete .team_icon::before{
    display: none;
}
.canvasjs-chart-credit {
    display: none;
}
.graph_box button {
    margin-bottom: 10px;
    position: relative;
    top: -10px;
}
.blog_detail_section {
    margin: 60px 0;
}
.blog_detail_content{
    padding: 10px;
    background-color: #fff;
}
.blog_detail_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dcdddf;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.blog_detail_content img {
    max-width: 100%;
}
.blog_detail_content p {
    font-size: 14px;
    color: #636363;
    margin: 10px 0 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;

}
/***************************************************
---() Top Player Section
***************************************************/
.top_player_section {
    margin: 30px 0;
}
.my_align_center{
    position: relative;
}
.update_profile_btn {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #007bff;
    color: #fff !important;
    display: inline-block;
    padding: 0px 0px 0 5px;
    border-radius: 50px;
    f/*ont-size: 20px;*/
    /*height: 40px;
    width: 40px;*/
    text-align: center;
    /*line-height: 40px;*/
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none !important;
}
.event_detail_section {
    margin: 60px 0;
}
.blog_detail_content p strong {
    margin-right: 5px;
    color: #000;
    font-weight: 600;
}
.top_player_content_inner{
    padding: 10px;
    background-color: #fff;
}
.top_player_content_inner h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.player_description {
    margin-top: 20px;
}
.player_description h3{
    font-size: 16px;
    margin: 0;
    padding-bottom: 0px;
    font-weight: 600;
}
.player_description p{
    font-size: 13px;
    color: #333;
}
.team_profile h1 span {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -2px;
    font-size: 16px;
}
.current_live_matches p.no_content {
    font-size: 14px;
    margin: 15px;
}
.text_overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.footer_info li img{
    max-width: 100%;
}
.footer_info.footer_images_nav li {
    padding-bottom: 15px;
}
.tournament_section{
    margin: 60px 0;
}
.team_profile_section.my_tournamet_section .tournament_matches {
    margin: 0px;
}
.team_profile_section.my_tournamet_section{
    margin: 60px 0;
}
.team_profile_section.my_tournamet_section .empty_record{
    margin: 0;
}
.major_teams .comma {
    display: inline-block;
}
.major_teams a:last-child .comma{
    display: none;
}
.team_profile.zee_player_profile{
    margin-bottom: 0;
}
.live_score_tab.player_profile_tabs {
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}
.live_score_tab .nav.nav-tabs{
    align-items: center;
}
.live_score_tab .social_share.player_share{
    margin-left: auto;
}
.player_description {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 60px;
}
.player_description h2{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.player_description p{
    margin-bottom: 0;
}
.gallery_outer_row {
    display: flex;
    margin: 0 -0.5%;
    flex-wrap: wrap;
}
.g_image {
    width: 20%;
    float: left;
    padding: 0 0.5%;
    margin-bottom: 10px;
}
.g_image img{
    max-width: 100%;
}
.my_player_gallery {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 60px;
}
.player_events_section {
    background-color: #fff;
    padding: 30px;
}
.player_events_section{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 60px;
}
.player_event_img{

}
.player_event_img img{
    max-width: 100%;
}
.player_event_box {
    box-shadow: 0 0 5px 0 #c4c3c3;
    margin-bottom: 30px;
}
.player_event_content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}
.player_event_content p {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
}
.player_event_content {
    padding: 15px 10px;
}
.player_event_img .img {
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.player_event_content h3 a{
    color: #333 !important;
    text-decoration: none !important;
}
.player_detail_section {
    margin: 60px 0;
}
.player_event_detail_box {
    background-color: #fff;
    padding: 30px;
}
.player_event_detail_box video{
    margin-bottom: 20px;
}
.player_event_detail_box img{
    padding-bottom: 20px;
    max-width: 100%;
}
.player_event_detail_box h2{
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
}
.player_event_detail_box p{
    margin-bottom: 0;
    font-size: 14px;
}
.update_profile_btn div{
    display: inline-block;
}
.accept_team_section {
    padding: 60px 0;
}
.accept_team_section p{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.success_message {
    color: green !important;
}
.error_message{
    color: red !important;
}
.accept_team_section_inner {
    padding: 30px;
    background: #fff;
}
.account_sub_nav {
    display: none;
}
.account_btn:hover .account_sub_nav{
    display: block;
}
.account_sub_nav {
    display: none;
    position: absolute;
    left: 0;
    z-index: 123;
    background-color: #0076fb;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 80px;
}
.account_sub_nav li{
    list-style: none;
    display: block;
    margin: 0;
    text-align: left;
    padding: 0;
}
.account_sub_nav li a{
    padding: 10px;
    display: block;
    border-bottom: 1px solid #3c79bd;
    transition: 0.3s;
}
.account_sub_nav li a:hover{
    background-color: #0867ce;
}
.team_profile_stats h2{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.player_table_img img {
    max-width: 100%;
}
.player_table_img {
    width: 50px;
}
.player_section.in_team_page {
    padding-top: 0px;
}
.top_player_content.in_team_page {
    margin-bottom: 30px;
}
.player_box.team_box .image .img{
    width: 100%;
    border-radius: 0;
}
.player_box.team_box {
    padding: 10px;
}
.zee_search_heading {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.zee_search_content{
    font-size: 14px;
    margin: 0;
    padding-bottom: 30px;
}
.team_profile.event_box {
    margin-top: 30px;
    padding: 10px;
}
.team_profile h1 a{
    color: #333;
    text-decoration: none !important;
    font-size: 22px;
}
.team_profile.event_box span{
    color: #333;
}
.event_info .post_link {
    padding: 11px 25px;
    font-weight: 600;
    display: none;
}
.social_share{
    margin-top: 15px;
}
.social_share ul{
    margin: 0;
    padding: 0;
}
.social_share ul li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}
.social_share ul li a{
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    position: relative;
}
.w-inline-block.social-share-btn.fb{
    background-color: #4267b2;
}
.w-inline-block.social-share-btn.tw{
    background-color: #1da1f2;
}
.w-inline-block.social-share-btn.gplus{
    background-color: #c63530;
}
.w-inline-block.social-share-btn.pin{
    background-color: #e60023;
}
.social_share h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
.blog_page {
    margin: 60px 0;
}
.player_box.team_box.blog_box {
    /*min-height: 270px;*/
    text-align: left;
    padding: 15px;
}
.player_box.team_box.blog_box .image,
.player_box.team_box.blog_box h2,
.player_box.team_box.blog_box p{
   text-align: left; 
}
.player_box.team_box.blog_box h2{
    padding-bottom: 10px;
    padding-top: 5px;
}
.player_box.team_box.blog_box h2 a {
    color: #333;
    text-decoration: none !important;
}
.player_box.team_box.blog_box p{
    color: #5d5c5c;
    max-height: 65px;
    overflow: hidden;
}
.top_player_content{
    box-shadow: 0 0 5px 0px #ebeaea;
}
.social_share.player_share {
    margin: 0;
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg{
    border-radius: 50px !important;
}
.a2a_svg{
    height: 35px !important;
    width: 35px !important;
    line-height: 35px !important;
    margin: 0 !important;
}
.a2a_default_style a{
    margin-right: 5px !important;
}
.team_profile.team_profile_admin {
    margin-bottom: 0;
}
.admin_team_content .dashboard_content{
    padding: 30px;
    background: #fff;
    margin-bottom: 60px;
}
.login_options {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_options a {
    background-color: #0076fb;
    color: #fff;
    text-decoration: none !important;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.squad_delete {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #d90808 !important;
    text-decoration: none !important;
    font-size: 20px;
}
.player_box.team_box.blog_box .image {
    min-height: 160px;
}
.no_sidebar_content {
    margin: 0;
    font-size: 13px;
    padding-top: 10px;
}
.reset_message_box p {
    margin: 0;
    padding: 0 20px;
}
.club_teams{
    margin-bottom: 30px;
}
.seprater{
    display: inline-block;
}
.team_profile_info span a:last-child .seprater {
    display: none;
}
.delete_tournament {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 25px;
    color: #e50606 !important;
}
.mobile_nav li a img {
    max-width: 100%;
}
.mobile_header_icon{
    width: 100px;
    display: inline-block;
    margin-right: 15px;
}
.mobile_nav li a p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.mobile_header_content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #383838;
    margin: 0;
}
.mobile_header_content {
    width: calc(100% - 120px);
}
.mobile-login{
    background-image: url('/admin/images/admin_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-login-inner{
    padding: 100px 0;
    width: 100%;
    background-color: #333333b0;
}
.mobile-login-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mobile-login-btn a {
    color: #333;
    width: 48%;
    padding: 15px;
    display: block;
    border-top: 1px solid #ffffff7a;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #e2e2e2;
    margin: 15px 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px 3px #535353;
    border-radius: 5px;
}
.mobile_header_icon img {
    max-width: 100%;
}
.mobile_header_content p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.international_section{
    padding: 60px 0;
}
.international_head_box {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.international_head_box_inner{
    padding: 15px;
}
.international_head_box h1{
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}
.international_head_box h4{
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px 0;
}
.international_tab{
    border-top: 1px solid #eee;
}
.international_tab_content {
    padding-top: 30px;
}
.international_table .team_name {
    display: flex;
    align-items: center;
}
.international_table .team_image {
    width: 30px;
    margin-right: 10px;
}
.international_table .team_image img{
    max-width: 100%;
}
.international_table table tr th {
    font-size: 13px;
    font-weight: 600;
    background: #0076fb;
    color: #fff;
}
.international_table table th,
.international_table table td{
    border: 0;
}
.international_table {
    background: #fff;
}
.international_player_tab ul {
    flex-wrap: unset;
}
.international_player_tab ul li{
    width: 33.333%;
}
.international_player_tab ul li a{
    text-align: center;
}
.international_player_tab .tab-content{
    padding-top: 30px;
}
.iplayer_bio {
    background-color: #fff;
    padding: 15px;
}
.iplayer_bio .heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.iplayer_bio .heading .image {
    width: 100px;
    margin-right: 15px;
}
.iplayer_bio .heading .image img{
    max-width: 100%;
}
.iplayer_bio .heading .content{

}
.iplayer_bio .heading .content h1{
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
.iplayer_bio .heading .content h4{
    font-size: 12px;
    margin: 0;
    color: #6c6c6c;
}
.about_info {
    padding-top: 20px;
}
.about_spam span {
    font-weight: 700;
    margin-right: 10px;
    min-width: 150px;
    display: inline-block;
}
.about_spam p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
}
.about_spam {
    display: flex;
    padding-bottom: 15px;

}
.iplayer_description {
    border-top: 1px solid #ddd;
}
.iplayer_description p {
    font-size: 14px;
    padding-top: 15px;
    color: #333;
    font-weight: 400;
    line-height: 1.7;
    padding-bottom: 15px;
    margin: 0;
}
.iplayer_table{
    padding-bottom: 20px;
}
.iplayer_table h1 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.filter_matches a {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    text-decoration: 0.3s;
    max-width: 60px;
}
.filter_matches{
    padding: 0 30px;
    text-align: center;
}
.filter_matches .slick-prev,
.filter_matches .slick-next{
    background: transparent !important;
}
.filter_matches .slick-prev::before, 
.filter_matches .slick-next::before {
    color: #0076fb;
}
.filter_matches_box {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}
.filter_matches_box h1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.filter_matches a:hover{
    color: #0076fb;
}
.filter_matches a.active {
    color: #0076fb;
}
.filter_match_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s_filter_matches {
    width: calc(100% - 60px);
}
.calendar_box{
    width: 20px;
    position: relative;
}
.my_calendar {
    display: none;
}
#calendar_button .calendar_icon::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
#calendar_button .calendar_icon.close::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
}
#calendar_button{
    text-align: center;
    cursor: pointer;
}
.my_calendar {
    display: none;
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #fff;
    z-index: 99;
}
.my_calendar.active{
    display: block;
}
/*Calendar Left*/
.my_calendar_left {
    display: none;
}
#calendar_button_left .calendar_icon_left::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
#calendar_button_left .calendar_icon_left.close::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
}
#calendar_button_left{
    text-align: center;
    cursor: pointer;
}
.my_calendar_left {
    display: none;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #fff;
    z-index: 99;
}
.my_calendar_left.active{
    display: block;
}
.calendar_box_left {
    position: relative;
}
/*.team_profile_section .user_header .user_image{
    background-size: 70px;
}*/
.live_match_box.single_live_box h4 a img{
    max-width: 30px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
#scorecard .score_card_table.live_score_recent_content table td,
#scorecard .score_card_table.live_score_recent_content table th{
    border: unset;
    font-size: 12px;
}
#scorecard .live_score_recent_content{
    padding: 5px 0 0 0;
}
#scorecard .score_card_table.live_score_recent_content table tr{
    border-bottom: 1px solid #edeef0;
}
#scorecard .score_card_table.live_score_recent_content table td a{
    font-size: 12px;
}
/*.canvasjs-chart-container {
    width: 100% !important;
    min-height: 600px !important;
}*/

.recent_run_box {
    display: inline-block;
    border: 1px solid #ddd;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
}
.recent_run_box.bold {
    background-color: #606060;
    color: #fff;
    border-color: #606060;
}
.recent_run_box.red {
    background-color: red;
    color: #fff;
    border-color: red;
}
.recent_run_outer{
    margin-top: 5px;
}
.recent_run_outer h4{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.after_over_score {
    border-bottom: 1px solid #ddd;
}
.after_over_score .top{
    background-color: #6c6d6f;
    color: #fff;
    padding: 5px 15px;
}
.after_over_score .bottom{
    display: flex;
    justify-content: space-between;
}
.after_over_score .bottom .batsman{
    width: 50%;
    border-right: 1px solid #ddd;
}
.after_over_score .bottom .bowler{
    width: 50%;
}
.after_over_score h3{
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.after_over_score h4{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.c_player {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    margin: 7px 0;
}
.s_scorecard_table {
    display: none;
}
.score_card_table.live_score_recent_content{
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0 !important;
}
.score_card_table.live_score_recent_content h1{
    background-color: #fff;
    margin: 0;
    padding-top: 10px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.score_card_table.live_score_recent_content table{
    background-color: #fff;
    margin-bottom: 20px;
    display: none;
}
.score_card_table.live_score_recent_content table.active{
    display: table;
}
.score_card_table.live_score_recent_content table:nth-child(2){
}
.score_card_table.live_score_recent_content h1::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f078";
    position: absolute;
    right: 15px;
    color: #525252;
}
.score_card_table.live_score_recent_content h1.active::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f077";
    position: absolute;
    right: 15px;
    color: #525252;
}
.extra_run_row{
    position: relative;
}
.extra_td{
    position: absolute;
}
.full_width_td{
    height: 35px;
}
.full_width_table_row {
    position: absolute;
    width: calc(100% - 16px);
    left: 8px;
    top: 0;
    right: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.full_width_table_row_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
.fall_of_wicket {
    position: relative;
}
.fall_wicket {
    margin: 0px 5px;
    display: inline-block;
    font-size: 12px;
    color: #363636;
} 
#scorecard .score_card_table tr:nth-child(2n){
    background-color: #fff;
}
.table_bold {
    font-weight: bold;
    font-size: 13px;
}
.fall_of_wicket .full_width_td {
    height: 50px;
}
.match_coverage_box {
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
}
.match_coverage_box ul {
    margin: 0;
    padding: 0;
}
.match_coverage_box ul li{
    list-style: none;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
    color: #515151;
}
.match_coverage_box ul li span{
    font-weight: 700;
    color: #000;
    min-width: 150px;
    display: inline-block;
}
.match_teams {
   /* display: flex;*/
    align-items: center;
    margin: 0 -15px 10px;
    display: none;
}
.match_teams span{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
}
.match_teams span img{
    max-width: 30px;
    margin: 0 2px;
    top: -3px;
    position: relative;
}
.match_teams span.team_vs {
    margin: 0;
    font-weight: 600;
    font-size: 10px;
}
.match_coverage_box p {
    font-size: 13px;
    margin: 10px 0 10px;
}
.match_coverage_box p span{
    color: #000;
    display: inline-block;
    font-weight: 600;
}
.match_coverage_box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.tournament_invite_content {
    margin: 60px 0;
    background-color: #fff;
    padding: 30px;
}
.tournament_invite_content h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}
.tournament_invite_content p {
    margin: 0;
    font-size: 14px;
    color: #585858;
}
.tournament_invite_content p span{
    font-weight: 600;
}
.invite_btns {
    display: flex;
    margin-top: 10px;
}
.invite_btns input {
    display: inline-block;
    border: 0;
    padding: 10px 30px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.accept_tournament_invite {
    background-color: #0076fb;
    color: #fff;
}
.delete_tournament_invite {
    background-color: #dd2828;
    color: #fff;
}
.match_squad_inner h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.match_squad_inner span {
    font-size: 13px;
    font-weight: 500;
}
.match_squad_inner {
    margin-bottom: 30px;
}
.squad_player_span {
    margin-right: 5px;
}