.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}}.news_section .section_head{margin-bottom:20px;margin-left:0}.news_section .section_head h2{font-weight:600;font-size:16px;line-height:20px;text-transform:uppercase;text-align:left}.news_section .new_sec_post{padding:9px;background:var(--section_bg);color:var(--section_text);margin-bottom:25px}@media(min-width:768px){.news_section .new_sec_post{padding:20px 15px}.news_section .new_sec_post .load-more{padding-top:40px}}.news_section .new_sec_post .load-more .button{font-weight:400;font-size:14px;line-height:18px;text-align:center;text-transform:capitalize;color:var(--section_button_text);background:var(--section_button_bg);border-radius:40px}.news_section .new_sec_post .load-more .button:hover{color:var(--section_button_text_hover);background:var(--section_button_bg_hover)}.news_section .post_card.vertical_post{gap:9px;border-radius:var(--radius);flex-direction:row;background:var(--section_bg);padding:0;color:var(--section_text)}@media(min-width:768px){.news_section .post_card.vertical_post{flex-direction:column;gap:0}}.news_section .post_card.vertical_post .post_image{border-radius:var(--radius);width:100px;height:100px}@media(min-width:768px){.news_section .post_card.vertical_post .post_image{width:100%;height:200px;margin-bottom:10px}}.news_section .post_card.vertical_post .post_description{width:100%;display:flex;flex-direction:column;height:100%}.news_section .post_card.vertical_post .post_author{display:flex;justify-content:space-between;gap:10px;font-weight:500;font-size:12px;line-height:16px;margin-top:auto}@media(min-width:768px){.news_section .post_card.vertical_post .post_author{font-size:14px;font-weight:600;line-height:18px}}.news_section .post_card.vertical_post .post_author a{font-weight:500}@media(min-width:768px){.news_section .post_card.vertical_post .post_author a{font-weight:600}}.news_section .post_card.vertical_post .post_author span{font-size:12px;font-weight:500}@media(min-width:768px){.news_section .post_card.vertical_post .post_author span{font-size:14px;font-weight:600;line-height:18px}}.news_section .post_card.vertical_post .post_date:before{display:none}.news_section .post_card.vertical_post .post_title{font-weight:500;font-size:14px;margin-bottom:12px;line-height:18px}@media(min-width:768px){.news_section .post_card.vertical_post .post_title{font-weight:700;font-size:16px;line-height:22px;margin-bottom:10px}}.news_section .post_card.vertical_post .post_title a{-webkit-line-clamp:3}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.pagination-info{font-size:14px;color:#555}.pagination .button{padding:10px 20px;border:none;cursor:pointer}.pagination .disabled{background:var(--button_bg);color:var(--button_text);opacity:.5;cursor:not-allowed}.pagination .page-numbers{display:flex;gap:5px}@media(max-width:768px){.pagination{flex-direction:column}.pagination .button{padding:8px}}.auth-card{padding:30px;margin-bottom:30px;display:flex;position:relative;z-index:1;flex-direction:column;color:var(--section_text);border:4px solid var(--section_bg);border-radius:var(--radius)}@media(min-width:768px){.auth-card{flex-direction:row;margin-bottom:50px}}.auth-card:before{position:absolute;content:"";z-index:-1;left:0;top:0;background:var(--section_bg);opacity:.8}.auth-card .auth-img,.auth-card:before{width:100%;height:100%}@media(min-width:768px){.auth-card .auth-img{width:92px;height:92px;flex-shrink:0;margin:0 20px 0 -45px}}.auth-card .auth-img .avatar{height:100px;width:100px;margin:-50px auto 20px;border-radius:100%;border:4px solid var(--bg_color);box-shadow:0 14px 28px rgba(0,0,0,.05),0 10px 10px rgba(0,0,0,.04)}.auth-card .auth-img .avatar img{position:relative!important;height:100%;width:100%;border-radius:100%}@media(min-width:768px){.auth-card .auth-img .avatar{width:92px;height:92px;margin:0;position:absolute;top:50%;right:auto;bottom:auto;transform:translateY(-50%)}}.auth-card .auth-box{text-align:center;flex-grow:1}@media(min-width:768px){.auth-card .auth-box{text-align:left}}.auth-card .auth-box .auth-name{margin-bottom:15px}.auth-card .auth-box .auth-name a{font-weight:700;text-transform:uppercase;color:var(--section_text);opacity:.8}.auth-card .auth-box .auth-name a:hover{opacity:1}.auth-card .auth-box p{margin-bottom:16px}.auth-card .auth-box p:last-child{margin-bottom:0}.auth-card .auth-box .auth-info{color:var(--section_text_2);margin-bottom:16px}.auth-card .auth-box .auth-info:last-child{margin-bottom:0}.social-widget{margin-bottom:15px;display:flex;justify-content:space-between}.social-widget:last-child{margin-bottom:0}.social-widget .social_links{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px 15px}.social-widget .social_links .social_btn{text-decoration:none;display:inline-flex;justify-content:center;align-items:center;font-size:20px;line-height:22px;text-align:center;margin-right:5px;color:var(--icon_color)}.social-widget .social_links .social_btn:hover{color:var(--link_hover)}.blog{padding-top:40px;padding-bottom:40px}.blog-data .blog-badge{width:-moz-fit-content;width:fit-content;line-height:15px;font-size:10px;font-weight:600;border-bottom:1px solid var(--tag_bg)}.blog-data .blog-badge a{color:var(--tag_bg)}.blog-data .info h1,.blog-data .info h2{margin-bottom:14px}.blog-data .info .tag_lst{margin-bottom:18px}.blog-data .info .tag_lst .badge{margin-bottom:0}.blog_img{width:auto;width:100%;margin-bottom:20px;min-height:150px;position:relative;border-radius:var(--radius);overflow:hidden;max-height:300px}@media(min-width:576px){.blog_img{max-height:520px}}.blog_img:before{content:"";position:absolute;top:75%;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(0deg,#000,rgba(0,0,0,.917) 5.3%,rgba(0,0,0,.834) 10.6%,rgba(0,0,0,.753) 15.9%,rgba(0,0,0,.672) 21.3%,rgba(0,0,0,.591) 26.8%,rgba(0,0,0,.511) 32.5%,rgba(0,0,0,.433) 38.4%,rgba(0,0,0,.357) 44.5%,rgba(0,0,0,.283) 50.9%,rgba(0,0,0,.213) 57.7%,rgba(0,0,0,.147) 65%,rgba(0,0,0,.089) 72.9%,rgba(0,0,0,.042) 81.4%,rgba(0,0,0,.011) 90.6%,transparent)}.blog_img img{width:100%;height:100%;border-radius:var(--radius);position:relative!important}@media(min-width:992px){.blog_img{width:100%;margin-bottom:15px}}.blog_img .credits{position:absolute;bottom:0;left:0;width:100%;padding:15px 20px;color:var(--white);font-size:14px;margin:0;z-index:2;text-transform:capitalize}.blog-description{margin-bottom:20px}.blog-description a{text-decoration:none}.blog-description .info{font-size:16px;line-height:25px}@media(min-width:992px){.blog-description .info{font-size:17px;line-height:27px}}.blog-description .info p,.blog-description .info span,.blog-description .info strong{color:var(--base_text_color)!important}.blog-description .info p a,.blog-description .info span a,.blog-description .info strong a{color:var(--link)!important}.blog-description .info p>span{font-size:16px!important;line-height:25px!important}@media(min-width:992px){.blog-description .info p>span{line-height:27px!important;font-size:17px!important}}.blog-description .info h4{font-size:20px;font-weight:700;margin-top:39px;margin-bottom:39px}@media(min-width:992px){.blog-description .info p{font-size:17px;text-align:left}.blog-description .info h4{font-size:27px}}.blog-description+.social-widget{padding-top:15px;border-top:1px solid var(--section_divider)}.Blog_Post{margin-bottom:30px}.Blog_Post:last-child{margin-bottom:0}.blog_post_top{border-bottom:1px solid var(--section_divider);padding-bottom:15px;margin-bottom:15px}.blog_post_top .tag_lst{margin-bottom:10px}.blog_post_top .post_author{margin-bottom:15px}.blog_post_top .badge{margin-bottom:10px}.blogs_tags{padding-top:15px;padding-bottom:15px;margin-bottom:15px;border:solid var(--divider_color);border-width:1px 0}.relate_post_wrp{margin-bottom:40px}.relate_post_wrp:last-child{margin-bottom:0}.relate_post_wrp h2{margin-bottom:30px;text-transform:uppercase}.relate_post{display:grid;grid-gap:20px;gap:20px}@media(min-width:992px){.relate_post{grid-template-columns:1fr 1fr}}.strap_line{margin-bottom:20px}.theme_2 .blog{padding-top:0;padding-bottom:40px}.blog .blog_heading{font-size:26px;line-height:32px;margin-bottom:18px}@media(min-width:768px){.blog .blog_heading{font-weight:700;font-size:40px;line-height:50px;margin-bottom:22px}}@media(min-width:1280px){.blog .blog_heading{font-size:53px;line-height:55px}}.blog .blog_left{flex-grow:1}.theme_2 .blog .relate_post_wrp{margin-bottom:20px}@media(min-width:768px){.theme_2 .blog .relate_post_wrp{margin-bottom:40px}}.theme_2 .blog .relate_post_wrp h2{margin-bottom:35px;font-weight:700;font-size:30px;line-height:37px}.theme_2 .blog .relate_post_wrp .tag_lst{margin-bottom:14px}@media(min-width:768px){.theme_2 .blog .relate_post_wrp .tag_lst{margin-bottom:18px}}.theme_2 .blog .relate_post_wrp .post_title_big{font-size:24px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:768px){.theme_2 .blog .relate_post_wrp .post_title_big{font-size:26px;font-weight:700;margin-bottom:10px}}.theme_2 .blog .relate_post_wrp .text_wrp{font-size:17px;font-weight:400}.theme_2 .blog .relate_post_wrp .relate_post{gap:40px}.theme_2 .blog .relate_post_wrp .relate_post .post_image{width:100%}.theme_2 .blog .main_layout .tag_lst{gap:10px;margin-bottom:28px}.theme_2 .blog .main_layout .blog_post{margin-bottom:30px}.theme_2 .blog .main_layout .blog_post .blog_date_and_time{margin-bottom:18px;display:flex;flex-wrap:wrap;justify-content:space-between}@media(min-width:768px){.theme_2 .blog .main_layout .blog_post .blog_date_and_time{margin-bottom:40px}}.theme_2 .blog .main_layout .blog_post .blog_img{margin-bottom:16px}.theme_2 .blog .main_layout .blog_post .blog_img:before{display:none}.theme_2 .blog .main_layout .blog_post .strap_line{margin-bottom:25px}.theme_2 .blog .main_layout .blog_post .credits_line{font-weight:500;font-size:13px;line-height:22px;margin-bottom:30px}@media(min-width:768px){.theme_2 .blog .main_layout .blog_post .credits_line{margin-bottom:46px}}.business1_theme.dark_theme .social-widget{background:var(--business1_theme_color2)}@media(min-width:992px){.business1_theme .blog .breadcrumb{margin-bottom:42px}}.business1_theme .blog .blog_intro_head{position:relative}.business1_theme .blog .blog_intro_head:before{content:"";position:absolute;top:0;left:0;right:0;bottom:-100px;background:var(--section_bg);z-index:-1}@media(min-width:576px){.business1_theme .blog .blog_intro_head:before{bottom:-250px}}.business1_theme .blog .blog_top_heading{margin:auto;padding:50px 10px;text-align:center}@media(min-width:992px){.business1_theme .blog .blog_top_heading{padding:70px 10px;max-width:900px}}.business1_theme .blog .blog_top_heading h1{font-weight:700;font-size:24px;line-height:1.1666666667;color:var(--section_text)}@media(min-width:576px){.business1_theme .blog .blog_top_heading h1{font-size:32px;line-height:1.1875}}@media(min-width:992px){.business1_theme .blog .blog_top_heading h1{font-size:42px;line-height:1.1428571429}}@media(min-width:1200px){.business1_theme .blog .blog_top_heading h1{font-size:50px;line-height:1.16;margin-bottom:48px}}.business1_theme .blog .blog_top_heading h1:last-child{margin-bottom:0}.business1_theme .blog .blog_img{border-radius:0;margin-bottom:10px}@media(min-width:576px){.business1_theme .blog .blog_img{max-height:810px}}@media(min-width:768px){.business1_theme .blog .blog_img{margin-bottom:15px}}@media(min-width:992px){.business1_theme .blog .blog_img{margin-bottom:20px}}@media(min-width:1460px){.business1_theme .blog .blog_img{margin-bottom:42px}}.business1_theme .blog .blog_img img{border-radius:0}.business1_theme .blog .blog_img:before{display:none}.business1_theme .social-widget{display:inline-flex;background:var(--business1_theme_color1);position:relative}@media(min-width:768px){.business1_theme .social-widget{position:-webkit-sticky;position:sticky;top:100px;right:0;left:auto;margin-top:27px}}.business1_theme .social-widget .social_links{padding:10px 20px;display:flex;align-items:center;gap:30px;margin:auto}@media(min-width:768px){.business1_theme .social-widget .social_links{padding:15px;justify-content:center;flex-direction:column}}@media(min-width:992px){.business1_theme .social-widget .social_links{padding:27px 20px}}.business1_theme .social-widget .social_links a{color:var(--white);margin-right:0}.business1_theme .blog_inner_container{width:100%;margin-left:auto;margin-right:auto;padding-right:0}@media(min-width:768px){.business1_theme .blog_inner_container{padding-right:15px}}@media(min-width:992px){.business1_theme .blog_inner_container{max-width:700px}}@media(min-width:1200px){.business1_theme .blog_inner_container{padding-right:0;max-width:900px}}.business1_theme .blog{padding-top:0;padding-bottom:40px}.business1_theme .blog .strap_line{margin-bottom:15px}@media(min-width:768px){.business1_theme .blog .strap_line{margin-bottom:20px}}@media(min-width:992px){.business1_theme .blog .strap_line{margin-bottom:38px}}@media(min-width:1460px){.business1_theme .blog .strap_line{margin-bottom:48px}}.business1_theme .blog .strap_line h4{font-weight:600;font-size:18px;line-height:1.2222222222;text-transform:uppercase}@media(min-width:576px){.business1_theme .blog .strap_line h4{font-size:22px;line-height:1.2272727273}}@media(min-width:992px){.business1_theme .blog .strap_line h4{font-size:26px;line-height:1.1923076923}}@media(min-width:1200px){.business1_theme .blog .strap_line h4{font-size:30px;line-height:1.1666666667}}.business1_theme .blog .blog-description .info p{margin:0 0 10px!important;padding-bottom:0!important}@media(min-width:768px){.business1_theme .blog .blog-description .info p{margin:0 0 15px!important}}@media(min-width:992px){.business1_theme .blog .blog-description .info p{margin:0 0 20px!important}}@media(min-width:1460px){.business1_theme .blog .blog-description .info p{margin:0 0 30px!important}}.business1_theme .blog .blog-description .info img{margin:0 0 30px!important}@media(min-width:768px){.business1_theme .blog .blog_post{display:flex;align-items:flex-start;flex-direction:row-reverse}}.business2_theme .blog .breadcrumb{margin-bottom:25px}@media(min-width:768px){.business2_theme .blog .breadcrumb{margin-bottom:42px;font-weight:300;font-size:18px;line-height:2}}.business2_theme .blog .blog_heading{margin-bottom:25px}@media(min-width:992px){.business2_theme .blog .blog_heading{font-weight:600;font-size:30px;line-height:1.2;margin-bottom:42px}}.business2_theme .blog .social-widget{margin-bottom:30px}@media(min-width:992px){.business2_theme .blog .social-widget{margin-bottom:68px}}.business2_theme .blog .blog_img{border-radius:0;margin-bottom:10px}@media(min-width:768px){.business2_theme .blog .blog_img{margin-bottom:15px}}@media(min-width:992px){.business2_theme .blog .blog_img{margin-bottom:20px}}@media(min-width:1460px){.business2_theme .blog .blog_img{margin-bottom:42px}}.business2_theme .blog .blog_img img{border-radius:0}.business2_theme .blog .blog_img:before{display:none}.business3_theme .blog{padding:0}.business3_theme .blog .blog_heading h2{margin-bottom:20px;font-weight:700;font-size:28px;line-height:1.2142857143}@media(min-width:992px){.business3_theme .blog .blog_heading h2{font-weight:700;font-size:50px;line-height:1.32}}.business3_theme .blog .titlebreadcrumb_section{margin-bottom:0;min-height:300px;padding-bottom:100px}@media(min-width:768px){.business3_theme .blog .titlebreadcrumb_section{min-height:450px;padding-bottom:250px}}@media(min-width:992px){.business3_theme .blog .titlebreadcrumb_section{min-height:600px}}.business3_theme .container .blog_img{margin-top:-22%;margin-bottom:30px;border-radius:var(--radius) 0 var(--radius) 0}@media(min-width:992px){.business3_theme .container .blog_img{margin-bottom:60px}}@media(min-width:1200px){.business3_theme .container .blog_img{margin-top:-12%}}.business3_theme .container .blog_img:before{display:none}.business3_theme .container .blog_intro_head .social-widget{margin-bottom:30px}.business4_theme .blog{padding:0}.business4_theme .blog .blog_heading h2{margin-bottom:20px;font-weight:700;font-size:28px;line-height:1.2142857143}@media(min-width:992px){.business4_theme .blog .blog_heading h2{font-weight:700;font-size:50px;line-height:1.32}}.business4_theme .blog .titlebreadcrumb_section{margin-bottom:0;min-height:300px;padding-bottom:100px}@media(min-width:768px){.business4_theme .blog .titlebreadcrumb_section{min-height:450px;padding-bottom:250px}}@media(min-width:992px){.business4_theme .blog .titlebreadcrumb_section{min-height:600px}}.business4_theme .container .blog_img{margin-top:-22%;margin-bottom:30px;border-radius:var(--radius) 0 var(--radius) 0}@media(min-width:992px){.business4_theme .container .blog_img{margin-bottom:60px}}@media(min-width:1200px){.business4_theme .container .blog_img{margin-top:-12%}}.business4_theme .container .blog_img:before{display:none}.business4_theme .container .blog_intro_head .social-widget{margin-bottom:30px}.blog_sec{padding-bottom:35px}@media(min-width:992px){.blog_sec{padding-bottom:81px}}.blog_sec .blog_bg{position:relative;height:300px}@media(min-width:1200px){.blog_sec .blog_bg{height:400px}}.blog_sec .blog_bg img{width:100%;height:100%;position:absolute!important}.blog_sec .container .blog_post .blog_inner_container{width:100%;max-width:100%}.blog_sec .container .blog_banner{position:relative;margin-top:-150px;z-index:2;background:var(--white);color:var(--black);padding-top:50px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:44px;height:250px}@media(min-width:768px){.blog_sec .container .blog_banner{height:280px}}@media(min-width:1200px){.blog_sec .container .blog_banner{height:341px}}.blog_sec .container .blog_banner .banner_heading{max-width:300px}@media(min-width:768px){.blog_sec .container .blog_banner .banner_heading{max-width:430px}}@media(min-width:1280px){.blog_sec .container .blog_banner .banner_heading{max-width:674px}}.blog_sec .container .blog_banner .banner_heading h1{font-weight:700;text-align:center;text-transform:uppercase;margin-bottom:15px}@media(min-width:1280px){.blog_sec .container .blog_banner .banner_heading h1{font-size:50px;line-height:60px}}.blog_sec .container .blog-description{border-bottom:2px solid var(--section_divider)}.blog_sec .container .blogs_tags{display:flex;align-items:center;gap:15px;padding:0;margin-bottom:40px;border:none;text-transform:uppercase}.blog_sec .container .blogs_tags .tag_lst{text-transform:lowercase;gap:10px}.blog_sec .container .blogs_tags .tag_lst .badge{padding:4px 10px;font-weight:600}@media(min-width:992px){.blog_sec .container .blogs_tags .tag_lst .badge{font-size:16px;line-height:26px}}.blog_sec .container .author_category{display:flex;align-items:center;gap:10px}.blog_sec .container .author_category span{opacity:.8}.supersport .blog{padding-top:0;padding-bottom:40px}.supersport .blog .blog_heading h2{margin-bottom:20px;font-weight:700;font-size:28px;line-height:1.2142857143}@media(min-width:992px){.supersport .blog .blog_heading h2{font-weight:700;font-size:45px;line-height:1.3333333333}}.supersport .container .main_layout{background:var(--section_bg);color:var(--section_text);padding:15px;margin-bottom:25px}.supersport .container .main_layout .blog_post{margin-bottom:30px}.supersport .container .main_layout .blog_post .blog_date_and_time{margin-bottom:25px}.supersport .container .main_layout .blog_post .blog_date_and_time .post_author{display:flex;justify-content:space-between;gap:10px;font-weight:500;font-size:14px;line-height:18px;margin-top:auto;color:var(--link)}@media(min-width:768px){.supersport .container .main_layout .blog_post .blog_date_and_time .post_author{font-size:16px;font-weight:600;line-height:20px}}.supersport .container .main_layout .blog_post .blog_date_and_time .post_author a{font-weight:500}@media(min-width:768px){.supersport .container .main_layout .blog_post .blog_date_and_time .post_author a{font-weight:600}}.supersport .container .main_layout .blog_post .blog_date_and_time .post_author span{font-size:14px;font-weight:500}@media(min-width:768px){.supersport .container .main_layout .blog_post .blog_date_and_time .post_author span{font-size:16px;font-weight:600;line-height:20px}}.supersport .container .main_layout .blog_post .blog_date_and_time .post_date:before{content:""}.supersport .container .main_layout .blog_post .blog_img{margin-bottom:25px}@media(min-width:576px){.supersport .container .main_layout .blog_post .blog_img{max-height:550px}}.supersport .container .main_layout .blog_post .blog_img:before{display:none}.supersport .container .main_layout .blog_post .strap_line{margin-bottom:25px;font-weight:700;font-style:Italic;font-size:24px;line-height:30px;color:var(--section_heading_text)}.supersport .container .main_layout .blog_post .credits_line{font-weight:500;font-size:13px;line-height:22px;margin-bottom:30px}@media(min-width:768px){.supersport .container .main_layout .blog_post .credits_line{margin-bottom:46px}}.unpaidbanner_session{background:linear-gradient(180deg,rgba(15,15,28,0),rgba(15,15,28,.98) 28%,#0f0f1c);min-height:370px;padding-top:109px;padding-bottom:10px;display:flex;flex-direction:column;align-items:center;position:fixed;bottom:0;left:0;width:100%;z-index:1000;color:var(--white);gap:24px;text-align:center}.light_theme .unpaidbanner_session{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.98) 20%,#ffffff)}.unpaidbanner_session .inline_center{width:300px}@media(min-width:576px){.unpaidbanner_session .inline_center{width:530px}}@media(min-width:768px){.unpaidbanner_session .inline_center{width:580px}}@media(min-width:576px){.unpaidbanner_session{min-height:461px}}.unpaidbanner_session h2{margin:0 0 7px;font-size:22px;font-weight:600;line-height:27px;color:var(--white)}.light_theme .unpaidbanner_session h2{color:var(--black)}@media(min-width:576px){.unpaidbanner_session h2{font-size:30px;font-weight:700;line-height:35.55px}}.unpaidbanner_session h3{font-size:22px;font-weight:600;line-height:27px;margin:0 0 34px;color:var(--white)}.light_theme .unpaidbanner_session h3{color:var(--black)}@media(min-width:576px){.unpaidbanner_session h3{font-size:30px;font-weight:700;line-height:40px}}.unpaidbanner_session h3 span{opacity:.6}.unpaidbanner_session .price_color{opacity:1;color:var(--button_bg)}.unpaidbanner_session a{font-weight:700}.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}.live_center_layout .wrp-all:before{content:"";left:0;width:100%;top:0;height:100%;position:absolute;z-index:2;cursor:pointer}.live_center_layout .leg_row_basketball{position:relative;padding:10px;border-radius:var(--radius);overflow:hidden;background:var(--section_bg);color:var(--section_text);font-size:13px;line-height:1.4615384615}@media(min-width:768px){.live_center_layout .leg_row_basketball{font-size:14px;line-height:1.3571428571;padding:12px 10px}}@media(min-width:1200px){.live_center_layout .leg_row_basketball{padding-left:15px;padding-right:15px}}.live_center_layout .leg_row_basketball:not(:last-child){margin-bottom:12px}.live_center_layout .leg_row_basketball.live .status{background:var(--live_button);color:var(--live_button_text)}.live_center_layout .leg_row_basketball.live .match_info_top .time{color:var(--section_text_2);opacity:1}.live_center_layout .leg_row_basketball.live .game_score{color:var(--section_text)}@media(min-width:992px){.live_center_layout .leg_row_basketball.cricket_row{padding-left:15px;padding-right:15px}}.live_center_layout .leg_row_basketball.cricket_row .match_info_top .info,.live_center_layout .leg_row_basketball.cricket_row .match_info_top .time{font-size:12px;font-weight:400}.live_center_layout .leg_row_basketball.cricket_row .match_info_top.extra{margin-bottom:12px}.live_center_layout .leg_row_basketball.cricket_row .basketball_player,.live_center_layout .leg_row_basketball.cricket_row .game_score{gap:12px}.live_center_layout .leg_row_basketball.cricket_row .row_inner:not(:last-child){margin-bottom:12px}.live_center_layout .leg_row_basketball.cricket_row .bold{font-weight:600!important}.live_center_layout .leg_row_basketball.cricket_row .score_wrp{justify-content:flex-end}.live_center_layout .leg_row_basketball .bold{font-weight:700!important}.live_center_layout .leg_row_basketball .row_inner{display:flex;align-items:flex-end}.live_center_layout .leg_row_basketball .fav_wrp{margin-left:6px}@media(min-width:768px){.live_center_layout .leg_row_basketball .fav_wrp{margin-left:24px}}@media(min-width:1561px){.live_center_layout .leg_row_basketball .fav_wrp{margin-left:43px}}.live_center_layout .leg_row_basketball .fav_wrp:only-child{margin:0}.live_center_layout .leg_row_basketball .fav{flex-shrink:0;width:17px;display:inline-block;vertical-align:middle;cursor:pointer;position:relative;align-self:center;z-index:3;font-size:13px;color:var(--section_icon)}.live_center_layout .leg_row_basketball .fav.active{color:var(--section_icon_active);opacity:1}.live_center_layout .leg_row_basketball .match_info{overflow:hidden;flex-grow:1}.live_center_layout .leg_row_basketball .match_info_top{text-transform:capitalize;font-weight:600;font-size:10px;line-height:1.2;display:flex;align-items:center;gap:5px;margin-bottom:-18px}@media(min-width:768px){.live_center_layout .leg_row_basketball .match_info_top{margin-bottom:6px}}.live_center_layout .leg_row_basketball .match_info_top.extra{margin-bottom:12px}.live_center_layout .leg_row_basketball .match_info_top .info,.live_center_layout .leg_row_basketball .match_info_top .time{color:var(--section_text_2)}.live_center_layout .leg_row_basketball .match_info_top .info+.time:before,.live_center_layout .leg_row_basketball .match_info_top .time+.time:before{content:"|";display:inline-block;vertical-align:middle;margin-right:5px}.live_center_layout .leg_row_basketball .match_info_top .inf{font-weight:400;color:#8d8f90}.live_center_layout .leg_row_basketball .status{background:var(--ft_bg);color:var(--ft_text);padding:3px 7px;border-radius:calc(var(--radius)/1.5)}.live_center_layout .leg_row_basketball .basketball_player{display:flex;flex-direction:column;gap:12px}.live_center_layout .leg_row_basketball .basketball_player .player{display:flex;align-items:center;font-size:12px;line-height:1.1666666667;min-height:19px;overflow:hidden}@media(min-width:768px){.live_center_layout .leg_row_basketball .basketball_player .player{font-size:14px;line-height:1.2857142857}}.live_center_layout .leg_row_basketball .basketball_player .player .flag{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:5px;line-height:1px}.live_center_layout .leg_row_basketball .basketball_player .player .name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;display:block}.live_center_layout .leg_row_basketball .basketball_player .player .player_name{flex-grow:1;display:flex;overflow:hidden}.live_center_layout .leg_row_basketball .basketball_player .player .ball,.live_center_layout .leg_row_basketball .basketball_player .player .bat{margin-left:5px;flex-shrink:0;line-height:1px}.live_center_layout .leg_row_basketball .basketball_player .player .ball{width:14px}.live_center_layout .leg_row_basketball .set_score_wrp{display:inline-flex;flex-direction:column;gap:12px}.live_center_layout .leg_row_basketball .set_score{display:inline-flex;min-height:22px}.live_center_layout .leg_row_basketball .set_score .score{color:var(--section_text_2)}.live_center_layout .leg_row_basketball .score_wrp{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:12px;line-height:1.8333333333}@media(min-width:768px){.live_center_layout .leg_row_basketball .score_wrp{width:217px;font-size:14px;line-height:1.5714285714}}.live_center_layout .leg_row_basketball .score_wrp.ext{width:193px}@media(min-width:768px){.live_center_layout .leg_row_basketball .score_wrp.ext{width:240px}}.live_center_layout .leg_row_basketball .score_wrp .score{min-width:28px;text-align:right;padding-left:4px;padding-right:4px;font-size:12px;line-height:1.8333333333}@media(min-width:768px){.live_center_layout .leg_row_basketball .score_wrp .score{font-size:16px;line-height:1.375;min-width:37px}}.live_center_layout .leg_row_basketball .game_score{flex-shrink:0;min-width:30px;display:inline-flex;flex-direction:column;gap:12px}.live_center_layout .leg_row_basketball .game_score .score{color:var(--section_text);min-height:22px}.live_center_layout .leg_row_basketball .pirdection_inner{display:flex;flex-direction:column;gap:2px}@media(min-width:768px){.live_center_layout .leg_row_basketball .pirdection_inner{gap:0;flex-direction:row}}.live_center_layout .leg_row_basketball .pirdection_head_in{display:none;min-height:18px}@media(min-width:768px){.live_center_layout .leg_row_basketball .pirdection_head_in{display:flex}}.live_center_layout .leg_row_basketball .pirdection_head_in span{width:33.33%;text-align:center;display:block;font-size:12px;line-height:1.5}.live_center_layout .leg_row_basketball .prediction_wrp{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;position:relative;z-index:4;gap:2px;min-height:56px;margin-left:3px;width:24px;flex-shrink:0}@media(min-width:768px){.live_center_layout .leg_row_basketball .prediction_wrp{margin-left:12px}}.live_center_layout .leg_row_basketball .prediction_wrp>div{line-height:0}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn{display:inline-flex;align-items:center;font-weight:600;font-size:10px;line-height:1.5;padding:3px;color:#999;margin-right:4px;transition:all .25s linear;border-radius:4px;border:1px solid #eee;border-radius:1px;position:relative;width:38px}@media(min-width:360px){.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn{width:42px;padding:4px 6px}}@media(min-width:768px){.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn{flex-direction:column;text-align:center;justify-content:center;min-height:34px;border-radius:5px}}@media(min-width:1280px){.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn{margin-right:10px}}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn .btn{display:block}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn:last-child{margin-right:0}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn.green:before{font-family:icomoon,sans-serif;content:"";font-weight:400!important;position:absolute;right:1px;top:0;bottom:auto;color:#27ae60}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn.red:before{font-family:icomoon,sans-serif;content:"";font-weight:400!important;position:absolute;right:1px;bottom:0;color:#ee5151;font-size:11px}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn a span{color:#000}.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn span{display:block;margin-right:3px}@media(min-width:768px){.live_center_layout .leg_row_basketball .prediction_wrp .pre_btn span{margin:0 0 1px}}.live_center_layout .leg_row_basketball .prediction_wrp .icon_status{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:calc(var(--radius)/1.5);background:var(--loss_button);color:var(--loss_button_text);font-weight:600;font-size:11px;line-height:13px}@media(min-width:576px){.live_center_layout .leg_row_basketball .prediction_wrp .icon_status{width:22px;height:22px;font-size:13px;line-height:14px}}.live_center_layout .leg_row_basketball .prediction_wrp .icon_status.win{background:var(--win_button);color:var(--win_button_text)}.live_center_layout .leg_row_basketball .prediction_wrp .icon_status.draw{background:var(--draw_button);color:var(--draw_button_text)}.live_center_layout .leg_row_basketball .match_info_tft{padding:0 10px;font-size:12px;line-height:1.3333333333;position:relative;display:flex;justify-content:space-between;gap:6px 12px;z-index:1;color:var(--section_text);margin:10px -8px -8px}@media(min-width:768px){.live_center_layout .leg_row_basketball .match_info_tft{padding:0 12px;margin:10px -8px -10px}}@media(min-width:992px){.live_center_layout .leg_row_basketball .match_info_tft{margin-left:-13px;margin-right:-13px}}@media(min-width:1200px){.live_center_layout .leg_row_basketball .match_info_tft{padding-left:15px;padding-right:15px}}.live_center_layout .leg_row_basketball .match_info_tft:before{position:absolute;left:0;width:100%;top:0;height:100%;content:"";background:var(--even_row_bg);z-index:-1;border-radius:0 0 var(--radius) var(--radius)}.live_center_layout .leg_row_basketball .match_info_tft .lft,.live_center_layout .leg_row_basketball .match_info_tft .rgt{padding-top:5px;padding-bottom:5px}@media(min-width:768px){.live_center_layout .leg_row_basketball .match_info_tft .lft,.live_center_layout .leg_row_basketball .match_info_tft .rgt{padding-top:15px;padding-bottom:15px}}.live_center_layout .leg_row_basketball .match_info_tft .rgt{text-transform:capitalize;flex-grow:1;text-align:right}@media(max-width:767px){.live_center_layout .leg_row_basketball .match_info_tft .rgt{display:none}}.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}}.leg_box{border-radius:var(--radius);margin-bottom:20px}.leg_box:last-child{margin-bottom:0}.leg_head{display:flex;align-items:center;margin-bottom:12px}@media(min-width:992px){.leg_head{margin-bottom:15px}}.leg_head .des{display:flex;flex-direction:column}.leg_head .sb_inf{color:var(--section_text_2);font-size:12px;line-height:16px;font-weight:400}.leg_head .h1,.leg_head h1 .h2,.leg_head h2{font-weight:500;font-size:14px;line-height:1.2857142857;text-transform:capitalize;flex-grow:1;margin-bottom:0;display:flex;align-items:center;overflow:hidden;color:var(--heading_color)}@media(min-width:576px){.leg_head .h1,.leg_head h1 .h2,.leg_head h2{font-size:16px;line-height:1.25}}.leg_head .h1 a,.leg_head h1 .h2 a,.leg_head h2 a{display:inline-flex;vertical-align:top;align-items:center;color:inherit;overflow:hidden}.leg_head .h1 a:hover,.leg_head h1 .h2 a:hover,.leg_head h2 a:hover{text-decoration:underline}.leg_head .h1 .icon_flag,.leg_head h1 .h2 .icon_flag,.leg_head h2 .icon_flag{margin-right:10px;width:16px;height:16px;border-radius:50%;flex-shrink:0;display:block}@media(min-width:992px){.leg_head .h1 .icon_flag,.leg_head h1 .h2 .icon_flag,.leg_head h2 .icon_flag{width:22px;height:22px}}.leg_head .h1 .icon_flag img,.leg_head h1 .h2 .icon_flag img,.leg_head h2 .icon_flag img{width:100%;height:100%;object-fit:cover;border-radius:50%}.leg_head .h1 .name,.leg_head h1 .h2 .name,.leg_head h2 .name{flex-grow:1;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.leg_head .pirdection_head{flex-shrink:0;width:193px;margin-left:10px;display:none}@media(min-width:992px){.leg_head .pirdection_head{width:164px;display:block}}@media(min-width:1280px){.leg_head .pirdection_head{width:191px}}@media(min-width:1561px){.leg_head .pirdection_head{width:211px}}.leg_head .pirdection_head_in{display:flex}.leg_head .pirdection_head_in span{width:38px;text-align:center;margin:0 4px;display:block;font-size:12px;line-height:1.5}@media(min-width:1280px){.leg_head .pirdection_head_in span{margin:0 5px;width:42px}}.leg_row{background:var(--section_bg);color:var(--section_text);padding:10px;position:relative;font-size:14px;line-height:1.1428571429;border-radius:var(--radius);margin-bottom:10px}@media(min-width:768px){.leg_row{font-size:16px;line-height:1.125;padding:12px 15px;margin-bottom:15px}}.leg_row .leg_inf_inner{flex-grow:1;display:flex;align-items:center;padding-right:24px}@media(min-width:768px){.leg_row .leg_inf_inner{padding-right:34px}}.leg_row .leg_inf_inner.result_active{padding:0}.leg_row .leg_inf_inner .fav{position:absolute;top:50%;transform:translateY(-50%);right:10px;margin:0}@media(min-width:768px){.leg_row .leg_inf_inner .fav{right:20px}}.leg_row .leg_inf_inner .win-td{vertical-align:middle;width:30px;text-align:right;padding-left:0}@media(min-width:576px){.leg_row .leg_inf_inner .win-td{width:40px}}.leg_row .leg_inf_inner .icon_status{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:calc(var(--radius)/1.5);background:var(--loss_button);color:var(--loss_button_text);font-weight:600;font-size:11px;line-height:13px}@media(min-width:576px){.leg_row .leg_inf_inner .icon_status{width:22px;height:22px;font-size:13px;line-height:14px}}.leg_row .leg_inf_inner .icon_status.win{background:var(--win_button);color:var(--win_button_text)}.leg_row .leg_inf_inner .icon_status.draw{background:var(--draw_button);color:var(--draw_button_text)}.leg_row.rugby_leg_row .match_list_date_status .more_inf{color:#8064e6;font-weight:400}@media(min-width:576px){.leg_row.rugby_leg_row .match_list_date_status .more_inf{margin-right:8px}}.leg_row.rugby_leg_row .match_list_date_status .more_inf+.status_wrp .status{color:#333;font-weight:400}.leg_row .sts_tg{background:var(--ft_bg);color:var(--ft_text);text-align:center;border-radius:calc(var(--radius)/1.5);font-weight:600;padding:2px 7px;min-width:27px;gap:3px;display:inline-flex!important;align-items:center}.leg_row .sts_tg.red,.leg_row .sts_tg.redd{background:var(--live_button);color:var(--live_button_text)}.leg_row .sts_tg.ppd{background:var(--postponed_button);color:var(--postponed_button_text)}@media(min-width:992px){.result_additional .leg_row{padding-top:12px;padding-bottom:12px}}.leg_row .ds_2{padding-left:2px;padding-right:2px}.leg_row .tag_check{font-weight:600;font-size:10px;line-height:1.6;color:#fff;background:var(--brand_color);border-radius:3px;text-transform:uppercase;width:40px;text-align:center;display:none;margin-left:10px;flex-shrink:0}@media(min-width:768px){.leg_row .tag_check{display:inline-block;vertical-align:middle}}.leg_row .tag_check i{margin-left:3px;font-size:7px}.leg_row:first-child:before{display:none}.leg_row .status_wrp{display:flex;align-items:center;gap:5px;color:var(--section_text_2)}.leg_row .status_wrp .date+.status:before{content:"|";display:inline-block;vertical-align:middle;margin-right:5px}.leg_row .status{flex-shrink:0;margin-right:10px;width:35px;font-size:10px;line-height:1.4}@media(min-width:413px){.leg_row .status{width:40px}}.leg_row .leg_inf{flex-grow:1;padding:0 30px 0 0;position:relative;overflow:hidden}.leg_row .cl_team{display:flex;align-items:center;overflow:hidden;position:relative}.leg_row .cl_team:first-child{margin-bottom:12px}.leg_row .cl_team.active .team_name{font-weight:600}.leg_row .cl_team.snd_team{flex-direction:row}.leg_row .cl_team.snd_team .team_name{text-align:left}.leg_row .cl_team .team_name{font-size:14px;line-height:1.5714285714;white-space:nowrap;overflow:hidden;flex-grow:1;text-overflow:ellipsis}@media(min-width:576px){.leg_row .cl_team .team_name{display:flex;align-items:center}}.leg_row .cl_team .team_name .name{white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.leg_row .cl_team .flag{flex-shrink:0;margin-right:11px;display:flex;justify-content:center;align-items:center;line-height:15px;width:22px;min-height:22px;max-height:22px}.leg_row .cl_score{width:25px;text-align:center;padding:0 3px;font-size:14px;line-height:22px;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media(min-width:768px){.leg_row .cl_score{font-size:14px}}.leg_row .score{display:inline-flex;justify-content:center;align-items:center;width:100%;text-align:center;height:22px;color:var(--section_text)}.leg_row .score:not(:last-child){margin-bottom:12px}.leg_row .score.bold{font-weight:700}.leg_row .vs{color:#000;display:none}.leg_row .m_status{flex-shrink:0;margin-left:6px;width:40px;height:23px;text-align:center;cursor:pointer;position:relative;z-index:3;border-radius:12px;font-weight:600;font-size:14px;line-height:1.6428571429}@media(min-width:768px){.leg_row .m_status{margin-left:16px}}.leg_row .m_status.win{background:#28a745;color:#fff}.leg_row .m_status.draw{background:#8a8c93;color:#fff}.leg_row .m_status.loss{background:#ee5151;color:#fff}.leg_row .fav{flex-shrink:0;margin-left:6px;width:17px;display:inline-block;vertical-align:middle;cursor:pointer;position:relative;z-index:3;font-size:12px;color:var(--section_icon)}@media(min-width:413px){.leg_row .fav{margin-left:18px}}.leg_row .fav.active{opacity:1;color:var(--section_icon_active)}.leg_row .prediction{display:flex;align-items:center;position:relative;z-index:4;margin-left:3px}@media(min-width:413px){.leg_row .prediction{margin-left:12px}}@media(min-width:768px){.leg_row .prediction{margin-left:12px}}.leg_row .prediction .pre_btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;font-size:10px;line-height:1.5;padding:3px;text-align:center;color:#999;margin-right:4px;transition:all .25s linear;border-radius:5px;border:1px solid #eee;position:relative;min-height:34px;width:38px}@media(min-width:360px){.leg_row .prediction .pre_btn{width:42px;padding:4px 6px;border-radius:10px}}.leg_row .prediction .pre_btn .btn{display:block}.leg_row .prediction .pre_btn:last-child{margin-right:0}.leg_row .prediction .pre_btn.green:before{content:"";top:0;bottom:auto;color:#27ae60}.leg_row .prediction .pre_btn.green:before,.leg_row .prediction .pre_btn.red:before{font-family:icomoon,sans-serif;font-weight:400!important;position:absolute;right:1px}.leg_row .prediction .pre_btn.red:before{content:"";bottom:0;color:#ee5151;font-size:11px}.leg_row .prediction .pre_btn a span{color:#000}.leg_row .prediction .pre_btn span{display:block;margin-bottom:1px}.leg_row .match_list_date_status{display:flex;flex-direction:column;font-weight:500;font-size:10px;line-height:1.4;margin-bottom:12px}.leg_row .match_list_date_status .status_wrp{width:auto}.leg_row .match_list_date_status .status_wrp span{display:block}.leg_row .match_list_date_status .status_wrp .blink_circle{width:8px;height:8px;display:inline-block;vertical-align:middle;margin-right:5px;background:var(--green);border-radius:50%}.leg_row .match_list_date_status .live_sts{display:flex;align-items:center;gap:5px}.leg_row .match_list_date_status .date+.status{text-align:center}.leg_row .match_list_date_status .status{margin-right:0!important;width:auto}.wrp-all:before{content:"";left:0;width:100%;top:0;height:100%;position:absolute;z-index:2;cursor:pointer}.live_btn_link{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--section_icon_active);font-size:12px;line-height:1.25;border-radius:var(--radius) 0 0 var(--radius);min-width:80px}@media(max-width:767px){.live_btn_link{display:none}}.live_btn_link i{font-size:20px;line-height:21px;margin-bottom:2px}.live_btn_link.active{background:var(--tag_bg);color:var(--tag_text_color);font-weight:700}.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:#fff;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(--black)}.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:#000!important}.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:#333}.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:#333!important}.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}.dropdown_wrapper{display:flex;justify-content:flex-end;margin-bottom:20px}.dropdown_wrapper .dropdown_inner{position:relative}.dropdown_wrapper .dropdown_inner .selected{min-width:200px;max-width:320px;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:30px;font-size:16px;line-height:20px;padding:5px 10px;border:1px solid var(--button_bg_hover);border-radius:var(--radius);background-color:rgba(0,0,0,0);cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--button_text);gap:15px}.dropdown_wrapper .dropdown_inner .selected .selected_text{font-weight:700;font-size:12px;line-height:16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dropdown_wrapper .dropdown_inner .selected .selected_text .selected_league{font-weight:400}.dropdown_wrapper .dropdown_inner .arrow{color:var(--base_text_color);transition:transform .3s ease}.dropdown_wrapper .dropdown_inner .arrow.open{transform:rotate(180deg)}.dropdown_wrapper .dropdown_inner .options{position:absolute;width:100%;top:0;right:0;left:auto;margin-top:30px;z-index:3;overflow:hidden;border-radius:var(--radius);max-height:300px;overflow-y:auto;font-size:15px;line-height:19px}.dropdown_wrapper .dropdown_inner .options .option{padding:5px 10px;cursor:pointer;background:var(--section_bg);color:var(--section_text_2);border-radius:0}.dropdown_wrapper .dropdown_inner .options .option.selected,.dropdown_wrapper .dropdown_inner .options .option:hover{color:var(--section_button_text_hover);background:var(--section_button_bg_hover)}.leag_head2{border-radius:var(--radius);margin-bottom:15px;overflow:hidden}@media(min-width:992px){.leag_head2{margin-bottom:20px}}.leag_main_head{padding:10px 15px;color:var(--match_detail_head_text);position:relative;z-index:1}@media(min-width:992px){.leag_main_head{overflow:hidden;border:0;padding:20px}}.leag_main_head:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:var(--match_detail_head_bg);z-index:-1}.leag_main_head .up_head{display:flex;align-items:center;margin-bottom:8px}@media(min-width:992px){.leag_main_head .up_head{margin-bottom:26px}}.leag_main_head .up_head:last-child{margin-bottom:0}.leag_main_head .back_arrow{display:block}@media(min-width:992px){.leag_main_head .back_arrow{display:none}}.leag_main_head .back_arrow i{font-size:22px}.leag_main_head .up_wrap{display:flex;text-align:left;align-items:center;flex-grow:1}.leag_main_head .up_wrap .name{font-weight:600;font-size:12px;line-height:1.3333333333;color:var(--match_detail_head_text)}@media(min-width:768px){.leag_main_head .up_wrap .name{font-size:16px;line-height:1.3125}}@media(min-width:992px){.leag_main_head .up_wrap .name{font-size:16px;line-height:1.3125}}.leag_main_head .up_wrap .country_name{font-size:16px;line-height:1.3125}@media(min-width:992px){.leag_main_head .up_wrap .country_name{font-size:14px;line-height:1.3571428571}}.leag_main_head .up_wrap .country_name .fav_ico_wp{display:inline-block;vertical-align:middle}@media(min-width:992px){.leag_main_head .up_wrap .country_name .fav_ico_wp{display:none}}.leag_main_head .up_head .more{margin-left:30px}.leag_main_head .icon_flag{width:40px;height:40px;border-radius:50%;margin:0 10px 0 0;overflow:hidden}@media(min-width:768px){.leag_main_head .icon_flag{width:60px;height:60px;margin:0 16px 0 0}}.leag_main_head .icon_flag img{width:100%;height:100%;object-fit:cover}.leag_main_head .country_name{display:block}.leag_main_head .more{flex-shrink:0}.leag_main_head .fav_icon{color:var(--match_detail_head_icon);width:33px;height:33px;font-size:14px;display:flex;border-radius:50%;align-items:center;justify-content:center}.leag_main_head .fav_icon.active{color:var(--match_detail_head_icon_active)}.leag_main_head .up-bar{width:100%;position:relative;overflow:hidden;background:#e8e8e8;height:8px;border-radius:20px;margin-bottom:8px}@media(max-width:991px){.leag_main_head .up-bar{display:none}}.leag_main_head .bar-progress{background:#8064e6;position:absolute;top:0;left:0;bottom:0;width:20%;display:block;border-radius:20px}.leag_main_head .pro-date{display:flex;justify-content:space-between;align-items:center;font-size:12px;line-height:16px;color:var(--section_text_2)}@media(max-width:991px){.leag_main_head .pro-date{display:none}}.leag_main_head .info_wrap{display:flex;justify-content:space-between;flex-grow:1;flex-direction:column;gap:6px 10px}@media(min-width:768px){.leag_main_head .info_wrap{flex-direction:row}}.leag_main_head .info_wrap .a{margin-bottom:0}.leag_main_head .info_wrap .result_list{position:relative;justify-content:flex-start}@media(min-width:768px){.leag_main_head .info_wrap .result_list{padding-right:30px;justify-content:flex-end;flex-grow:1}.leag_main_head .info_wrap .result_list:before{content:"|";position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--match_detail_head_divider)}}.leag_main_head .venue_wrap{background:var(--section_bg);border-radius:8px;overflow:hidden;color:var(--section_text);font-size:14px;line-height:18px;font-weight:400;padding:11px 15px}.leag_main_head .venue_wrap .lb{font-size:12px;line-height:16px;color:var(--section_text_2);display:inline-block;margin-right:5px}.leag_main_head .venue_wrap ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.leag_main_head .venue_wrap ul li{flex-grow:1;margin-bottom:0;padding:0}.result_list{list-style:none;padding:0;display:flex;align-items:center;margin:0 -1px;justify-content:center}@media(min-width:576px){.result_list{margin:0 -3px}}.result_list li{width:17px;height:17px;flex-shrink:0;font-weight:600;font-size:11px;line-height:1.5454545455;text-align:center;color:var(--draw_button_text);background:var(--draw_button);margin:0 1px;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:calc(var(--radius)/1.5)}@media(min-width:768px){.result_list li{width:22px;height:22px;margin:0 3px;font-size:14px;line-height:1.5714285714}}.result_list li.clr_red{background:var(--loss_button);color:var(--loss_button_text)}.result_list li.clr_green{background:var(--win_button);color:var(--win_button_text)}.bottom_tr .item_list{width:100%;display:flex;gap:10px 20px;padding:15px;flex-wrap:wrap}@media(min-width:768px){.bottom_tr .item_list{gap:10px 60px;padding:15px}}.bottom_tr .item_list li{padding:5px;border-bottom:none}.bottom_tr .item_list li .symbol{color:var(--section_text_2);padding-right:18px;font-size:12px}.bottom_tr .item_list li .full-form{color:var(--section_text);font-weight:700;font-size:12px}.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}.ft_list_lineup{margin:0;padding:0}.ft_list_lineup li{list-style:none}.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)}.ft_lineup_columns:last-child{border-bottom:0}.ft_list_lineup{width:50%;font-size:14px;line-height:18px}.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;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):before{background:var(--section_even_row_bg);position:absolute;left:-999px;right:-999px;top:0;bottom:0;content:"";z-index:-1}.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;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media(min-width:768px){.ft_list_lineup .teams-name{gap:5px}}.ft_list_lineup .teams-name .team_name{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--section_text_2)}.ft_list_lineup .teams-name .team_name.active{font-weight:600;color:var(--section_text)}.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)}.info_block{margin-bottom:25px}.info_block .player_info_tbl th{text-align:left}.info_block .player_info_tbl td,.info_block .player_info_tbl th{padding:12px}@media(min-width:768px){.info_block .player_info_tbl td,.info_block .player_info_tbl th{padding:21px 15px}}.info_block .player_info_tbl td:first-child,.info_block .player_info_tbl th:first-child{width:150px;color:var(--section_text_2)}.live_center_layout .global_table.player_matches_tbl th{text-align:center}.live_center_layout .global_table.player_matches_tbl th:first-child,.live_center_layout .global_table.player_matches_tbl th:nth-child(2){text-align:left}.live_center_layout .global_table.player_matches_tbl td,.live_center_layout .global_table.player_matches_tbl th{padding:12px}@media(min-width:768px){.live_center_layout .global_table.player_matches_tbl td,.live_center_layout .global_table.player_matches_tbl th{padding:21px 15px}}.live_center_layout .global_table.player_matches_tbl td:first-child,.live_center_layout .global_table.player_matches_tbl th:first-child{width:150px}.live_center_layout .global_table.player_matches_tbl .result{display:inline-flex;justify-content:center;gap:10px;min-width:70px}.icon_status{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:calc(var(--radius)/1.5);background:var(--loss_button);color:var(--loss_button_text);font-weight:600;font-size:11px;line-height:13px}@media(min-width:576px){.icon_status{width:22px;height:22px;font-size:13px;line-height:14px}}.icon_status.win{background:var(--win_button);color:var(--win_button_text)}.icon_status.draw{background:var(--draw_button);color:var(--draw_button_text)}.player_performance{margin-bottom:60px}@media(min-width:768px){.player_performance{margin-bottom:160px}}.player_performance h2{font-weight:500;font-size:16px;line-height:21px;margin-bottom:25px}.player_performance h3{font-weight:400;font-size:14px;line-height:18px;margin-bottom:20px}.player_performance h3 strong{font-weight:700}.player_performance .round_box{background:var(--section_bg);color:var(--section_text);padding:20px 15px;margin-bottom:25px}.player_performance .round_head{font-weight:400;font-size:14px;line-height:18px;position:relative;display:flex;align-items:center;width:100%;color:var(--section_heading_text2);justify-content:space-between;padding-bottom:20px;margin-bottom:21px}.player_performance .round_head:before{content:"";height:1px;background:var(--section_divider);position:absolute;bottom:0;left:0;right:0}@media(min-width:992px){.player_performance .round_head:before{left:-99px;right:-99px}}.player_performance .round_head .round_head_ul{display:flex;gap:10px;width:120px;justify-content:space-between}@media(min-width:768px){.player_performance .round_head .round_head_ul{width:195px}}.player_performance .round_head .round_head_ul li{display:flex;gap:5px;font-weight:400;font-size:14px;line-height:18px}.player_performance .round_body{background:var(--section_even_row_bg);padding:13px 15px;display:flex;justify-content:space-between;border-radius:var(--radius);margin-bottom:20px;font-size:12px;gap:10px}.player_performance .round_body strong{font-weight:700;margin-left:5px}.player_performance .round_body .rbody_rgt{display:flex;gap:15px;align-items:center}.player_performance .round_body .rbody_rgt .bold{font-weight:700}.player_performance .round_foot_ul{display:flex;width:100%;flex-wrap:wrap;gap:20px}@media(min-width:576px){.player_performance .round_foot_ul{gap:10px;justify-content:space-between}}.player_performance .round_foot_ul li{font-weight:300;font-size:12px;line-height:16px}.player_performance .round_foot_ul li strong{font-weight:700}.player_performance ul{list-style:none;margin:0;padding:0}.player_performance ul li{text-decoration:none}.player_transfer_history{margin-bottom:40px}.player_transfer_history h2{font-weight:500;font-size:14px;line-height:20px;margin-bottom:20px}.league_block{margin-bottom:25px}.league_block .inner_tab ul li span{padding:6px 11px;border-radius:var(--radius);display:block;border:1px solid var(--button_bg);background:var(--button_bg);color:var(--button_text);transition:all .25s linear;cursor:pointer}@media(min-width:768px){.league_block .inner_tab ul li span{padding-left:15px;padding-right:15px}}.league_block .inner_tab ul li span:hover,.league_block .inner_tab ul li.active span{background:var(--button_bg_hover);border-color:var(--button_bg_hover);color:var(--button_text_hover)}@media(min-width:576px){.league_block .leg_main{display:flex;justify-content:space-between;gap:20;flex-wrap:wrap;align-items:center}}.global_table.offense_tbl td,.global_table.offense_tbl th{padding:10px!important;width:150px}@media(min-width:768px){.global_table.offense_tbl td,.global_table.offense_tbl th{padding:10px 12px!important}}.global_table.offense_tbl td:first-child,.global_table.offense_tbl th:first-child{text-align:center;width:40px}.global_table.offense_tbl td:nth-child(2),.global_table.offense_tbl th:nth-child(2){text-align:left;font-weight:500}.global_table.offense_tbl td .team_name,.global_table.offense_tbl th .team_name{color:var(--section_text)}.global_table.offense_tbl th img{height:15px;width:auto}.global_table.goals_tbl td,.global_table.goals_tbl th{padding:10px!important;width:80px}@media(min-width:768px){.global_table.goals_tbl td,.global_table.goals_tbl th{padding:10px 12px!important}}.global_table.goals_tbl td:first-child,.global_table.goals_tbl th:first-child{text-align:center;width:40px}.global_table.goals_tbl td:nth-child(2),.global_table.goals_tbl th:nth-child(2){text-align:left;width:auto;font-weight:500}.global_table.goals_tbl td .bold,.global_table.goals_tbl th .bold{font-weight:500}.global_table.goals_tbl td .txt_red,.global_table.goals_tbl th .txt_red{color:var(--brand_color)}.global_table.goals_tbl td .team_name,.global_table.goals_tbl th .team_name{color:var(--section_text)}.global_table.goals_tbl .btn{display:block;width:calc(100% - 30px);color:var(--match_detail_head_text);margin:0 auto 15px;background:var(--match_detail_head_bg)}.league_block .inner_tab,.player_stats .inner_tab{display:flex;justify-content:flex-end}.sub_heading{font-size:14px;line-height:21px;font-weight:600;display:block;margin-bottom:10px}.live_center_layout .summary_table_wrp{display:flex;justify-content:center;border-radius:var(--radius);background:var(--section_bg);padding:21px 0 0;margin-bottom:15px}@media(min-width:768px){.live_center_layout .summary_table_wrp{padding:29px 0 0}}.live_center_layout .summary_table_wrp tbody{display:block}.live_center_layout .summary_table_wrp .global_table{width:100%;border:0;box-shadow:none}.live_center_layout .summary_table_wrp .global_table table{display:block}.live_center_layout .summary_table_wrp .global_table table tr{display:flex;align-items:center;border:0;position:relative;z-index:1;padding-left:10px;padding-right:10px}@media(min-width:576px){.live_center_layout .summary_table_wrp .global_table table tr{padding-left:16px;padding-right:16px}}.live_center_layout .summary_table_wrp .global_table table tr:nth-child(odd){background:var(--section_even_row_bg)}.live_center_layout .summary_table_wrp .global_table table tr:nth-child(2n) td:before,.live_center_layout .summary_table_wrp .global_table table tr:nth-child(odd) td:before{display:none}.live_center_layout .summary_table_wrp .global_table table tr:last-child:before{height:50%}.live_center_layout .summary_table_wrp .global_table table tr:first-child:before{height:100%;top:0}.live_center_layout .summary_table_wrp .global_table table tr:before{position:absolute;content:"";left:50%;width:1px;background:var(--section_divider);top:0;height:100%;margin-left:14px;z-index:-1}.live_center_layout .summary_table_wrp .global_table table tr:after{position:absolute;content:"";left:50%;width:10px;height:10px;background:var(--section_icon);top:50%;transform:translate(-50%,-50%);margin-left:14px;z-index:-1;border-radius:50%}.live_center_layout .summary_table_wrp .global_table table tr td{border:0;padding-left:5px;padding-right:5px}.live_center_layout .summary_table_wrp .global_table table tr td:first-child{width:30px;padding-left:0;padding-right:0}.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(2){width:calc(50% - 35px);padding-top:8px;padding-bottom:8px}.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(3){width:40px}@media(min-width:768px){.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(3){width:44px}}.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(4){width:calc(50% - 35px);padding-top:8px;padding-bottom:8px}.live_center_layout .global_table.summary_table{overflow:visible;position:relative;padding-top:28px;z-index:1;background:rgba(0,0,0,0)}.live_center_layout .global_table.summary_table:before{position:absolute;content:"";left:50%;width:1px;background:var(--section_divider);top:0;height:30px;margin-left:14px;z-index:-1}.live_center_layout .global_table.summary_table:after{position:absolute;content:"";left:50%;width:10px;height:10px;background:var(--section_icon);top:4px;transform:translate(-50%,-50%);margin-left:14px;z-index:-1;border-radius:50%}.live_center_layout .global_table.summary_table table{width:100%;table-layout:fixed;font-size:14px;line-height:18px}.live_center_layout .global_table.summary_table table td{padding:9px;font-weight:400;text-align:left}@media(min-width:768px){.live_center_layout .global_table.summary_table table td{padding:19px 9px}}.live_center_layout .global_table.summary_table table td:nth-child(2){text-align:right}.live_center_layout .global_table.summary_table table td:nth-child(2) .teams_wrap{flex-direction:row}.live_center_layout .global_table.summary_table table td:nth-child(3){text-align:center;padding:9px 0}.live_center_layout .global_table.summary_table table td .active{font-weight:600}.live_center_layout .global_table.summary_table table tr .badge{font-weight:600;font-size:10px;line-height:1.2;padding:3px 6px;margin:0;border-radius:0}@media(min-width:768px){.live_center_layout .global_table.summary_table table tr .badge{font-size:13px;line-height:1.2307692308}}.live_center_layout .global_table.summary_table table tr.active_row{background:rgba(228,228,228,.2)}.live_center_layout .global_table.summary_table table tr.active_row td:nth-child(3){font-size:18px;line-height:22px}.live_center_layout .global_table.summary_table table tr:last-child td{border-bottom:0}.live_center_layout .global_table.summary_table .brand_color{font-size:12px;line-height:1.25}@media(min-width:768px){.live_center_layout .global_table.summary_table .brand_color{font-size:14px;line-height:1.2857142857}}.live_center_layout .global_table.summary_table .teams_wrap{display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;gap:6px}.live_center_layout .global_table.summary_table .teams-logo{display:flex;align-items:center;flex-shrink:0;min-height:15px}@media(min-width:768px){.live_center_layout .global_table.summary_table .teams-logo{min-height:18px}}.live_center_layout .global_table.summary_table .teams-logo span{line-height:0}.live_center_layout .global_table.summary_table .teams-logo .football-bg{background-color:#fff!important;border-radius:50%!important}.live_center_layout .global_table.summary_table .teams-name{display:flex;flex-direction:column;width:100%;overflow:hidden}.live_center_layout .global_table.summary_table .teams-name .team_name{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--section_text_2);font-size:10px;line-height:1.5}@media(min-width:768px){.live_center_layout .global_table.summary_table .teams-name .team_name{font-size:12px;line-height:1.25;margin-top:1px}}.live_center_layout .global_table.summary_table .teams-name .team_name .active{font-size:13px;line-height:1.2307692308;color:var(--section_text)}@media(min-width:768px){.live_center_layout .global_table.summary_table .teams-name .team_name .active{font-size:14px;line-height:1.2142857143}}.tv_block{margin-bottom:15px}.global_table.tv_tbl td,.global_table.tv_tbl th{padding:10px!important}@media(min-width:768px){.global_table.tv_tbl td,.global_table.tv_tbl th{padding:10px 12px!important}}.global_table.tv_tbl td:last-child,.global_table.tv_tbl th:last-child{width:150px;text-align:end!important}.global_table.tv_tbl td .team_name,.global_table.tv_tbl th .team_name{color:var(--heading_color)}.matchVenue_block{margin-bottom:15px}.global_table.matchVenue_tbl td,.global_table.matchVenue_tbl th{padding:10px!important}@media(min-width:768px){.global_table.matchVenue_tbl td,.global_table.matchVenue_tbl th{padding:10px 12px!important}}.global_table.matchVenue_tbl td:first-child,.global_table.matchVenue_tbl th:first-child{width:150px;color:var(--section_text_2)}.global_table.matchVenue_tbl td:last-child,.global_table.matchVenue_tbl th:last-child{font-weight:500}.detail_news{background:var(--section_bg);border-radius:var(--radius);padding:15px}.detail_news .three_columns{gap:20px 15px}.detail_news .vertical_post{margin-bottom:0}.detail_news .vertical_post.post_card .post_image{height:148px;width:100%}.detail_news .vertical_post.post_card .post_description{width:100%}.detail_news .vertical_post.post_card .post_title{margin-bottom:13px;white-space:nowrap;text-decoration:none;transition:all .25s linear;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--section_heading_text)}.detail_news .vertical_post.post_card .author_date{display:flex;justify-content:space-between;font-size:12px;font-weight:400;color:var(--section_text_2)}.detail_news .vertical_post.post_card .post_author{font-size:12px;font-weight:400;margin-bottom:0}.detail_news .vertical_post.post_card .post_author strong,.live_center_layout .global_table{text-transform:capitalize}.live_center_layout .global_table.cr_macth_info tr td,.live_center_layout .global_table.cr_macth_info tr th{padding:21px 15px}.live_center_layout .global_table.cr_macth_info tr td:first-child,.live_center_layout .global_table.cr_macth_info tr th:first-child{white-space:nowrap}.live_center_layout .global_table.cr_macth_info tr td{font-weight:600}.live_center_layout .global_table.cr_macth_info tr td:first-child{font-size:14px;font-weight:400;color:var(--section_text_2)}.live_center_layout .cr_tab_btns,.live_center_layout .live_inf_sts{margin:0;padding:0}.live_center_layout .cr_tab_btns li,.live_center_layout .live_inf_sts li{list-style:none}.live_center_layout .global_table.cr_macth_scorecard{text-transform:capitalize}.live_center_layout .global_table.cr_macth_scorecard.live_sts td,.live_center_layout .global_table.cr_macth_scorecard.live_sts th{padding:19px 15px;width:60px}.live_center_layout .global_table.cr_macth_scorecard.live_sts td:first-child,.live_center_layout .global_table.cr_macth_scorecard.live_sts th:first-child{width:auto}.live_center_layout .global_table.cr_macth_scorecard.live_sts:not(:last-child){margin-bottom:5px}.live_center_layout .global_table.cr_macth_scorecard.fall_of_wickets td:first-child{color:var(--section_text_2);text-align:left}.live_center_layout .global_table.cr_macth_scorecard.fall_of_wickets td:nth-child(2){text-align:left;text-transform:none}.live_center_layout .global_table.cr_macth_scorecard tr td,.live_center_layout .global_table.cr_macth_scorecard tr th{vertical-align:middle;padding:13px 15px}.live_center_layout .global_table.cr_macth_scorecard tr td:first-child,.live_center_layout .global_table.cr_macth_scorecard tr th:first-child{white-space:nowrap}.live_center_layout .global_table.cr_macth_scorecard tr td:nth-child(2),.live_center_layout .global_table.cr_macth_scorecard tr th:nth-child(2){text-align:center}.live_center_layout .global_table.cr_macth_scorecard tr th{padding:21px 15px}.live_center_layout .global_table.cr_macth_scorecard tr.not_out td{font-weight:700}.live_center_layout .global_table.cr_macth_scorecard tr.not_out td .name{color:var(--section_text_2);font-weight:700}.live_center_layout .global_table.cr_macth_scorecard tbody:not(:last-child){border-bottom:1px solid var(--section_divider)}.live_center_layout .global_table.cr_macth_scorecard th .cr_tab_btns{margin-bottom:0}@media(min-width:768px){.live_center_layout .global_table.cr_macth_scorecard .bastman_td{gap:6px}}.live_center_layout .global_table.cr_macth_scorecard .bastman_td .name{min-width:175px}.live_center_layout .global_table.cr_macth_scorecard .bat_ico{margin-left:3px;line-height:0}.live_center_layout .global_table.cr_macth_scorecard .name{display:flex;align-items:center}.live_center_layout .global_table .name{font-size:14px;line-height:1.2142857143}.live_center_layout .global_table .bow_inf{font-weight:400;font-size:12px;line-height:1.5;color:var(--section_text_2)}.live_center_layout .toal_plyer_cr{display:flex;gap:10px;font-size:14px;line-height:1.2142857143;justify-content:space-around;color:var(--heading_color);margin-bottom:15px}@media(min-width:768px){.live_center_layout .toal_plyer_cr{justify-content:flex-start;gap:10px 40px}}.live_center_layout .cr_tab_btns{display:flex;flex-wrap:wrap;gap:6px 7px;font-weight:500;font-size:12px;line-height:1.3333333333;margin-bottom:15px}@media(min-width:768px){.live_center_layout .cr_tab_btns{gap:6px 10px}}.live_center_layout .cr_tab_btns li .cr_tab_btn{padding:6px 11px;border-radius:var(--radius);display:block;background:var(--button_bg);color:var(--button_text);cursor:pointer;transition:all .25s linear}@media(min-width:768px){.live_center_layout .cr_tab_btns li .cr_tab_btn{padding-left:15px;padding-right:15px}}.live_center_layout .cr_tab_btns li .cr_tab_btn.active,.live_center_layout .cr_tab_btns li .cr_tab_btn:hover{background:var(--button_bg_hover);color:var(--button_text_hover)}.live_center_layout .live_inf_sts{display:flex;color:var(--section_text_2);border:1px solid var(--section_even_row_bg);background:var(--section_even_row_bg);padding:16px}.live_center_layout .live_inf_sts li+li:before{content:"";width:4px;height:4px;display:inline-block;vertical-align:middle;margin:0 10px;border-radius:50%;background:var(--heading_color)}.live_center_layout .global_table.cr_macth_fall_wickets{font-size:12px;line-height:1.3333333333}.live_center_layout .global_table.cr_macth_fall_wickets thead th{background:var(--highliged_bg);text-align:center!important}.live_center_layout .global_table.cr_macth_fall_wickets tr td,.live_center_layout .global_table.cr_macth_fall_wickets tr th{padding-left:10px;padding-right:10px}@media(min-width:576px){.live_center_layout .global_table.cr_macth_fall_wickets tr td,.live_center_layout .global_table.cr_macth_fall_wickets tr th{padding-left:15px;padding-right:15px}}.live_center_layout .global_table.cr_macth_fall_wickets tr td:first-child,.live_center_layout .global_table.cr_macth_fall_wickets tr th:first-child{width:73px}.live_center_layout .global_table.cr_macth_fall_wickets tr td:nth-child(2),.live_center_layout .global_table.cr_macth_fall_wickets tr th:nth-child(2){text-align:center;width:150px}.live_center_layout .global_table.cr_macth_fall_wickets tr td:nth-child(3),.live_center_layout .global_table.cr_macth_fall_wickets tr th:nth-child(3){white-space:nowrap}.live_center_layout .global_table.cr_macth_fall_wickets tr td:last-child,.live_center_layout .global_table.cr_macth_fall_wickets tr th:last-child{width:73px;text-align:right}.live_center_layout .global_table.cr_macth_fall_wickets tr td{text-align:left}.live_center_layout .global_table .name{display:block;white-space:nowrap;text-overflow:ellipsis}.live_center_layout .global_table .bolar_team{display:flex;align-items:center}.live_center_layout .global_table .bolar_team .ico_flag{margin-right:8px;flex-shrink:0;width:22px;line-height:0}.live_center_layout .lineupbox{border:1px solid var(--light_border_color);padding:0 10px;overflow:hidden;border-radius:var(--radius)}@media(min-width:413px){.live_center_layout .lineupbox{padding:0 14px}}.live_center_layout .lineupbox:not(:last-child){margin-bottom:10px}.live_center_layout .lineupbox .global_table{margin-left:-10px;margin-right:-10px;border:0;border-radius:0}@media(min-width:413px){.live_center_layout .lineupbox .global_table{margin-left:-14px;margin-right:-14px}}.live_center_layout .global_table.player_lineup td,.live_center_layout .global_table.player_lineup th{width:24px;padding:4px}@media(min-width:413px){.live_center_layout .global_table.player_lineup td,.live_center_layout .global_table.player_lineup th{width:34px}}@media(min-width:576px){.live_center_layout .global_table.player_lineup td,.live_center_layout .global_table.player_lineup th{width:50px;padding:15px 6px}}.live_center_layout .global_table.player_lineup td:first-child,.live_center_layout .global_table.player_lineup th:first-child{width:auto;text-align:left;padding-left:10px}@media(min-width:413px){.live_center_layout .global_table.player_lineup td:first-child,.live_center_layout .global_table.player_lineup th:first-child{padding-left:14px}}.live_center_layout .global_table.player_lineup td:nth-child(2),.live_center_layout .global_table.player_lineup th:nth-child(2){text-align:center}.live_center_layout .global_table.player_lineup td:last-child,.live_center_layout .global_table.player_lineup th:last-child{padding-right:10px}@media(min-width:413px){.live_center_layout .global_table.player_lineup td:last-child,.live_center_layout .global_table.player_lineup th:last-child{padding-right:14px}}.live_center_layout .global_table.player_lineup td{vertical-align:middle}.live_center_layout .global_table.player_lineup .standing-title{margin-left:-19px}@media(min-width:576px){.live_center_layout .global_table.player_lineup .standing-title{margin-left:-32px}}@media(min-width:1200px){.live_center_layout .global_table.player_lineup .standing-title{margin-left:-39px}}@media(min-width:1561px){.live_center_layout .global_table.player_lineup .standing-title{margin-left:-37px}}.live_center_layout .global_table.team_lineup td,.live_center_layout .global_table.team_lineup th{width:24px;padding:4px;text-align:left}@media(min-width:413px){.live_center_layout .global_table.team_lineup td,.live_center_layout .global_table.team_lineup th{width:34px}}@media(min-width:576px){.live_center_layout .global_table.team_lineup td,.live_center_layout .global_table.team_lineup th{width:50px;padding:15px 6px}}.live_center_layout .global_table.team_lineup td:first-child,.live_center_layout .global_table.team_lineup th:first-child{width:50px;text-align:center;padding-left:10px}@media(min-width:413px){.live_center_layout .global_table.team_lineup td:first-child,.live_center_layout .global_table.team_lineup th:first-child{padding-left:14px}}.live_center_layout .global_table.team_lineup td:nth-child(3),.live_center_layout .global_table.team_lineup th:nth-child(3){width:auto;text-align:center}.live_center_layout .global_table.team_lineup td:last-child,.live_center_layout .global_table.team_lineup th:last-child{padding-right:10px;width:80px}@media(min-width:413px){.live_center_layout .global_table.team_lineup td:last-child,.live_center_layout .global_table.team_lineup th:last-child{padding-right:14px}}.live_center_layout .global_table.team_lineup th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.team_lineup td{vertical-align:middle}.live_center_layout .global_table.team_lineup .count_num{color:var(--brand_color);font-weight:700}.live_center_layout .global_table .players_inf{display:flex;align-items:center}.live_center_layout .global_table .players_inf .avtar{flex-shrink:0;width:26px}.live_center_layout .global_table .players_inf .avtar:not(:last-child){margin-right:10px}.live_center_layout .global_table .players_inf .avtar_inf{flex-grow:1}.live_center_layout .global_table .players_inf .avtar_inf .name{display:block;font-weight:700;font-size:14px;line-height:1.4285714286}.live_center_layout .global_table .players_inf .avtar_inf .name.small{font-weight:400;font-size:12px;line-height:1.6666666667}.live_center_layout .global_table .players_inf .avtar_inf .inf{display:block;color:#707070;font-size:12px;line-height:1.3333333333}.live_center_layout .global_table .players_inf .avtar_inf .inf .count{margin-right:6px;font-weight:700;color:#8064e6}.live_center_layout .global_table.player_tranfer td,.live_center_layout .global_table.player_tranfer th{font-weight:400;font-size:14px;line-height:18px;padding:21px 15px}.live_center_layout .global_table.player_tranfer td:first-child,.live_center_layout .global_table.player_tranfer th:first-child{width:auto;text-align:left}.live_center_layout .global_table.player_tranfer td:last-child,.live_center_layout .global_table.player_tranfer th:last-child{text-align:right}.live_center_layout .global_table.player_tranfer .current td{font-weight:600;background:var(--section_row_highlight)}.player_basket_point{border:1px solid #e4e4e4;padding:12px 8px;background:#fff;border-radius:15px;display:flex;justify-content:space-between}@media(min-width:413px){.player_basket_point{padding:12px 14px}}.player_basket_point:not(:last-child){margin-bottom:10px}.player_basket_point .players_inf{display:flex;align-items:center;max-width:calc(50% - 5px)}.player_basket_point .players_inf+.players_inf{flex-direction:row-reverse;text-align:right}.player_basket_point .players_inf+.players_inf .avtar{margin:0 0 0 5px}@media(min-width:360px){.player_basket_point .players_inf+.players_inf .avtar{margin:0 0 0 10px}}.player_basket_point .players_inf .avtar{flex-shrink:0;width:40px;margin-right:5px}@media(min-width:360px){.player_basket_point .players_inf .avtar{margin-right:10px}}.player_basket_point .players_inf .avtar_inf{flex-grow:1;overflow:hidden}.player_basket_point .players_inf .avtar_inf .points{display:block;font-weight:400;font-size:16px;line-height:1.25}.player_basket_point .players_inf .avtar_inf .points .count{font-weight:700;color:#000}.player_basket_point .players_inf .avtar_inf .name{display:block;color:#707070;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;font-weight:300;font-size:12px;line-height:1.3333333333}.quarter-round_wrp:not(:last-child){margin-bottom:10px}.quarter-round{border:1px solid #e4e4e4;border-radius:10px;background:#fff}.quarter-round:not(:last-child){margin-bottom:5px}.quarter-round.show .quarter-round_opener:before{transform:translateY(-50%) rotate(-180deg)}.quarter-round.show .quarter-round_body{max-height:999px}.quarter-round .quarter-round_opener{display:flex;align-items:center;position:relative;font-weight:600;font-size:16px;line-height:1.375px;color:#000;cursor:pointer;padding:10px}.quarter-round .quarter-round_opener .status{color:#8064e6;min-width:30px}.quarter-round .quarter-round_opener .scores{text-align:center;flex-grow:1;font-weight:400}.quarter-round .quarter-round_opener .scores .qut{margin-right:6px}.quarter-round .quarter-round_opener:before{font-family:icomoon,sans-serif;content:"";font-weight:400!important;transform:translateY(-50%) rotate(0deg);position:absolute;right:10px;top:50%}.quarter-round .quarter-round_body{max-height:0;overflow:hidden}.quarter-round .round_row{display:flex;justify-content:space-between;align-items:center;padding:13px 10px;position:relative}.quarter-round .round_row:before{content:"";left:0;position:absolute;width:100%;top:0;height:1px;background:#e4e4e4}.quarter-round .round_row .num{position:relative;color:#8064e6;align-self:center;font-weight:800;font-size:16px;line-height:1.25}.quarter-round .round_row .num_des{font-weight:400;font-size:14px;line-height:1.2857142857;position:relative;padding-left:20px;flex-grow:1;display:flex;flex-direction:column}.quarter-round .round_row .num_des:before{content:"";left:10px;top:0;height:100%;position:absolute;width:1px;background:#e4e4e4}.quarter-round .round_row .num_des .num_des_title{display:block;font-weight:500}.quarter-round .round_row .num_des .num_des_subtitle{font-weight:300;font-size:12px;line-height:1.3333333333;color:#707070}.quarter-round .round_row .round_row_lft{width:calc(50% - 35px);display:flex}.quarter-round .round_row .round_row_rgt{width:calc(50% - 35px);display:flex;justify-content:flex-end;flex-direction:row-reverse}.quarter-round .round_row .round_row_rgt .num_des{align-items:flex-end;padding:0 20px 0 0}.quarter-round .round_row .round_row_rgt .num_des:before{right:10px;left:auto}.quarter-round .round_row .round_row_cnt{color:#707070;font-size:12px;line-height:1.6666666667}