.popup{position:fixed;top:100px;right:30px;padding:10px;max-width:270px;border-radius:var(--radius);color:var(--white);font-size:16px;opacity:1;transition:opacity .5s ease-in-out;cursor:pointer;animation:fadeIn .3s ease-in-out;z-index:1000}@media(min-width:576px){.popup{padding:10px 20px;max-width:470px}}.popup .closebtn{display:flex;justify-content:flex-end;margin-bottom:10px}.popup.success{background-color:var(--green)}.popup.failure{background-color:var(--red)}.popup.info{background-color:var(--orange)}.popup i{margin-left:15px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.cookieConsent{height:100vh;width:100%;z-index:99;top:0;left:0;position:fixed;color:var(--black);background-color:hsla(0,.5%,41%,.75)}.cookieConsent .inner{width:100%;max-width:650px;padding:15px;margin:0 auto;border:2px solid var(--bg_color);border-bottom:none;bottom:0;z-index:99;position:fixed;border-radius:var(--radius);background-color:var(--white);left:50%;transform:translateX(-50%)}.cookieConsent .inner .textboxlt{color:var(--black);margin:0 30px 20px}@media only screen and (max-width:767px){.cookieConsent .inner .textboxlt{width:100%;margin:0 0 15px}}.cookieConsent .inner .btns_group{width:100%;display:flex;flex-grow:1;justify-content:end;gap:6px 20px}.theme_2 .cookieConsent .inner{max-width:100%;padding:25px 0;border:2px solid var(--theme2_light);background-color:var(--theme2_light)}@media(min-width:768px){.theme_2 .cookieConsent .inner{padding:46px 0}}.theme_2 .cookieConsent .inner .textboxlt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0 0 15px}@media(min-width:768px){.theme_2 .cookieConsent .inner .textboxlt{-webkit-line-clamp:6;margin-bottom:20px}}.theme_2 .cookieConsent .inner .btns_group{width:100%;display:flex;flex-grow:1;justify-content:start;gap:6px 20px}.theme_2 .cookieConsent .inner .btns_group .button{font-weight:700}.theme_2 .cookieConsent .inner .btns_group .button_reject{border:2px solid var(--button_bg);color:var(--button_bg);background:rgba(0,0,0,0)}.theme_2 .cookieConsent .inner .btns_group .button_reject:hover{opacity:.8}.headingPrivacy{color:var(--black);font-weight:700;margin-bottom:28px;font-size:22px;line-height:27px}@media(min-width:768px){.headingPrivacy{font-size:32px;line-height:37px}}.checkbox-container{display:flex;align-items:center;flex-wrap:wrap;gap:25px;margin-bottom:39px}.checkbox-container label{display:flex;align-items:center;cursor:pointer;color:var(--black)}.checkbox-container label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1px solid var(--black);background-color:rgba(0,0,0,0);border-radius:2px;display:inline-block;margin-right:10px;position:relative;transition:all .3s ease}.checkbox-container label input[type=checkbox]:checked{background-color:#d9d9d9;border:none}.checkbox-container label input[type=checkbox]:checked:after{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(10deg);color:var(--white)}.checkbox-container label span{font-size:13px;line-height:20px}@media(min-width:768px){.checkbox-container label span{font-size:17px;line-height:47px}}.live_center_layout .main_tab .nav_tabs,.live_center_layout .main_tab ul{margin:0;padding:0}.live_center_layout .main_tab .nav_tabs li,.live_center_layout .main_tab ul li{list-style:none}@media(max-width:991px){.live_center_layout .main_tab{overflow-x:auto;overflow-y:hidden}}@media(min-width:992px){.live_center_layout .main_tab{flex-grow:1;overflow:visible}}.live_center_layout .main_tab.main_tab2{padding:10px 15px;background:var(--section_bg)}@media(min-width:992px){.live_center_layout .main_tab.main_tab2{padding:22px 30px}}.live_center_layout .main_tab.main_tab2 .nav_tabs,.live_center_layout .main_tab.main_tab2 ul{gap:10px 20px;text-transform:capitalize}@media(min-width:768px){.live_center_layout .main_tab.main_tab2 .nav_tabs,.live_center_layout .main_tab.main_tab2 ul{gap:10px 40px}}@media(min-width:1200px){.live_center_layout .main_tab.main_tab2 .nav_tabs,.live_center_layout .main_tab.main_tab2 ul{gap:10px 27px}}@media(min-width:1280px){.live_center_layout .main_tab.main_tab2 .nav_tabs,.live_center_layout .main_tab.main_tab2 ul{gap:10px 32px}}.live_center_layout .main_tab.main_tab2 .nav_tabs li:hover,.live_center_layout .main_tab.main_tab2 ul li:hover{color:var(--link_hover)!important}.live_center_layout .main_tab.main_tab2 .nav_tabs li:hover a,.live_center_layout .main_tab.main_tab2 .nav_tabs li:hover a .count,.live_center_layout .main_tab.main_tab2 ul li:hover a,.live_center_layout .main_tab.main_tab2 ul li:hover a .count{color:var(--link_hover)}.live_center_layout .main_tab.main_tab2 .nav_tabs li a,.live_center_layout .main_tab.main_tab2 ul li a{font-weight:400;font-size:12px;line-height:1.3333333333;color:var(--link);white-space:normal;background:rgba(0,0,0,0);padding:0;border:0;min-width:1px;box-shadow:none}@media(min-width:768px){.live_center_layout .main_tab.main_tab2 .nav_tabs li a,.live_center_layout .main_tab.main_tab2 ul li a{font-size:14px;line-height:1.2857142857}}.live_center_layout .main_tab.main_tab2 .nav_tabs li a:hover,.live_center_layout .main_tab.main_tab2 ul li a:hover{opacity:1;background:rgba(0,0,0,0);color:var(--link_hover)}.live_center_layout .main_tab.main_tab2 .nav_tabs li a.active,.live_center_layout .main_tab.main_tab2 ul li a.active{color:var(--link_hover);font-weight:600;background:rgba(0,0,0,0)}.live_center_layout .main_tab .nav_tabs,.live_center_layout .main_tab ul{display:flex;flex-wrap:nowrap;border-bottom:0;gap:10px;overflow:visible;text-transform:capitalize;padding-left:0}@media(min-width:992px){.live_center_layout .main_tab .nav_tabs,.live_center_layout .main_tab ul{flex-wrap:wrap}}.live_center_layout .main_tab .nav_tabs li:last-child,.live_center_layout .main_tab ul li:last-child{margin-right:0}.live_center_layout .main_tab .nav_tabs li a,.live_center_layout .main_tab ul li a{font-weight:500;font-size:12px;line-height:1.3333333333;display:block;position:relative;white-space:nowrap;cursor:pointer;padding:6px 16px;text-align:center;border-radius:var(--radius);background:var(--button_bg);color:var(--button_text)}@media(min-width:992px){.live_center_layout .main_tab .nav_tabs li a,.live_center_layout .main_tab ul li a{white-space:normal;min-width:100px;font-weight:500;padding:9px 16px}}.live_center_layout .main_tab .nav_tabs li a:hover,.live_center_layout .main_tab ul li a:hover{color:var(--button_text_hover);background:var(--button_bg_hover)}.live_center_layout .main_tab .nav_tabs li a .count,.live_center_layout .main_tab ul li a .count{font-weight:400;font-size:12px;line-height:1.3333333333;min-width:18px;height:20px;border-radius:50%;display:inline-flex;vertical-align:top;justify-content:center;align-items:center;margin-left:4px;color:var(--button_text)}@media(min-width:768px){.live_center_layout .main_tab .nav_tabs li a .count,.live_center_layout .main_tab ul li a .count{font-size:16px;line-height:1.25}}.live_center_layout .main_tab .nav_tabs li a .count.active,.live_center_layout .main_tab .nav_tabs li a .count:hover,.live_center_layout .main_tab ul li a .count.active,.live_center_layout .main_tab ul li a .count:hover{color:var(--button_bg_hover)}.live_center_layout .main_tab .nav_tabs li a.active,.live_center_layout .main_tab ul li a.active{color:var(--button_text_hover);background:var(--button_bg_hover)}.days_nav{margin:0;padding:0}.days_nav li{list-style:none}.days_nav_wrap{position:relative;margin-bottom:20px;display:flex;border-radius:var(--radius);background:var(--section_bg);padding-right:10px}@media(max-width:576px){.days_nav_wrap{margin-left:-10px;margin-right:-10px;border-radius:0}}@media(min-width:768px){.days_nav_wrap{padding-right:20px}}.days_nav_wrap .calendar_opener{position:relative;display:flex;cursor:pointer;align-items:center;justify-content:center;color:var(--section_icon_active);margin-left:10px;flex-shrink:0}@media(min-width:1200px){.days_nav_wrap .calendar_opener{margin-left:16px}}.days_nav_wrap .calendar_opener i{font-size:17px}@media(min-width:768px){.days_nav_wrap .calendar_opener i{font-size:29px}}.days_nav_wrap .calendar_opener:after{font-family:icomoon,sans-serif;content:"";font-weight:400!important;font-size:6px;margin-left:6px}@media(min-width:768px){.days_nav_wrap .calendar_opener:after{font-size:9px;margin-left:9px}}.days_nav{display:flex;flex-grow:1}.days_nav li{width:100%;text-align:center;max-width:80px;margin-bottom:0}.days_nav li:nth-child(4){max-width:100%}.days_nav li:nth-child(4) a{max-width:80px}.days_nav li a{display:block;padding:9px 3px;text-align:center;font-size:12px;line-height:1.25;color:var(--section_text)}@media(min-width:768px){.days_nav li a{font-size:16px;line-height:1;padding:8px 10px;width:100%;min-height:80px;display:inline-flex;flex-direction:column;justify-content:center}}.days_nav li a.today{position:relative}.days_nav li a.today:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:1px solid var(--tag_bg)}.days_nav li a.active{background:var(--tag_bg);color:var(--tag_text_color);font-weight:700}.days_nav li a.active .day{opacity:1;font-weight:700}.days_nav li .day{display:block;margin-bottom:3px;font-weight:400;text-transform:capitalize}.days_nav li .date{display:block;white-space:nowrap}.supersport .days_nav li{max-width:100%}.theme_3 .date_ele{position:relative}@media(min-width:768px){.theme_3 .date_ele{border:2px solid var(--section_border);border-radius:var(--radius);width:150px}}@media(max-width:767px){.theme_3 .date_ele>a{display:none}}.theme_3 .date_ele .date{color:var(--section_text);background:var(--section_bg);width:100%;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;font-size:16px;line-height:1.3125;border-radius:var(--radius)}.theme_3 .date_ele .ico_left,.theme_3 .date_ele .ico_right{position:absolute;top:50%;transform:translateY(-50%);font-size:15px;padding:6px;color:var(--section_icon_active)}.theme_3 .date_ele .ico_left:hover,.theme_3 .date_ele .ico_right:hover{color:var(--section_icon_active)}.theme_3 .date_ele .ico_left{left:0}.theme_3 .date_ele .ico_right{right:0}@media(max-width:767px){.theme_3 .date_ele .date_vew{display:none}}.theme_3 .date_ele .calander_ico{position:absolute;width:23px;height:28px;text-align:center;display:flex;align-items:center;justify-content:center;color:var(--section_icon_active);pointer-events:none;font-size:23px;line-height:1.2173913043}@media(min-width:768px){.theme_3 .date_ele .calander_ico{margin-right:12px}}.theme_3 .filter_bar{display:flex;gap:10px;border-radius:var(--radius) var(--radius) 0 0;padding:12px 10px;background:var(--section_bg);color:var(--section_text);border-bottom:2px solid var(--section_border)}@media(min-width:768px){.theme_3 .filter_bar{padding:16px 24px}}.theme_3 .filter_bar .main_tab.main_tab2{padding:0;display:flex}.theme_3 .filter_bar .main_tab.main_tab2 .nav_tabs{align-items:center;gap:10px 38px}.theme_3 .filter_bar .date_ele{border:2px solid var(--section_border);border-radius:var(--radius);width:150px}.theme_3 .filter_bar .date_ele .calander_ico{position:unset}.post .post_img{margin-bottom:6px}.post .news_image{height:160px;position:relative}.post .news_image img{object-fit:cover}.react-calendar{position:absolute;max-width:none;width:300px;z-index:5;top:100%;right:0;border:0;padding-top:10px;padding-bottom:10px;background:var(--header_dropdown_bg);border-radius:12px;box-shadow:0 10px 10px rgba(0,0,0,.2)}@media(min-width:360px){.react-calendar{width:317px}}@media(min-width:992px){.react-calendar{margin-top:10px}}.react-calendar button{border:0;background:rgba(0,0,0,0);padding:5px;color:var(--header_dropdown_text)}.react-calendar abbr[title]{border-bottom:none!important;cursor:inherit!important;text-decoration:none!important}.react-calendar .react-calendar__tile--now{background:#f4f4f4!important;color:#333!important;border-color:#fff}.react-calendar .react-calendar__tile--active{background:var(--tag_bg)!important;color:var(--tag_text_color)!important;border-color:var(--tag_bg)}.react-calendar .react-calendar__tile{width:calc(14.28% - 16px)!important;flex-basis:auto!important;margin:3px 8px!important;border:1px solid rgba(0,0,0,0);box-sizing:border-box}.react-calendar .react-calendar__month-view__weekdays{margin:0 -8px!important;color:var(--header_dropdown_text)}.react-calendar .react-calendar__month-view__weekdays__weekday{margin:0 8px!important;flex-basis:auto!important;width:calc(14.28% - 16px)!important;height:28px;text-align:center;font-weight:600;font-size:13px;line-height:1.3846153846}.react-calendar__month-view__days{margin:0 -8px}.react-calendar__month-view__days abbr{border:0}.react-calendar__navigation{display:flex;align-items:center;margin-bottom:10px;border-bottom:1px solid var(--light_border_color)}.react-calendar__navigation__arrow{width:33px;height:40px;display:flex;align-items:center;justify-content:center}.react-calendar__navigation__prev-button{font-size:0}.react-calendar__navigation__prev-button:before{font-size:11px;content:"";font-family:icomoon,sans-serif!important}.react-calendar__navigation__next-button{font-size:0}.react-calendar__navigation__next-button:before{font-size:11px;content:"";font-family:icomoon,sans-serif!important}.react-calendar__navigation__label__labelText{flex-grow:1;font-weight:700;font-size:16px;line-height:1.25;font-family:poppins,Arial,Helvetica Neue,Helvetica,sans-serif;color:var(--header_dropdown_text)}.react-calendar__month-view__days__day{height:28px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%}.react-calendar__month-view__days__day--weekend{color:var(--header_dropdown_text)}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#8064e6}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{border-color:#8064e6;background:rgba(0,0,0,0)}.react-calendar__viewContainer{padding-left:10px;padding-right:10px}.counter_mian{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--match_detail_head_text)}.counter_mian .text{font-weight:400;font-size:10px;line-height:1.4;margin-bottom:5px}@media(min-width:768px){.counter_mian .text{font-size:12px;line-height:1.3333333333;margin-bottom:10px}}.counter_mian ul{list-style:none;padding:0;font-weight:300;font-size:12px;line-height:1.3333333333;display:flex;justify-content:center;align-items:center;gap:13px;margin:0 0 14px}@media(min-width:768px){.counter_mian ul{gap:8px 20px}}.counter_mian ul li{text-decoration:none;display:flex;position:relative;flex-direction:column;align-items:center;gap:5px}.counter_mian ul li .countdown-number{width:30px;height:30px;border-radius:var(--radius);margin-bottom:3px;padding:6px;font-weight:700;font-size:12px;line-height:1.3333333333;color:var(--score_ball_by_ball_text);background:var(--score_ball_by_ball_score_bg);text-align:center}@media(min-width:768px){.counter_mian ul li .countdown-number{margin-bottom:5px;width:40px;height:40px;padding:10px 8px;font-size:16px;line-height:1.3125}}.counter_mian ul li .countdown-label{color:var(--match_detail_head_text2)}.counter_mian ul li+li:before{content:":";position:absolute;color:var(--match_detail_head_text);left:-6px;font-size:12px;line-height:16px;font-weight:700;top:6px}@media(min-width:768px){.counter_mian ul li+li:before{left:-12px;font-size:16px;line-height:18px;font-weight:700;top:10px}}.sidebar_right{height:-moz-fit-content;height:fit-content;min-height:50vh;background:var(--section_bg);border-radius:var(--radius)}.sidebar_right .siderbar_heading{padding:20px 15px 0;margin:0}.sidebar_right .siderbar_heading h3{color:var(--section_heading_text)}.sidebar_right .post{color:var(--section_text_2)}.sidebar_right .post .post_descrip h2,.sidebar_right .post .post_descrip h3{-webkit-line-clamp:3;color:var(--section_heading_text)}.sidebar_right .post .meta{color:var(--section_text_2)}.sidebar_right .post .post_img{margin-bottom:8px}.sidebar_right .post .post_img .news_image{height:126px;position:relative}.fav_super_sport.supersport .sidebar_right .siderbar_heading h3:after{content:"";display:none}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch,.cricket_detail_head2 .detail_head_bottom .live .bottom_left .runlist_inf,.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf,.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch,.cricket_detail_head2 .team_info{margin:0;padding:0}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li,.cricket_detail_head2 .detail_head_bottom .live .bottom_left .runlist_inf li,.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li,.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li,.cricket_detail_head2 .team_info li{list-style:none}.cricket_detail_head2{color:var(--match_detail_head_text);background:var(--match_detail_head_bg);border-radius:var(--radius) var(--radius) 0 0;padding:10px;border-bottom:2px solid var(--section_divider)}@media(min-width:768px){.cricket_detail_head2{padding:18px 24px}}.cricket_detail_head2 .detail_head_top2 .status{margin-bottom:20px}.cricket_detail_head2 .detail_head_top2 .stats_tag{font-weight:600;font-size:10px;line-height:1.4;border-radius:calc(var(--radius)/1.5);padding:3px 7px;min-width:27px;background:var(--ft_bg);color:var(--ft_text)}.cricket_detail_head2 .detail_head_top2 .stats_tag.red{background:var(--live_button);color:var(--live_button_text)}.cricket_detail_head2 .detail_head_top2 .top_bar2{display:flex;align-items:center;margin-bottom:20px}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb{flex-grow:1;overflow:hidden;display:flex;align-items:center;padding:0;margin:0;list-style-type:none;gap:20px}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb li{font-weight:400;font-size:14px;line-height:1.2857142857;position:relative}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb li.active{font-weight:700;font-size:14px;line-height:1.2857142857}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb li:not(:last-child):before{content:">";position:absolute;right:-12px;font-size:14px}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb h1{font-weight:400;font-size:14px;line-height:1.2857142857;text-transform:capitalize;flex-grow:1;margin-bottom:0;display:flex;align-items:center;overflow:hidden}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb h1 a{display:inline-flex;vertical-align:top;align-items:center;color:inherit;overflow:hidden}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb h1 .icon_flag{margin-right:10px;width:16px;height:16px;border-radius:50%;flex-shrink:0;display:block}@media(min-width:992px){.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb h1 .icon_flag{width:22px;height:22px}}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb h1 .icon_flag img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cricket_detail_head2 .detail_head_top2 .top_bar2 .top_breadcrumb h1 .name{flex-grow:1;color:var(--match_detail_head_text);overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis;font-weight:700}.cricket_detail_head2 .detail_head_top2 .top_bar2 .fav{color:var(--match_detail_head_icon);margin-left:20px;font-size:18px;cursor:pointer}.cricket_detail_head2 .detail_head_top2 .top_bar2 .fav.active{opacity:1;color:var(--match_detail_head_icon_active)}.cricket_detail_head2 .detail_head_bdy{margin-bottom:10px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bdy{margin-bottom:18px}}@media(min-width:992px){.cricket_detail_head2 .detail_head_bdy{margin-bottom:28px}}.cricket_detail_head2 .detail_bdy_inner{display:flex;gap:10px}@media(min-width:768px){.cricket_detail_head2 .detail_bdy_inner{gap:20px}}.cricket_detail_head2 .team_info{flex-grow:1;overflow:hidden;position:relative;padding-left:15px}.cricket_detail_head2 .team_info:before{position:absolute;left:0;top:0;height:100%;content:"";border-left:2px solid var(--section_divider)}.cricket_detail_head2 .team_info li{display:flex;align-items:center}.cricket_detail_head2 .team_info li:not(:last-child){margin-bottom:10px}.cricket_detail_head2 .team_info li .teams{flex-grow:1;overflow:hidden}.cricket_detail_head2 .team_info li .teams .team_name{display:flex;align-items:center;color:var(--match_detail_head_text);font-weight:700;font-size:14px;line-height:1.2142857143;overflow:hidden}@media(min-width:768px){.cricket_detail_head2 .team_info li .teams .team_name{font-size:16px;line-height:1.25}}.cricket_detail_head2 .team_info li .teams .team_name.lose{font-weight:400;font-size:16px;line-height:1.25}.cricket_detail_head2 .team_info li .teams .team_name .ball,.cricket_detail_head2 .team_info li .teams .team_name .bat{line-height:0;flex-shrink:0;margin-left:4px}.cricket_detail_head2 .team_info li .teams .team_name .name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cricket_detail_head2 .team_info li .teams .team_name .flag{width:25px;height:25px;padding:3px;background:var(--score_ball_by_ball_score_bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:8px;flex-shrink:0}@media(min-width:768px){.cricket_detail_head2 .team_info li .teams .team_name .flag{padding:5px;width:35px;height:35px;margin-right:11px}}.cricket_detail_head2 .team_info li .teams .team_name .flag img{width:100%;height:100%;object-fit:cover;border-radius:50%}@media(min-width:768px){.cricket_detail_head2 .team_info li .teams .team_name .flag img{width:25px;height:25px}}.cricket_detail_head2 .team_info li .team_info_score{flex-shrink:0;font-weight:700;font-size:20px;line-height:24px;color:var(--match_detail_head_text)}.cricket_detail_head2 .team_info li .team_info_score.lose{color:var(--match_detail_head_text2)}.cricket_detail_head2 .team_info li .team_info_score .over{color:var(--match_detail_head_text2);margin-left:10px;font-weight:400;font-size:15px;line-height:20px}.cricket_detail_head2 .icons_main{position:relative;padding-left:20px}.cricket_detail_head2 .icons_main:before{position:absolute;left:0;top:0;height:100%;content:"";border-left:2px solid var(--section_divider)}.cricket_detail_head2 .icons_main .icon{display:flex;align-items:center;width:20px;height:20px}.cricket_detail_head2 .icons_main .icon:not(:last-child){margin-bottom:10px}@media(min-width:768px){.cricket_detail_head2 .icons_main .icon{width:25px;height:35px}}.cricket_detail_head2 .icons_main .fav{color:var(--match_detail_head_icon);font-size:18px;cursor:pointer}.cricket_detail_head2 .icons_main .fav.active{opacity:1;color:var(--match_detail_head_icon_active)}.cricket_detail_head2 .detail_head_bottom{position:relative;padding:5px 0 5px 15px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .live{display:flex;gap:10px}}.cricket_detail_head2 .detail_head_bottom .live .bottom_left{padding-left:5px;flex-grow:1;margin-bottom:10px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .live .bottom_left{margin-bottom:0;padding-left:15px}}.cricket_detail_head2 .detail_head_bottom .live .bottom_left .match_stats{font-weight:400;font-size:12px;line-height:16px;color:var(--match_detail_head_text);margin-bottom:7px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .live .bottom_left .match_stats{margin-bottom:15px}}.cricket_detail_head2 .detail_head_bottom .live .bottom_left .runlist_inf{display:flex;align-items:center;gap:10px;flex-grow:1;font-weight:400;font-size:12px;line-height:1.3333333333}.cricket_detail_head2 .detail_head_bottom .live .bottom_left .runlist_inf li .title{margin-right:5px;color:var(--match_detail_head_text2)}.cricket_detail_head2 .detail_head_bottom .live .bottom_left .runlist_inf li+li{position:relative;padding-left:8px}.cricket_detail_head2 .detail_head_bottom .live .bottom_left .runlist_inf li+li:before{content:"";position:absolute;left:0;top:0;height:100%;border-left:2px solid var(--section_divider)}.cricket_detail_head2 .detail_head_bottom .live .bottom_right{padding-left:15px;flex-shrink:0;display:flex;align-items:center}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf{display:inline-flex;align-items:center;padding:5px 9px;gap:4px;color:var(--match_detail_head_text);border-radius:var(--radius);position:relative}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf{padding-left:20px}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf:before{position:absolute;left:0;top:0;height:100%;content:"";border-left:2px solid var(--section_divider)}}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li{width:28px;height:28px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;color:var(--score_ball_by_ball_text);background:var(--match_detail_head_divider);border-radius:calc(var(--radius)/1.5);font-weight:600;font-size:14px;line-height:1.2857142857}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li:nth-child(9).change_over,.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li:nth-child(n+10){display:none}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li.boundary{color:var(--white);background:var(--green)}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li.wicket{color:var(--white);background:var(--red)}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li.change_over{width:0;height:0;color:var(--match_detail_head_text);padding:0 3px}.cricket_detail_head2 .detail_head_bottom .live .bottom_right .ball_inf li.change_over:before{display:none}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .finsed{display:flex;gap:10px}}.cricket_detail_head2 .detail_head_bottom .finsed .match_stats{flex-grow:1;font-weight:400;font-size:12px;line-height:16px;color:var(--match_detail_head_text);margin-bottom:15px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .finsed .match_stats{margin-bottom:0}}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right{padding-left:15px;flex-shrink:0;display:flex;align-items:center;position:relative}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right{padding-left:20px}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right:before{content:"";position:absolute;left:0;top:-5px;bottom:-5px;border-left:2px solid var(--section_divider)}}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch{display:flex;align-items:center;gap:10px;flex-grow:1;font-weight:400;font-size:12px;line-height:1.3333333333}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch{gap:20px}}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li{display:flex;align-items:center}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li .ico{margin-right:10px;font-size:17px;line-height:17px;color:var(--match_detail_head_icon)}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li .ico{margin-right:20px}}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li .inf_mch_txt{margin-right:5px}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li+li{position:relative;padding-left:10px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li+li{padding-left:20px}}.cricket_detail_head2 .detail_head_bottom .finsed .bottom_right .inf_mch li+li:before{content:"";position:absolute;left:0;top:0;height:100%;border-left:2px solid var(--section_divider)}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right{padding-left:5px;flex-shrink:0;display:flex;align-items:center}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right{padding-left:15px}}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch{display:flex;align-items:center;gap:10px;flex-grow:1;font-weight:400;font-size:12px;line-height:1.3333333333}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch{gap:20px}}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li{display:flex;align-items:center}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li .ico{margin-right:10px;font-size:17px;line-height:17px;color:var(--match_detail_head_icon)}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li .ico{margin-right:20px}}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li .inf_mch_txt{margin-right:5px}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li+li{position:relative;padding-left:10px}@media(min-width:768px){.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li+li{padding-left:20px}}.cricket_detail_head2 .detail_head_bottom .schedule .bottom_right .inf_mch li+li:before{content:"";position:absolute;left:0;top:0;height:100%;border-left:2px solid var(--section_divider)}.post .meta{margin:0;padding:0}.post .meta li{list-style:none}.post{margin-bottom:35px;font-size:14px;line-height:1.4285714286;color:var(--base_text_color)}.post:last-child{margin-bottom:0}.post.feature_post{display:flex;border-radius:15px;overflow:hidden;background:#fff;color:#333;flex-direction:column;margin-bottom:15px}@media(min-width:992px){.post.feature_post{flex-direction:row}}.post.feature_post h1,.post.feature_post h2{font-size:16px;line-height:1.5}.post.feature_post .post_img{flex-shrink:0;width:100%;min-height:220px;position:relative;margin-bottom:0;display:flex}@media(min-width:992px){.post.feature_post .post_img{flex-direction:row;width:50%;min-height:300px;border-radius:12px 0 0 12px}}@media(min-width:1400px){.post.feature_post .post_img{width:54.6%}}.post.feature_post .post_img .card_match_link{width:100%}.post.feature_post .post_img .bg_img{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;width:100%;min-height:220px}@media(min-width:992px){.post.feature_post .post_img .bg_img{min-height:300px}.post.feature_post .post_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:6px 0 0 6px}}.post.feature_post .post_descrip{flex-grow:1;padding:15px 20px;font-size:14px;line-height:18px}@media(min-width:992px){.post.feature_post .post_descrip{padding:44px 24px;font-size:14px;line-height:1.5714285714}}.post.social_post .post_img{margin-bottom:8px}.post.social_post .post_img:last-child{margin-bottom:0}.post .post_img{border-radius:var(--radius);margin-bottom:10px;overflow:hidden;position:relative}.post .post_img:last-child{margin-bottom:0}.post .post_img:hover img{opacity:.9}.post .post_img iframe{display:block;border:0;width:100%}.post .post_img img{border-radius:var(--radius);width:100%}.post .play{position:absolute;left:50%;top:50%;color:#fff;border-radius:11px;transform:translate(-50%,-50%);min-width:57px;min-height:40px;display:flex;align-items:center;justify-content:center;background:red;font-size:18px}.post .social_head{display:flex;align-items:flex-start;margin-bottom:10px}.post .social_head .descrip{flex-grow:1}.post .social_head .social_name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:16px;line-height:1.125}.post .social_head .social_name a{color:inherit}.post .social_head .social_subname{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:300;font-size:14px;line-height:1.3571428571;color:#808191}.post .social_head .social_subname a{color:inherit}.post .social_head .ico_social{flex-shrink:0;margin-left:10px;color:#f4f4f4}.post .social_head .ico_social.twitter{color:#03a9f4}.post .social_head .ico_social.facebook{color:#4267b2}.post .social_head .ico_social i{font-size:17px}.post .social_tfoot{display:flex}.post .social_tfoot .date{flex-grow:1;display:block;font-size:12px;line-height:1.3333333333;color:#b2b2b2}.post .social_tfoot .share-link{flex-shrink:0;margin-left:10px;font-size:12px;line-height:16px;color:#d0d0d0}.post .post_descrip h1{text-transform:capitalize}.post .post_descrip h2,.post .post_descrip h3{margin-bottom:10px;color:var(--sub_heading_color);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.3125}@media(min-width:992px){.post .post_descrip h2,.post .post_descrip h3{margin-bottom:10px}}.post .post_descrip h2 a,.post .post_descrip h3 a{color:inherit}.post .post_descrip h2 a:hover,.post .post_descrip h3 a:hover{color:var(--link_hover)}.post p{margin-bottom:9px}.post p:last-child{margin-bottom:0}.post .text_wrap{margin-bottom:9px}.post .text_wrap:last-child{margin-bottom:0}.post .text_wrap p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post .meta{display:flex;flex-wrap:wrap;font-size:12px;line-height:1.5833333333;color:var(--base_text_color);margin-bottom:3px}.post .meta li+li:before{content:"|";margin:0 5px}.post .top_news{color:#91939a;display:block;margin-bottom:10px;text-transform:uppercase}@media(min-width:992px){.post .top_news{margin-bottom:20px}}.post .time{border-radius:3px;font-size:12px;line-height:16px;color:#fff;background:rgba(51,51,51,.85);padding:3px 5px;position:absolute;right:5px;bottom:5px}.vertical_posts .post{padding-top:19px;margin-bottom:17px;position:relative}.vertical_posts .post:before{border-top:1px solid var(--section_divider);left:0;right:0;top:0;content:"";position:absolute}@media(min-width:1200px){.vertical_posts .post:before{left:-15px;right:-15px}}@media(min-width:1280px){.vertical_posts .post:before{left:-20px;right:-20px}}.vertical_posts .post:first-child{padding-top:0;border-top:0}.vertical_posts .post:first-child:before{display:none}.vertical_posts .post:last-child{margin-bottom:0}.vertical_posts .post .meta{justify-content:space-between;margin-bottom:0}.vertical_posts .post .meta li:before{display:none}.see_more{text-align:center}.news_setting{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.horizontal_post{display:flex;flex-wrap:wrap;margin-bottom:-14px;padding-bottom:20px}@media(min-width:576px){.horizontal_post{margin-left:-7px;margin-right:-7px}}@media(min-width:992px){.horizontal_post{margin:0 -7px -24px}}@media(min-width:1561px){.horizontal_post{margin:0 -10px -35px}}@media(min-width:1280px){.horizontal_post.four_columns{margin-left:-10px;margin-right:-10px}.horizontal_post.four_columns .post{width:calc(25% - 20px);margin-left:10px;margin-right:10px}}.horizontal_post:last-child{padding-bottom:0}.horizontal_post .post{width:100%;background:#fff;border-radius:10px;margin-bottom:14px}@media(min-width:576px){.horizontal_post .post{width:calc(50% - 14px);margin-left:7px;margin-right:7px}}@media(min-width:992px){.horizontal_post .post{width:calc(33.333% - 14px);background:rgba(0,0,0,0);border-radius:0;margin-bottom:24px}}@media(min-width:1561px){.horizontal_post .post{width:calc(33.333% - 20px);margin-left:10px;margin-right:10px}}.horizontal_post .post:last-child{margin-bottom:14px}@media(min-width:992px){.horizontal_post .post:last-child{margin-bottom:24px}}@media(min-width:1561px){.horizontal_post .post:last-child{margin-bottom:35px}}.horizontal_post .post.social_post{background:#fff;padding:15px 15px 12px;border-radius:10px}@media(min-width:992px){.horizontal_post .post.social_post{padding:15px 10px 12px}}@media(min-width:1280px){.horizontal_post .post.social_post{padding:16px 14px 10px}}@media(max-width:544px){.horizontal_post .post.social_post .social_tfoot{position:relative;padding-top:12px}.horizontal_post .post.social_post .social_tfoot:before{content:"";height:1px;background:var(--section_divider);position:absolute;top:0;left:-99px;right:-99px}}@media(max-width:544px)and (min-width:992px){.horizontal_post .post.social_post .social_tfoot:before{display:none}}.horizontal_post .meta{position:relative;padding-top:13px}@media(min-width:576px){.horizontal_post .meta{padding-top:9px}}@media(min-width:992px){.horizontal_post .meta{padding-top:0}}.horizontal_post .meta:before{content:"";height:1px;background:var(--section_divider);position:absolute;top:0;left:-99px;right:-99px}@media(min-width:992px){.horizontal_post .meta:before{display:none}}.horizontal_post .post_descrip{padding:11px 20px 13px}@media(min-width:576px){.horizontal_post .post_descrip{padding:11px 20px 10px}}@media(min-width:992px){.horizontal_post .post_descrip{padding:0}}.detail_main_tab ul{margin:0;padding:0}.detail_main_tab ul li{list-style:none}.detail_main_tab{padding:11px 10px;overflow-x:auto;text-transform:capitalize;background:var(--section_bg)}@media(min-width:768px){.detail_main_tab{padding:15px}}@media(min-width:992px){.detail_main_tab{overflow-x:visible;flex-grow:1;overflow:visible;padding:22px 30px}}.detail_main_tab:not(:last-child){margin-bottom:8px}.detail_main_tab ul{display:flex;flex-wrap:nowrap;overflow:visible}.detail_main_tab ul li{padding-left:0;margin-bottom:0}.detail_main_tab ul li+li{padding-left:20px}@media(min-width:768px){.detail_main_tab ul li+li{padding-left:40px}}.detail_main_tab ul li:last-child{padding-right:8px}.detail_main_tab ul li a{font-size:12px;line-height:1.3333333333;display:block;color:var(--link);transition:all .25s linear;position:relative;white-space:nowrap;box-shadow:none;cursor:pointer}@media(min-width:768px){.detail_main_tab ul li a{white-space:normal;font-size:14px;line-height:1.2857142857}}.detail_main_tab ul li a:hover{color:var(--link_hover)}.detail_main_tab ul li a.active{color:var(--link_hover);font-weight:600}.commentary_lst{margin:0;padding:0}.commentary_lst li{list-style:none}.commentary_wrp{margin-bottom:20px;background:var(--section_bg);color:var(--section_text);border-radius:var(--radius)}.commentary_wrp:last-child{margin-bottom:0}.commentary_lst{font-size:12px;line-height:1.25}@media(min-width:768px){.commentary_lst{font-size:14px;line-height:1.3571428571}}.commentary_lst li{padding:11px 12px;position:relative;z-index:1}@media(min-width:768px){.commentary_lst li{padding:18px 12px}}.commentary_lst li:nth-child(2n):before{content:"";left:0;width:100%;top:0;height:100%;position:absolute;background:var(--section_even_row_bg);z-index:-1}.commentary_lst li .normal_comm{display:flex;align-items:center}.commentary_lst li .social_comm_hd{display:flex;align-items:center;gap:5px}.commentary_lst li .social_comm_hd:not(:last-child){margin-bottom:12px}.commentary_lst li:last-child{margin-bottom:0}.commentary_lst li .cmntr_time{width:35px;margin-right:15px;flex-shrink:0;color:var(--section_text_2)}@media(min-width:768px){.commentary_lst li .cmntr_time{width:42px;margin-right:19px}}.commentary_lst li .comm_hd_dis{flex-grow:1}.commentary_lst li .social_comm_img img{position:unset!important;border-radius:var(--radius)}.commentary_lst li .nm_desc .nam{display:block}.commentary_lst li .nm_desc .nam_aut{display:block;opacity:.7;font-size:12px;line-height:15px;color:var(--section_text_2)}.commentary_lst li .com_team_nam{display:flex;align-items:center;gap:6px;flex-grow:1}.commentary_lst li .com_team_nam:not(:last-child){margin-bottom:12px}.commentary_lst li .social_ico i{color:var(--section_icon)}.commentary_lst li .cmntr_icon{width:14px;flex-shrink:0;margin-right:5px;text-align:center;line-height:0}.commentary_lst li .cmntr_icon_text{flex-grow:1;font-weight:500}.detail_head_main2{color:var(--match_detail_head_text);background:var(--match_detail_head_bg);border-radius:var(--radius) var(--radius) 0 0;padding:10px}@media(min-width:768px){.detail_head_main2{padding:18px 24px}}.detail_head_main2 .top_bar2{display:flex;align-items:center}.detail_head_main2 .top_bar2 .top_breadcrumb{flex-grow:1;overflow:hidden;display:flex;align-items:center;padding:0;margin:0;list-style-type:none;gap:20px}.detail_head_main2 .top_bar2 .top_breadcrumb li{font-weight:400;font-size:14px;line-height:1.2857142857;position:relative}.detail_head_main2 .top_bar2 .top_breadcrumb li.active{font-weight:700;font-size:14px;line-height:1.2857142857}.detail_head_main2 .top_bar2 .top_breadcrumb li:not(:last-child):before{content:">";position:absolute;right:-12px;font-size:14px}.detail_head_main2 .top_bar2 .top_breadcrumb h1{font-weight:400;font-size:14px;line-height:1.2857142857;text-transform:capitalize;flex-grow:1;margin-bottom:0;display:flex;align-items:center;overflow:hidden}.detail_head_main2 .top_bar2 .top_breadcrumb h1 a{display:inline-flex;vertical-align:top;align-items:center;color:inherit;overflow:hidden}.detail_head_main2 .top_bar2 .top_breadcrumb h1 .icon_flag{margin-right:10px;width:16px;height:16px;border-radius:50%;flex-shrink:0;display:block}@media(min-width:992px){.detail_head_main2 .top_bar2 .top_breadcrumb h1 .icon_flag{width:22px;height:22px}}.detail_head_main2 .top_bar2 .top_breadcrumb h1 .icon_flag img{width:100%;height:100%;object-fit:cover;border-radius:50%}.detail_head_main2 .top_bar2 .top_breadcrumb h1 .name{flex-grow:1;color:var(--match_detail_head_text);overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis;font-weight:700}.detail_head_main2 .top_bar2 .fav{color:var(--match_detail_head_icon);margin-left:20px;font-size:18px;cursor:pointer}.detail_head_main2 .top_bar2 .fav.active{opacity:1;color:var(--match_detail_head_icon_active)}.detail_head_main2 .detail_head_body{padding:10px 0!important}@media(min-width:768px){.detail_head_main2 .detail_head_body{padding:18px 0!important}}.detail_head_main2 .detail_head_body .body_top{gap:5px;margin:0}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top{gap:10px}}.detail_head_main2 .detail_head_body .body_top .body_top_col{display:flex;align-items:center;justify-content:center;width:40%}@media(min-width:576px){.detail_head_main2 .detail_head_body .body_top .body_top_col{gap:15px;width:32%}}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col{gap:22px}}@media(min-width:1200px){.detail_head_main2 .detail_head_body .body_top .body_top_col{width:35%}}.detail_head_main2 .detail_head_body .body_top .body_top_col .fav{color:var(--match_detail_head_icon)}.detail_head_main2 .detail_head_body .body_top .body_top_col .fav.active{color:var(--match_detail_head_icon_active)}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing{display:flex;flex-direction:column;justify-content:center;width:20%}@media(min-width:576px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing{width:35%}}@media(min-width:1200px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing{width:40%}}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main_live .stats_tag{font-weight:600;font-size:10px;line-height:1.4;border-radius:calc(var(--radius)/1.5);padding:3px 7px;min-width:27px;background:var(--ft_bg);color:var(--ft_text);margin-bottom:20px}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main_live .stats_tag.red{background:var(--live_button);color:var(--live_button_text);font-weight:500;font-size:14px;margin-bottom:10px}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main_live .stats_tag.red .sts_m_min{background:var(--live_button);color:var(--live_button_text);padding:2px 7px;border-radius:calc(var(--radius)/1.5)}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main_live .stats_tag.red .sts_m_live{color:var(--live_button_text);text-transform:capitalize}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main{width:100%;background:var(--score_ball_by_ball_score_bg);border-radius:var(--radius);display:flex;flex-direction:column;gap:10px;padding:10px 2px}@media(min-width:576px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main{padding:10px 9px;flex-direction:row;align-items:center;margin-bottom:10px}}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main .stats_tag{font-weight:600;font-size:10px;line-height:1.4;border-radius:calc(var(--radius)/1.5);padding:3px 7px;min-width:27px;background:var(--ft_bg);color:var(--ft_text)}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main .stats_tag.red{background:var(--live_button);color:var(--live_button_text)}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main .stats_tag.red .sts_m_min{background:var(--live_button);color:var(--live_button_text);padding:2px 7px;border-radius:calc(var(--radius)/1.5)}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main .stats_tag.red .sts_m_live{color:var(--live_button);font-weight:500;font-size:14px;text-transform:capitalize}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main .stat_date{color:var(--section_text_2);font-weight:400;font-size:10px;line-height:12px;text-align:center}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_main .stat_date{padding:10px 9px;font-weight:400;font-size:12px;line-height:16px}}.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_score{text-align:center;font-size:14px;line-height:18px;font-weight:600}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_score{font-weight:700;font-size:22px;line-height:28px}}@media(min-width:992px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_score{font-size:30px;line-height:35px}}@media(min-width:1280px){.detail_head_main2 .detail_head_body .body_top .body_top_col.timing .status_score{font-size:60px;line-height:65px}}.detail_head_main2 .detail_head_body .body_top .body_top_col .upcoming_score{text-align:center;color:var(--section_text_2);font-size:22px;line-height:28px;font-weight:700}@media(min-width:576px){.detail_head_main2 .detail_head_body .body_top .body_top_col .upcoming_score{font-size:30px;line-height:35px}}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col .upcoming_score{font-size:40px;line-height:45px}}@media(min-width:1280px){.detail_head_main2 .detail_head_body .body_top .body_top_col .upcoming_score{font-size:60px;line-height:65px}}.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .team_logo{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;width:54px;height:54px;padding:8px;box-shadow:var(--base_shadow);background:var(--white);border-radius:50%}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .team_logo{width:60px;height:60px;padding:10px}}.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .player_team_name{flex-grow:1;overflow:hidden;display:block;max-width:100px}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .player_team_name{max-width:150px}}.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .player_team_name:not(:last-child){margin-bottom:5px}@media(min-width:576px){.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .player_team_name:not(:last-child){margin-bottom:11px}}.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .player_team_name a{color:var(--match_detail_head_text)}.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .team_logo_img{flex-shrink:0;width:64px;margin:0 auto 10px}.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .team_logo_name{display:block;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-weight:500;font-size:14px;line-height:1.0714285714}@media(min-width:768px){.detail_head_main2 .detail_head_body .body_top .body_top_col .body_inner_rgt .team_logo_name{font-weight:700;font-size:16px;line-height:1.25}}.stats_list_wrp{background:var(--section_bg);padding:20px 15px;border-radius:var(--radius)}@media(min-width:768px){.stats_list_wrp{padding:15px}}.quarter-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}@media(min-width:768px){.quarter-tabs{gap:12px}}.quarter-tabs .quarter-tab{flex:1 1;min-width:0;padding:10px 12px;background:var(--section_even_row_bg);border:1px solid rgba(0,0,0,0);border-radius:var(--radius);color:var(--section_text);cursor:pointer;transition:all .3s ease;font-size:12px;line-height:1.3333333333;font-weight:500;text-align:center;white-space:nowrap}@media(min-width:768px){.quarter-tabs .quarter-tab{padding:12px 16px;font-size:14px;line-height:1.2857142857}}.quarter-tabs .quarter-tab:hover{background:var(--section_odd_row_bg);border-color:var(--section_team_1_color)}.quarter-tabs .quarter-tab.active{background:var(--section_team_1_color);color:#fff;border-color:var(--section_team_1_color);font-weight:600}.stats_list{list-style:none;padding:0;margin:0}.stats_list li{text-align:center;padding-top:5px;padding-bottom:5px;color:var(--heading_color);font-size:12px;line-height:1.3333333333}@media(min-width:768px){.stats_list li{font-size:14px;line-height:1.2142857143;padding-top:8px;padding-bottom:8px}}.stats_list .bar-wrap{display:flex;align-items:center;margin:0 -3px}@media(min-width:768px){.stats_list .bar-wrap{margin:0 -6px}}.stats_list .bar_status_top{display:flex;justify-content:space-between}.stats_list .bar_status{display:block;margin-bottom:7px;color:var(--section_text)}.stats_list .l_bar,.stats_list .r_bar{width:50%;display:flex;align-items:center;margin:0 3px}@media(min-width:768px){.stats_list .l_bar,.stats_list .r_bar{margin:0 6px}}.stats_list .r_bar .bar_color{left:0}.stats_list .r_bar .higher_bar_color,.stats_list .r_bar .lower_bar_color{background:var(--section_team_2_color)}.stats_list .l_bar .stats_bar .higher_bar_color,.stats_list .l_bar .stats_bar .lower_bar_color{background:var(--section_team_1_color)}.stats_list .stats_bar{height:8px;padding:0 3px;flex-grow:1;border-radius:5px;position:relative;z-index:1}.stats_list .stats_bar:before{content:"";position:absolute;left:0;width:100%;top:0;border-radius:5px;height:100%;background:var(--section_even_row_bg);z-index:-1}.stats_list .bar_color{position:absolute;top:0;bottom:0;right:0;display:block;height:8px;border-radius:5px}.stats_list .stats_num{flex-shrink:0;color:var(--section_text_2)}.linesup_img{width:calc(100% + 10px);margin:0 -5px 20px;position:relative;height:577px}@media(min-width:360px){.linesup_img{width:100%;margin:0 auto 20px;height:648px}}@media(min-width:375px){.linesup_img{height:678px}}@media(min-width:400px){.linesup_img{height:745px;max-width:414px}}@media(min-width:768px){.linesup_img{height:387px;max-width:748px}}@media(min-width:992px){.linesup_img{height:364px;max-width:702px}}@media(min-width:1200px){.linesup_img{height:347px;max-width:671px}}@media(min-width:1280px){.linesup_img{height:355px;max-width:684px}}.linesup_img:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/assets/images/football-ground-bg.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}@media(min-width:768px){.linesup_img:before{transform:translate(-50%,-50%) rotate(90deg);top:50%;left:50%;width:387px;height:748px;background-size:cover}}@media(min-width:992px){.linesup_img:before{width:364px;height:702px}}@media(min-width:1200px){.linesup_img:before{width:347px;height:671px}}@media(min-width:1280px){.linesup_img:before{width:355px;height:684px}}.inner_ground{display:flex;flex-direction:column;height:100%;overflow:hidden;margin:auto;max-width:300px;width:100%;position:relative}@media(min-width:360px){.inner_ground{max-width:340px}}@media(min-width:400px){.inner_ground{max-width:414px}}@media(min-width:768px){.inner_ground{flex-direction:row;max-width:100%}}.inner_ground .team_one,.inner_ground .team_two{position:relative;height:50%;padding-left:24px;padding-right:24px}@media(min-width:375px){.inner_ground .team_one,.inner_ground .team_two{padding-left:38px;padding-right:38px}}@media(min-width:480px){.inner_ground .team_one,.inner_ground .team_two{padding-left:60px;padding-right:60px}}@media(min-width:768px){.inner_ground .team_one,.inner_ground .team_two{width:50%;display:flex;height:100%;padding-left:10px;padding-right:10px}}.inner_ground .team_one .formation,.inner_ground .team_two .formation{font-size:10px;line-height:12px;font-weight:500;color:#fff;display:inline-block;padding:2px 6px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:max-content;position:absolute;top:0;left:10px}@media(min-width:400px){.inner_ground .team_one .formation,.inner_ground .team_two .formation{padding:3px 8px}}.inner_ground .team_one .formation .formation_team,.inner_ground .team_two .formation .formation_team{display:block;text-transform:capitalize}.inner_ground .team_one{padding-top:50px}@media(min-width:375px){.inner_ground .team_one{padding-top:35px}}@media(min-width:400px){.inner_ground .team_one{padding-top:55px}}@media(min-width:768px){.inner_ground .team_one{padding-top:20px}}.inner_ground .team_one .formation{top:3px;left:5%}@media(min-width:360px){.inner_ground .team_one .formation{top:7px}}@media(min-width:400px){.inner_ground .team_one .formation{top:8px;left:8%}}@media(min-width:768px){.inner_ground .team_one .formation{top:1px;left:14%}}.inner_ground .team_two{padding-top:20px}.inner_ground .team_two .formation{top:auto;bottom:2px;left:5%}@media(min-width:360px){.inner_ground .team_two .formation{bottom:2px}}@media(min-width:400px){.inner_ground .team_two .formation{left:8%}}@media(min-width:768px){.inner_ground .team_two .formation{bottom:auto;top:1px;left:14%}}.inner_ground .player-row{display:flex;align-items:center;justify-content:space-around;gap:3px;padding:3px}@media(min-width:375px){.inner_ground .player-row{gap:5px;padding:5px}}@media(min-width:400px){.inner_ground .player-row{padding:9px 5px}}@media(min-width:768px){.inner_ground .player-row{flex-direction:column;max-width:72px;padding:5px}}.inner_ground .player-row .shirt_wrap{display:flex;flex-direction:column;align-items:center;min-width:50px}@media(min-width:768px){.inner_ground .player-row .shirt_wrap{width:100%}}.inner_ground .player-row .shirt_wrap .img_wrap{width:30px;height:34px;margin-bottom:5px;position:relative}.inner_ground .player-row .shirt_wrap .img_wrap img{width:100%;height:100%}.inner_ground .player-row .shirt_wrap .img_wrap .shirt_num{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;line-height:11px;margin-top:-5px;color:var(--white);text-shadow:0 0 2px #000}.inner_ground .player-row .shirt_wrap .img_wrap .football_icon{position:absolute;border-radius:50%;top:0;left:0;width:8px;height:8px}@media(min-width:375px){.inner_ground .player-row .shirt_wrap .img_wrap .football_icon{top:0;width:10px;height:10px}}@media(min-width:480px){.inner_ground .player-row .shirt_wrap .img_wrap .football_icon{top:-5px;width:12px;height:12px}}.inner_ground .player-row .shirt_wrap .img_wrap .football_icon .count-num{position:absolute;left:-2px;top:-2px;width:10px;height:10px;border-radius:50%;background:#ce1124;border:1px solid #fff;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700;line-height:0;color:#fff}@media(min-width:480px){.inner_ground .player-row .shirt_wrap .img_wrap .football_icon .count-num{left:-1px;top:-1px}}.inner_ground .player-row .shirt_wrap .img_wrap .card_icon{position:absolute;top:0;right:0;width:8px;height:8px}@media(min-width:375px){.inner_ground .player-row .shirt_wrap .img_wrap .card_icon{top:0;width:10px;height:10px}}@media(min-width:480px){.inner_ground .player-row .shirt_wrap .img_wrap .card_icon{top:-5px;width:12px;height:12px}}.inner_ground .player-row .shirt_wrap .img_wrap .card_icon img{filter:drop-shadow(0 0 1px rgba(0,0,0,.9))}.inner_ground .player-row .shirt_wrap .img_wrap .card_icon.two-cards{display:flex;align-items:center}.inner_ground .player-row .shirt_wrap .img_wrap .card_icon.two-cards img:nth-child(2){margin-left:-7px;margin-top:3px}@media(min-width:480px){.inner_ground .player-row .shirt_wrap .img_wrap .card_icon.two-cards img:nth-child(2){margin-left:-9px;margin-top:3px}}.inner_ground .player-row .shirt_wrap .img_wrap .down_icon{position:absolute;border-radius:50%;bottom:0;right:0;width:8px;height:8px}@media(min-width:375px){.inner_ground .player-row .shirt_wrap .img_wrap .down_icon{width:10px;height:10px}}@media(min-width:480px){.inner_ground .player-row .shirt_wrap .img_wrap .down_icon{bottom:3px;width:12px;height:12px}}.inner_ground .player-row .shirt_wrap .img_wrap .downLeft_icon{position:absolute;border-radius:50%;bottom:0;left:0;width:8px;height:8px}@media(min-width:375px){.inner_ground .player-row .shirt_wrap .img_wrap .downLeft_icon{width:10px;height:10px}}@media(min-width:480px){.inner_ground .player-row .shirt_wrap .img_wrap .downLeft_icon{bottom:3px;width:14px;height:14px}}.inner_ground .player-row .player_name{font-size:8px;line-height:9px;font-weight:500;text-align:center;color:#fff;padding:2px 6px;border-radius:10px;background:#333;display:block;width:100%}@media(min-width:400px){.inner_ground .player-row .player_name{padding:3px 8px}}@media(max-width:767px){.inner_ground .player-row .player_name{white-space:nowrap}}.inner_ground .player-row .player_name .pyr_nm_in{text-overflow:ellipsis;overflow:hidden;display:block}@media(min-width:768px){.inner_ground .player-row .player_name .pyr_nm_in{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}}.live_center_layout .list_lineup{margin:0;padding:0}.live_center_layout .list_lineup li{list-style:none}.live_center_layout .lineup_box_drop{border-radius:var(--radius)}.live_center_layout .lineup_box_drop:not(:last-child){margin-bottom:14px}@media(min-width:768px){.live_center_layout .lineup_box_drop:not(:last-child){margin-bottom:20px}}.live_center_layout .lineup_box_drop.open_dropdown .lineup_box_opener:before{transform:translateY(-50%) rotate(-1turn)}.live_center_layout .lineup_box_drop .global_table{box-shadow:none}.live_center_layout .lineup_box_drop .icon_wrap{margin-right:5px;display:inline-block}.live_center_layout .lineup_box_drop .lineup_box_opener{display:block;position:relative;font-size:16px;line-height:19px;font-weight:500;color:var(--heading_color);padding:0 0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:768px){.live_center_layout .lineup_box_drop .lineup_box_opener{padding:0 0 13px}}.live_center_layout .lineup_columns{background:var(--section_bg);color:var(--section_text);border-radius:var(--radius)}@media(min-width:413px){.live_center_layout .lineup_columns{display:flex;justify-content:space-between}}.live_center_layout .list_lineup{width:50%;flex-grow:1}.live_center_layout .list_lineup.reverse li{flex-direction:row-reverse;text-align:right}.live_center_layout .list_lineup.reverse .lineup_num{margin:0 0 0 5px}@media(min-width:768px){.live_center_layout .list_lineup.reverse .lineup_num{margin:0 0 0 10px}}.live_center_layout .list_lineup li{font-size:12px;line-height:1.5;display:flex;padding-top:14px;padding-left:10px;padding-right:10px;position:relative;z-index:1}@media(min-width:768px){.live_center_layout .list_lineup li{padding-right:15px}}.live_center_layout .list_lineup li:not(:last-child){padding-bottom:14px}.live_center_layout .list_lineup li:nth-child(2n){background:var(--section_even_row_bg)}.live_center_layout .list_lineup .lineup_num{font-weight:700;color:var(--section_text_2);width:12px;margin-right:5px;flex-shrink:0}@media(min-width:768px){.live_center_layout .list_lineup .lineup_num{margin-right:10px}}.live_center_layout .list_lineup .lin_name{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.lineup_box:not(:last-child){margin-bottom:15px}.lineup_box .lineup_box_opener{display:block;position:relative;font-size:16px;line-height:19px;font-weight:500;color:var(--heading_color);padding:0 0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:768px){.lineup_box .lineup_box_opener{padding:0 0 13px}}.lineup_box .lineup_columns{display:flex}.lineup_box .list_lineup li{padding-bottom:14px}.football_lineup_box{border:0!important;border-radius:var(--radius)}.football_lineup_box:not(:last-child){margin-bottom:10px}.ft_lineup_columns{display:flex;flex-wrap:nowrap;background:var(--section_bg);color:var(--section_text);overflow:hidden;border-radius:var(--radius);width:100%}.ft_lineup_columns:last-child{border-bottom:0}table.ft_list_lineup{width:100%;background:var(--section_bg)}table.ft_list_lineup tr td{font-size:10px;line-height:1.3;padding:10px 5px;position:relative;z-index:1;margin-bottom:0;min-height:40px;width:50%}@media(min-width:768px){table.ft_list_lineup tr td{font-size:14px;line-height:1.2857142857}}table.ft_list_lineup tr td .teams_wrap{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:6px;overflow:hidden}table.ft_list_lineup tr td:first-child{padding-left:10px}@media(min-width:768px){table.ft_list_lineup tr td:first-child{padding-left:20px}}table.ft_list_lineup tr td:last-child{padding-right:10px}@media(min-width:768px){table.ft_list_lineup tr td:last-child{padding-right:20px}}table.ft_list_lineup tr td .ft_lineup_num{margin-right:0}table.ft_list_lineup tr:nth-child(2n) td{background:var(--section_even_row_bg)}table.ft_list_lineup tr:last-child{border-bottom:0}.ft_list_lineup{width:50%;padding:0}.ft_list_lineup.reverse li{flex-direction:row-reverse;text-align:right}.ft_list_lineup.reverse .teams_wrap{flex-direction:row}.ft_list_lineup.reverse .ft_lineup_num{margin:0 0 0 5px}.ft_list_lineup li{font-size:10px;line-height:1.3;position:relative;z-index:1;margin-bottom:0;min-height:40px;display:flex;align-items:center;padding:10px 0}@media(min-width:768px){.ft_list_lineup li{font-size:14px;line-height:1.2857142857;padding-left:20px;padding-right:20px}}.ft_list_lineup li:nth-child(2n){background:var(--section_even_row_bg)}.ft_list_lineup li:last-child{border-bottom:0}.ft_list_lineup .ft_lineup_num{font-weight:600;color:var(--section_text_2);margin-right:5px;width:24px;font-size:12px;line-height:20px;flex-shrink:0}.ft_list_lineup .ft_lin_name{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.ft_list_lineup .teams_wrap{display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse;gap:6px;overflow:hidden}.ft_list_lineup .teams-logo{display:flex;flex-shrink:0}.ft_list_lineup .teams-name{display:flex;flex-direction:column;gap:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(min-width:768px){.ft_list_lineup .teams-name{gap:5px}}.ft_list_lineup .teams-name .team_name{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--section_text_2)}.ft_list_lineup .teams-name .team_name.active{font-weight:600;color:var(--section_text)}.cricket-player-matches{max-width:1400px;margin:0 auto}.cricket-player-matches .matches-card{background:var(--section_bg);border-radius:var(--radius);box-shadow:var(--section_shadow);overflow:hidden}.cricket-player-matches .matches-card .matches-card-header{background:linear-gradient(135deg,var(--match_detail_head_bg) 0,var(--link_hover) 100%);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.cricket-player-matches .matches-card .matches-card-header .matches-title{margin:0;color:var(--match_detail_head_text);font-size:20px;font-weight:700;letter-spacing:.3px}.cricket-player-matches .matches-card .matches-card-header .matches-filters{display:flex;gap:12px;align-items:center}.cricket-player-matches .matches-card .matches-card-header .matches-filters .matches-dropdown{padding:8px 36px 8px 16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;background:hsla(0,0%,100%,.15);color:var(--match_detail_head_text);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:140px}.cricket-player-matches .matches-card .matches-card-header .matches-filters .matches-dropdown:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.cricket-player-matches .matches-card .matches-card-header .matches-filters .matches-dropdown:focus{outline:none;border-color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.2)}.cricket-player-matches .matches-card .matches-card-header .matches-filters .matches-dropdown option{background:#fff;color:#1f2937;padding:8px}.cricket-player-matches .matches-card .matches-card-body{padding:0}.cricket-player-matches .matches-table-wrapper{overflow-x:auto}.cricket-player-matches .matches-table-wrapper::-webkit-scrollbar{height:8px}.cricket-player-matches .matches-table-wrapper::-webkit-scrollbar-track{background:#f3f4f6}.cricket-player-matches .matches-table-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.cricket-player-matches .matches-table-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cricket-player-matches .matches-table{width:100%;border-collapse:collapse;font-size:14px}.cricket-player-matches .matches-table thead tr{background:#f9fafb;border-bottom:2px solid #e5e7eb}.cricket-player-matches .matches-table thead tr th{padding:14px 16px;text-align:left;font-weight:700;color:var(--section_text);font-size:13px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cricket-player-matches .matches-table thead tr th:first-child{padding-left:24px}.cricket-player-matches .matches-table thead tr th:last-child{padding-right:24px}.cricket-player-matches .matches-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.cricket-player-matches .matches-table tbody tr:hover{background-color:#f9fafb}.cricket-player-matches .matches-table tbody tr:last-child{border-bottom:none}.cricket-player-matches .matches-table tbody tr td{padding:16px;color:#4b5563;font-weight:500;white-space:nowrap}.cricket-player-matches .matches-table tbody tr td:first-child{padding-left:24px}.cricket-player-matches .matches-table tbody tr td:last-child{padding-right:24px}.cricket-player-matches .matches-table tbody tr td.match-name-cell{font-weight:600;color:var(--section_text);max-width:300px;white-space:normal}.cricket-player-matches .matches-table tbody tr td.format-cell{font-weight:700;color:var(--section_text);font-size:13px}.cricket-player-matches .matches-table tbody tr td.bat-cell{font-weight:600;color:var(--section_text_2)}.cricket-player-matches .no-data-message{text-align:center;padding:60px 20px;color:var(--section_text);font-size:18px;background:var(--section_bg);border-radius:var(--radius);border:2px dashed #e5e7eb}@media(max-width:768px){.cricket-player-matches{padding:16px}.cricket-player-matches .matches-card .matches-card-header{padding:16px 20px;flex-direction:column;align-items:flex-start}.cricket-player-matches .matches-card .matches-card-header .matches-title{font-size:18px}.cricket-player-matches .matches-card .matches-card-header .matches-filters{width:100%}.cricket-player-matches .matches-card .matches-card-header .matches-filters .matches-dropdown{width:100%;min-width:auto}.cricket-player-matches .matches-table{font-size:13px}.cricket-player-matches .matches-table thead tr th{padding:12px 10px;font-size:11px}.cricket-player-matches .matches-table thead tr th:first-child{padding-left:16px}.cricket-player-matches .matches-table thead tr th:last-child{padding-right:16px}.cricket-player-matches .matches-table tbody tr td{padding:12px 10px;font-size:13px}.cricket-player-matches .matches-table tbody tr td:first-child{padding-left:16px}.cricket-player-matches .matches-table tbody tr td:last-child{padding-right:16px}.cricket-player-matches .matches-table tbody tr td.format-cell{font-size:12px}}@media(max-width:480px){.cricket-player-matches{padding:12px}.cricket-player-matches .matches-card .matches-card-header{padding:14px 16px}.cricket-player-matches .matches-card .matches-card-header .matches-title{font-size:16px}.cricket-player-matches .matches-table{font-size:12px}.cricket-player-matches .matches-table thead tr th{padding:10px 8px;font-size:10px}.cricket-player-matches .matches-table thead tr th:first-child{padding-left:12px}.cricket-player-matches .matches-table thead tr th:last-child{padding-right:12px}.cricket-player-matches .matches-table tbody tr td{padding:10px 8px;font-size:12px}.cricket-player-matches .matches-table tbody tr td:first-child{padding-left:12px}.cricket-player-matches .matches-table tbody tr td:last-child{padding-right:12px}}.cricket-player-stats{max-width:1400px;margin:0 auto}.cricket-player-stats .stats-card{background:var(--section_bg);border-radius:var(--radius);box-shadow:var(--section_shadow);overflow:hidden}.cricket-player-stats .stats-card .stats-card-header{background:linear-gradient(135deg,var(--match_detail_head_bg) 0,var(--link_hover) 100%);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.cricket-player-stats .stats-card .stats-card-header .stats-title{margin:0;color:var(--match_detail_head_text);font-size:20px;font-weight:700;letter-spacing:.3px}.cricket-player-stats .stats-card .stats-card-header .stats-filters{display:flex;gap:12px;align-items:center}.cricket-player-stats .stats-card .stats-card-header .stats-filters .filter-group{position:relative}.cricket-player-stats .stats-card .stats-card-header .stats-filters .stats-dropdown{padding:8px 36px 8px 16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;background:hsla(0,0%,100%,.15);color:var(--match_detail_head_text);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:140px}.cricket-player-stats .stats-card .stats-card-header .stats-filters .stats-dropdown:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.cricket-player-stats .stats-card .stats-card-header .stats-filters .stats-dropdown:focus{outline:none;border-color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.2)}.cricket-player-stats .stats-card .stats-card-header .stats-filters .stats-dropdown option{background:#fff;color:#1f2937;padding:8px}.cricket-player-stats .stats-card .stats-card-body{padding:0}.cricket-player-stats .stats-table-wrapper{overflow-x:auto}.cricket-player-stats .stats-table-wrapper::-webkit-scrollbar{height:8px}.cricket-player-stats .stats-table-wrapper::-webkit-scrollbar-track{background:#f3f4f6}.cricket-player-stats .stats-table-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.cricket-player-stats .stats-table-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cricket-player-stats .stats-table{width:100%;border-collapse:collapse;font-size:14px}.cricket-player-stats .stats-table thead tr{background:#f9fafb;border-bottom:2px solid #e5e7eb}.cricket-player-stats .stats-table thead tr th{padding:14px 16px;text-align:left;font-weight:700;color:var(--section_text);font-size:13px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cricket-player-stats .stats-table thead tr th:first-child{padding-left:24px}.cricket-player-stats .stats-table thead tr th:last-child{padding-right:24px}.cricket-player-stats .stats-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.cricket-player-stats .stats-table tbody tr:hover{background-color:#f9fafb}.cricket-player-stats .stats-table tbody tr:last-child{border-bottom:none}.cricket-player-stats .stats-table tbody tr td{padding:16px;color:#4b5563;font-weight:500;white-space:nowrap}.cricket-player-stats .stats-table tbody tr td:first-child{padding-left:24px}.cricket-player-stats .stats-table tbody tr td:last-child{padding-right:24px}.cricket-player-stats .stats-table tbody tr td.format-cell{font-weight:700;color:var(--section_text);font-size:14px}.cricket-player-stats .stats-table tbody tr td.highlight-cell{font-weight:700;color:var(--section_text);background:rgba(102,126,234,.05)}.cricket-player-stats .no-data-message{text-align:center;padding:60px 20px;color:var(--section_text);font-size:18px;background:var(--section_bg);border-radius:var(--radius);border:2px dashed #e5e7eb}@media(max-width:768px){.cricket-player-stats{padding:16px}.cricket-player-stats .stats-card .stats-card-header{padding:16px 20px;flex-direction:column;align-items:flex-start}.cricket-player-stats .stats-card .stats-card-header .stats-title{font-size:18px}.cricket-player-stats .stats-card .stats-card-header .stats-filters{width:100%;flex-direction:column;gap:10px}.cricket-player-stats .stats-card .stats-card-header .stats-filters .filter-group{width:100%}.cricket-player-stats .stats-card .stats-card-header .stats-filters .filter-group .stats-dropdown{width:100%;min-width:auto}.cricket-player-stats .stats-table{font-size:13px}.cricket-player-stats .stats-table thead tr th{padding:12px 10px;font-size:11px}.cricket-player-stats .stats-table thead tr th:first-child{padding-left:16px}.cricket-player-stats .stats-table thead tr th:last-child{padding-right:16px}.cricket-player-stats .stats-table tbody tr td{padding:12px 10px;font-size:13px}.cricket-player-stats .stats-table tbody tr td:first-child{padding-left:16px}.cricket-player-stats .stats-table tbody tr td:last-child{padding-right:16px}.cricket-player-stats .stats-table tbody tr td.format-cell{font-size:13px}}@media(max-width:480px){.cricket-player-stats{padding:12px}.cricket-player-stats .stats-card .stats-card-header{padding:14px 16px}.cricket-player-stats .stats-card .stats-card-header .stats-title{font-size:16px}.cricket-player-stats .stats-table{font-size:12px}.cricket-player-stats .stats-table thead tr th{padding:10px 8px;font-size:10px}.cricket-player-stats .stats-table thead tr th:first-child{padding-left:12px}.cricket-player-stats .stats-table thead tr th:last-child{padding-right:12px}.cricket-player-stats .stats-table tbody tr td{padding:10px 8px;font-size:12px}.cricket-player-stats .stats-table tbody tr td:first-child{padding-left:12px}.cricket-player-stats .stats-table tbody tr td:last-child{padding-right:12px}}.squad_block:not(:last-child),.squad_block_hd{margin-bottom:15px}.squad_block_hd h2{font-weight:500;font-size:16px;line-height:1.25;color:var(--heading_color)}.global_table.ice_team_table .des-wrap{display:flex;align-items:center}.global_table.ice_team_table .flg_img{margin-right:8px}.global_table.ice_team_table .flg_img img{display:flex;align-items:center}.global_table.ice_team_table .des-text{display:block;white-space:nowrap;color:var(--section_text);overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%}.global_table.ice_team_table tr{text-align:left;width:20px}.global_table.ice_team_table tr td,.global_table.ice_team_table tr th{padding:15px 4px;vertical-align:middle}@media(min-width:768px){.global_table.ice_team_table tr td,.global_table.ice_team_table tr th{padding-left:10px;padding-right:10px;width:auto}}.global_table.ice_team_table tr td:nth-child(2),.global_table.ice_team_table tr th:nth-child(2){width:130px}.global_table.ice_team_table tr td{text-align:center}