.info_widget{background:var(--section_bg);border-radius:var(--radius);position:relative;overflow:hidden}.info_widget.iw_animated{animation:.5s forwards widgetFadeIn}@keyframes widgetFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.iw_tabs_wrapper{position:relative}.iw_tab_input{opacity:0;pointer-events:none;position:absolute}.iw_nav{background:var(--section_bg);border-bottom:1px solid var(--section_divider);scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:6px;padding:10px 12px;display:flex;overflow-x:auto}@media (min-width:576px){.iw_nav{gap:8px;padding:12px 16px}}@media (min-width:768px){.iw_nav{justify-content:center;gap:12px;padding:16px 20px}}.iw_nav::-webkit-scrollbar{display:none}.iw_nav_pill{background:var(--button_bg);border:1px solid var(--button_bg);border-radius:var(--radius);color:var(--button_text);cursor:pointer;white-space:nowrap;padding:6px 12px;font-size:11px;font-weight:500;line-height:1.18182;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}@media (min-width:576px){.iw_nav_pill{padding:8px 14px;font-size:12px;line-height:1.16667}}@media (min-width:768px){.iw_nav_pill{padding:10px 20px;font-size:13px;line-height:1.15385}}.iw_nav_pill:hover{background:var(--button_bg_hover);border-color:var(--button_bg_hover);color:var(--button_text_hover);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.iw_tab_panel{animation:.4s forwards panelFadeIn;display:none}.iw_tab_panel.iw_single_panel{display:block}@keyframes panelFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.iw_content{padding:8px 6px}@media (min-width:576px){.iw_content{padding:16px}}@media (min-width:768px){.iw_content{padding:20px}}.iw_timeline{flex-direction:column;gap:0;display:flex;position:relative}.iw_timeline:before{background:linear-gradient(180deg,transparent 0,var(--section_divider)5%,var(--section_divider)95%,transparent 100%);content:"";z-index:0;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.iw_timeline_event{animation:.5s backwards eventSlideIn;animation-delay:calc(var(--event-index,0)*60ms);cursor:pointer;align-items:flex-start;gap:3px;padding:6px 0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}@media (min-width:576px){.iw_timeline_event{gap:8px;padding:10px 0}}@media (min-width:768px){.iw_timeline_event{gap:12px;padding:12px 0}}.iw_timeline_event:after{background:linear-gradient(90deg,transparent 0,rgba(var(--brand_color_rgb,139,92,246),.08)50%,transparent 100%);content:"";opacity:0;pointer-events:none;z-index:-1;border-radius:8px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.iw_timeline_event:hover{transform:scale(1.02)}.iw_timeline_event:hover:after{opacity:1}.iw_timeline_event:hover .iw_event_icon{transform:scale(1.15)rotate(5deg);box-shadow:0 4px 12px #0003}.iw_timeline_event:hover .iw_event_player{color:var(--tag_bg)}.iw_timeline_event:hover .iw_event_score{transform:scale(1.1);box-shadow:0 2px 8px #0003}.iw_timeline_event.iw_event_home{justify-content:flex-end;padding-left:2px;padding-right:calc(50% + 12px)}@media (min-width:576px){.iw_timeline_event.iw_event_home{padding-left:8px;padding-right:calc(50% + 16px)}}@media (min-width:768px){.iw_timeline_event.iw_event_home{padding-left:12px;padding-right:calc(50% + 20px)}}.iw_timeline_event.iw_event_home .iw_event_content{text-align:right;flex-direction:row-reverse}.iw_timeline_event.iw_event_home .iw_event_details{align-items:flex-end}.iw_timeline_event.iw_event_home .iw_event_minute{text-align:left}@media (min-width:576px){.iw_timeline_event.iw_event_home:hover{transform:scale(1.02)translate(-4px)}}.iw_timeline_event.iw_event_away{justify-content:flex-start;padding-left:calc(50% + 12px);padding-right:2px}@media (min-width:576px){.iw_timeline_event.iw_event_away{padding-left:calc(50% + 16px);padding-right:8px}}@media (min-width:768px){.iw_timeline_event.iw_event_away{padding-left:calc(50% + 20px);padding-right:12px}}.iw_timeline_event.iw_event_away .iw_event_minute{text-align:right}@media (min-width:576px){.iw_timeline_event.iw_event_away:hover{transform:scale(1.02)translate(4px)}}@keyframes eventSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.iw_event_minute{color:var(--tag_bg);flex-shrink:0;min-width:20px;font-size:8px;font-weight:700;line-height:1.25}@media (min-width:576px){.iw_event_minute{min-width:28px;font-size:10px;line-height:1.2}}@media (min-width:768px){.iw_event_minute{min-width:32px;font-size:11px;line-height:1.18182}}.iw_event_content{flex:1;align-items:flex-start;gap:3px;min-width:0;display:flex}@media (min-width:576px){.iw_event_content{gap:6px}}@media (min-width:768px){.iw_event_content{gap:10px}}.iw_event_icon{background:var(--section_even_row_bg);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.iw_event_icon:before{border:2px solid var(--brand_color);content:"";opacity:0;border-radius:50%;transition:all .3s;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;transform:scale(.8)}@media (min-width:576px){.iw_event_icon{width:22px;height:22px;box-shadow:0 2px 6px #0000001a}.iw_event_icon:before{top:-3px;bottom:-3px;left:-3px;right:-3px}}@media (min-width:768px){.iw_event_icon{width:26px;height:26px}.iw_event_icon:before{top:-4px;bottom:-4px;left:-4px;right:-4px}}.iw_event_icon img{width:9px;height:9px;transition:transform .3s}@media (min-width:576px){.iw_event_icon img{width:12px;height:12px}}@media (min-width:768px){.iw_event_icon img{width:14px;height:14px}}.iw_timeline_event:hover .iw_event_icon:before{opacity:.5;animation:1.5s ease-in-out infinite pulseRing;transform:scale(1)}@keyframes pulseRing{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(1.2)}}.iw_event_details{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.iw_event_player{color:var(--heading_color);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:600;line-height:1.22222;transition:color .3s;overflow:hidden}@media (min-width:576px){.iw_event_player{font-size:12px;line-height:1.16667}}@media (min-width:768px){.iw_event_player{font-size:13px;line-height:1.15385}}.iw_event_assist{color:var(--section_text_2);text-overflow:ellipsis;white-space:nowrap;font-size:8px;line-height:1.25;transition:color .3s;overflow:hidden}@media (min-width:576px){.iw_event_assist{font-size:10px;line-height:1.2}}@media (min-width:768px){.iw_event_assist{font-size:11px;line-height:1.18182}}.iw_event_score{background:var(--tag_bg);color:#fff;border-radius:2px;flex-shrink:0;padding:1px 3px;font-size:7px;font-weight:700;line-height:1.28571;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.iw_event_score:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}@media (min-width:576px){.iw_event_score{border-radius:4px;padding:2px 6px;font-size:10px;line-height:1.2}}@media (min-width:768px){.iw_event_score{padding:3px 8px;font-size:11px;line-height:1.18182}}.iw_timeline_event:hover .iw_event_score:before{left:100%}.iw_timeline_marker{animation:.6s backwards markerFadeIn;animation-delay:calc(var(--event-index,0)*60ms);cursor:pointer;z-index:1;justify-content:center;align-items:center;gap:6px;padding:10px 0;display:flex;position:relative}@media (min-width:576px){.iw_timeline_marker{gap:16px;padding:20px 0}}.iw_timeline_marker:hover .iw_marker_badge{transform:scale(1.08);box-shadow:0 6px 20px #00000026}.iw_timeline_marker:hover .iw_marker_line{background:linear-gradient(90deg,transparent 0,var(--tag_bg)20%,var(--tag_bg)80%,transparent 100%)}@keyframes markerFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.iw_marker_line{background:linear-gradient(90deg,transparent 0,var(--section_divider)20%,var(--section_divider)80%,transparent 100%);flex:1;height:1px;transition:background .3s}.iw_marker_badge{background:var(--section_even_row_bg);border:1px solid var(--section_divider);border-radius:16px;align-items:center;gap:5px;padding:4px 10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}@media (min-width:576px){.iw_marker_badge{border-radius:20px;gap:10px;padding:8px 18px}}.iw_marker_badge.iw_marker_final{background:var(--tag_bg);border-color:var(--tag_bg);position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.iw_marker_badge.iw_marker_final:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;animation:3s ease-in-out infinite shineEffect;position:absolute;top:0;left:-150%}.iw_marker_badge.iw_marker_final .iw_marker_score,.iw_marker_badge.iw_marker_final .iw_marker_type{z-index:1;position:relative;color:#fff!important}@keyframes shineEffect{0%{left:-150%}50%{left:150%}to{left:150%}}.iw_marker_type{color:var(--section_text_2);letter-spacing:.3px;text-transform:uppercase;font-size:9px;font-weight:600;line-height:1.22222}@media (min-width:576px){.iw_marker_type{letter-spacing:.5px;font-size:12px;line-height:1.16667}}.iw_marker_score{color:var(--heading_color);font-size:11px;font-weight:700;line-height:1.18182}@media (min-width:576px){.iw_marker_score{font-size:16px;line-height:1.125}}.iw_timeline_ft{margin-top:4px}@media (min-width:576px){.iw_timeline_ft{margin-top:8px}}.iw_timeline_ft .iw_marker_badge{padding:5px 12px}@media (min-width:576px){.iw_timeline_ft .iw_marker_badge{padding:10px 24px}}.iw_timeline_ft .iw_marker_score{font-size:12px;font-weight:800;line-height:1.16667}@media (min-width:576px){.iw_timeline_ft .iw_marker_score{font-size:18px;line-height:1.11111}}.iw_country_selector{position:relative}.iw_country_radio{opacity:0;pointer-events:none;position:absolute}.iw_dropdown_wrapper{outline:none;max-width:200px;margin-bottom:16px;position:relative}@media (min-width:576px){.iw_dropdown_wrapper{max-width:220px}}@media (min-width:768px){.iw_dropdown_wrapper{max-width:240px}}.iw_dropdown_wrapper:focus .iw_dropdown_menu,.iw_dropdown_wrapper:hover .iw_dropdown_menu{opacity:1;visibility:visible;transform:translateY(0)}.iw_dropdown_wrapper:focus .iw_dropdown_header,.iw_dropdown_wrapper:hover .iw_dropdown_header{border-color:var(--tag_bg)}.iw_dropdown_wrapper:focus .iw_dropdown_toggle i,.iw_dropdown_wrapper:hover .iw_dropdown_toggle i{transform:rotate(180deg)}.iw_dropdown_header{background:var(--section_even_row_bg);border:1px solid var(--section_divider);border-radius:var(--radius);cursor:pointer;align-items:center;padding:10px 14px;transition:all .2s;display:flex}@media (min-width:576px){.iw_dropdown_header{padding:12px 16px}}.iw_dropdown_toggle{color:var(--heading_color);justify-content:space-between;align-items:center;gap:8px;width:100%;font-size:12px;font-weight:600;line-height:1.16667;display:flex}@media (min-width:576px){.iw_dropdown_toggle{font-size:13px;line-height:1.15385}}.iw_dropdown_toggle i{color:var(--section_text_2);flex-shrink:0;font-size:10px;line-height:1;transition:transform .2s}.iw_dropdown_toggle .iw_dropdown_option{display:none}.iw_dropdown_menu{background:var(--section_bg);border:1px solid var(--section_divider);border-radius:var(--radius);opacity:0;visibility:hidden;z-index:100;min-height:200px;max-height:280px;margin-top:4px;padding-bottom:8px;transition:all .2s;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 8px 24px #00000026}@media (min-width:576px){.iw_dropdown_menu{min-height:220px;max-height:300px;padding-bottom:10px}}.iw_dropdown_menu::-webkit-scrollbar{width:6px}.iw_dropdown_menu::-webkit-scrollbar-track{background:var(--section_even_row_bg)}.iw_dropdown_menu::-webkit-scrollbar-thumb{background:var(--section_divider);border-radius:3px}.iw_dropdown_menu::-webkit-scrollbar-thumb:hover{background:var(--section_text_2)}.iw_dropdown_item{border-bottom:1px solid var(--section_divider);color:var(--section_text);cursor:pointer;padding:10px 14px;font-size:12px;font-weight:500;line-height:1.16667;transition:all .15s;display:block}@media (min-width:576px){.iw_dropdown_item{padding:12px 16px;font-size:13px;line-height:1.15385}}.iw_dropdown_item:last-child{border-bottom:none}.iw_dropdown_item:hover{background:var(--section_even_row_bg);color:var(--heading_color)}.iw_country_content{height:280px;margin-top:16px;padding-bottom:8px;overflow-y:auto}@media (min-width:576px){.iw_country_content{height:320px;margin-top:20px;padding-bottom:12px}}@media (min-width:768px){.iw_country_content{height:360px}}.iw_country_content::-webkit-scrollbar{width:4px}.iw_country_content::-webkit-scrollbar-track{background:var(--section_even_row_bg);border-radius:2px}.iw_country_content::-webkit-scrollbar-thumb{background:var(--section_divider);border-radius:2px}.iw_country_content::-webkit-scrollbar-thumb:hover{background:var(--section_text_2)}.iw_country_panel{animation:.3s forwards panelFadeIn;display:none}.iw_country_radio:first-of-type:checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:first-of-type{display:inline}.iw_country_radio:first-of-type:checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:first-of-type{background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:first-of-type:checked~.iw_country_content .iw_country_panel:first-of-type{display:block}.iw_country_radio:nth-of-type(2):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(2){display:inline}.iw_country_radio:nth-of-type(2):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(2){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(2):checked~.iw_country_content .iw_country_panel:nth-of-type(2){display:block}.iw_country_radio:nth-of-type(3):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(3){display:inline}.iw_country_radio:nth-of-type(3):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(3){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(3):checked~.iw_country_content .iw_country_panel:nth-of-type(3){display:block}.iw_country_radio:nth-of-type(4):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(4){display:inline}.iw_country_radio:nth-of-type(4):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(4){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(4):checked~.iw_country_content .iw_country_panel:nth-of-type(4){display:block}.iw_country_radio:nth-of-type(5):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(5){display:inline}.iw_country_radio:nth-of-type(5):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(5){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(5):checked~.iw_country_content .iw_country_panel:nth-of-type(5){display:block}.iw_country_radio:nth-of-type(6):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(6){display:inline}.iw_country_radio:nth-of-type(6):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(6){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(6):checked~.iw_country_content .iw_country_panel:nth-of-type(6){display:block}.iw_country_radio:nth-of-type(7):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(7){display:inline}.iw_country_radio:nth-of-type(7):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(7){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(7):checked~.iw_country_content .iw_country_panel:nth-of-type(7){display:block}.iw_country_radio:nth-of-type(8):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(8){display:inline}.iw_country_radio:nth-of-type(8):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(8){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(8):checked~.iw_country_content .iw_country_panel:nth-of-type(8){display:block}.iw_country_radio:nth-of-type(9):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(9){display:inline}.iw_country_radio:nth-of-type(9):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(9){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(9):checked~.iw_country_content .iw_country_panel:nth-of-type(9){display:block}.iw_country_radio:nth-of-type(10):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(10){display:inline}.iw_country_radio:nth-of-type(10):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(10){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(10):checked~.iw_country_content .iw_country_panel:nth-of-type(10){display:block}.iw_country_radio:nth-of-type(11):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(11){display:inline}.iw_country_radio:nth-of-type(11):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(11){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(11):checked~.iw_country_content .iw_country_panel:nth-of-type(11){display:block}.iw_country_radio:nth-of-type(12):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(12){display:inline}.iw_country_radio:nth-of-type(12):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(12){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(12):checked~.iw_country_content .iw_country_panel:nth-of-type(12){display:block}.iw_country_radio:nth-of-type(13):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(13){display:inline}.iw_country_radio:nth-of-type(13):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(13){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(13):checked~.iw_country_content .iw_country_panel:nth-of-type(13){display:block}.iw_country_radio:nth-of-type(14):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(14){display:inline}.iw_country_radio:nth-of-type(14):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(14){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(14):checked~.iw_country_content .iw_country_panel:nth-of-type(14){display:block}.iw_country_radio:nth-of-type(15):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(15){display:inline}.iw_country_radio:nth-of-type(15):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(15){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(15):checked~.iw_country_content .iw_country_panel:nth-of-type(15){display:block}.iw_country_radio:nth-of-type(16):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(16){display:inline}.iw_country_radio:nth-of-type(16):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(16){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(16):checked~.iw_country_content .iw_country_panel:nth-of-type(16){display:block}.iw_country_radio:nth-of-type(17):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(17){display:inline}.iw_country_radio:nth-of-type(17):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(17){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(17):checked~.iw_country_content .iw_country_panel:nth-of-type(17){display:block}.iw_country_radio:nth-of-type(18):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(18){display:inline}.iw_country_radio:nth-of-type(18):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(18){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(18):checked~.iw_country_content .iw_country_panel:nth-of-type(18){display:block}.iw_country_radio:nth-of-type(19):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(19){display:inline}.iw_country_radio:nth-of-type(19):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(19){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(19):checked~.iw_country_content .iw_country_panel:nth-of-type(19){display:block}.iw_country_radio:nth-of-type(20):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(20){display:inline}.iw_country_radio:nth-of-type(20):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(20){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(20):checked~.iw_country_content .iw_country_panel:nth-of-type(20){display:block}.iw_country_radio:nth-of-type(21):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(21){display:inline}.iw_country_radio:nth-of-type(21):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(21){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(21):checked~.iw_country_content .iw_country_panel:nth-of-type(21){display:block}.iw_country_radio:nth-of-type(22):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(22){display:inline}.iw_country_radio:nth-of-type(22):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(22){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(22):checked~.iw_country_content .iw_country_panel:nth-of-type(22){display:block}.iw_country_radio:nth-of-type(23):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(23){display:inline}.iw_country_radio:nth-of-type(23):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(23){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(23):checked~.iw_country_content .iw_country_panel:nth-of-type(23){display:block}.iw_country_radio:nth-of-type(24):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(24){display:inline}.iw_country_radio:nth-of-type(24):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(24){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(24):checked~.iw_country_content .iw_country_panel:nth-of-type(24){display:block}.iw_country_radio:nth-of-type(25):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(25){display:inline}.iw_country_radio:nth-of-type(25):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(25){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(25):checked~.iw_country_content .iw_country_panel:nth-of-type(25){display:block}.iw_country_radio:nth-of-type(26):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(26){display:inline}.iw_country_radio:nth-of-type(26):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(26){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(26):checked~.iw_country_content .iw_country_panel:nth-of-type(26){display:block}.iw_country_radio:nth-of-type(27):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(27){display:inline}.iw_country_radio:nth-of-type(27):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(27){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(27):checked~.iw_country_content .iw_country_panel:nth-of-type(27){display:block}.iw_country_radio:nth-of-type(28):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(28){display:inline}.iw_country_radio:nth-of-type(28):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(28){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(28):checked~.iw_country_content .iw_country_panel:nth-of-type(28){display:block}.iw_country_radio:nth-of-type(29):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(29){display:inline}.iw_country_radio:nth-of-type(29):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(29){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(29):checked~.iw_country_content .iw_country_panel:nth-of-type(29){display:block}.iw_country_radio:nth-of-type(30):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(30){display:inline}.iw_country_radio:nth-of-type(30):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(30){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(30):checked~.iw_country_content .iw_country_panel:nth-of-type(30){display:block}.iw_country_radio:nth-of-type(31):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(31){display:inline}.iw_country_radio:nth-of-type(31):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(31){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(31):checked~.iw_country_content .iw_country_panel:nth-of-type(31){display:block}.iw_country_radio:nth-of-type(32):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(32){display:inline}.iw_country_radio:nth-of-type(32):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(32){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(32):checked~.iw_country_content .iw_country_panel:nth-of-type(32){display:block}.iw_country_radio:nth-of-type(33):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(33){display:inline}.iw_country_radio:nth-of-type(33):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(33){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(33):checked~.iw_country_content .iw_country_panel:nth-of-type(33){display:block}.iw_country_radio:nth-of-type(34):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(34){display:inline}.iw_country_radio:nth-of-type(34):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(34){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(34):checked~.iw_country_content .iw_country_panel:nth-of-type(34){display:block}.iw_country_radio:nth-of-type(35):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(35){display:inline}.iw_country_radio:nth-of-type(35):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(35){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(35):checked~.iw_country_content .iw_country_panel:nth-of-type(35){display:block}.iw_country_radio:nth-of-type(36):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(36){display:inline}.iw_country_radio:nth-of-type(36):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(36){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(36):checked~.iw_country_content .iw_country_panel:nth-of-type(36){display:block}.iw_country_radio:nth-of-type(37):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(37){display:inline}.iw_country_radio:nth-of-type(37):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(37){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(37):checked~.iw_country_content .iw_country_panel:nth-of-type(37){display:block}.iw_country_radio:nth-of-type(38):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(38){display:inline}.iw_country_radio:nth-of-type(38):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(38){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(38):checked~.iw_country_content .iw_country_panel:nth-of-type(38){display:block}.iw_country_radio:nth-of-type(39):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(39){display:inline}.iw_country_radio:nth-of-type(39):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(39){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(39):checked~.iw_country_content .iw_country_panel:nth-of-type(39){display:block}.iw_country_radio:nth-of-type(40):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(40){display:inline}.iw_country_radio:nth-of-type(40):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(40){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(40):checked~.iw_country_content .iw_country_panel:nth-of-type(40){display:block}.iw_country_radio:nth-of-type(41):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(41){display:inline}.iw_country_radio:nth-of-type(41):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(41){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(41):checked~.iw_country_content .iw_country_panel:nth-of-type(41){display:block}.iw_country_radio:nth-of-type(42):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(42){display:inline}.iw_country_radio:nth-of-type(42):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(42){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(42):checked~.iw_country_content .iw_country_panel:nth-of-type(42){display:block}.iw_country_radio:nth-of-type(43):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(43){display:inline}.iw_country_radio:nth-of-type(43):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(43){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(43):checked~.iw_country_content .iw_country_panel:nth-of-type(43){display:block}.iw_country_radio:nth-of-type(44):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(44){display:inline}.iw_country_radio:nth-of-type(44):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(44){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(44):checked~.iw_country_content .iw_country_panel:nth-of-type(44){display:block}.iw_country_radio:nth-of-type(45):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(45){display:inline}.iw_country_radio:nth-of-type(45):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(45){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(45):checked~.iw_country_content .iw_country_panel:nth-of-type(45){display:block}.iw_country_radio:nth-of-type(46):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(46){display:inline}.iw_country_radio:nth-of-type(46):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(46){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(46):checked~.iw_country_content .iw_country_panel:nth-of-type(46){display:block}.iw_country_radio:nth-of-type(47):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(47){display:inline}.iw_country_radio:nth-of-type(47):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(47){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(47):checked~.iw_country_content .iw_country_panel:nth-of-type(47){display:block}.iw_country_radio:nth-of-type(48):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(48){display:inline}.iw_country_radio:nth-of-type(48):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(48){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(48):checked~.iw_country_content .iw_country_panel:nth-of-type(48){display:block}.iw_country_radio:nth-of-type(49):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(49){display:inline}.iw_country_radio:nth-of-type(49):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(49){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(49):checked~.iw_country_content .iw_country_panel:nth-of-type(49){display:block}.iw_country_radio:nth-of-type(50):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(50){display:inline}.iw_country_radio:nth-of-type(50):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(50){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(50):checked~.iw_country_content .iw_country_panel:nth-of-type(50){display:block}.iw_country_radio:nth-of-type(51):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(51){display:inline}.iw_country_radio:nth-of-type(51):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(51){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(51):checked~.iw_country_content .iw_country_panel:nth-of-type(51){display:block}.iw_country_radio:nth-of-type(52):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(52){display:inline}.iw_country_radio:nth-of-type(52):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(52){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(52):checked~.iw_country_content .iw_country_panel:nth-of-type(52){display:block}.iw_country_radio:nth-of-type(53):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(53){display:inline}.iw_country_radio:nth-of-type(53):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(53){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(53):checked~.iw_country_content .iw_country_panel:nth-of-type(53){display:block}.iw_country_radio:nth-of-type(54):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(54){display:inline}.iw_country_radio:nth-of-type(54):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(54){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(54):checked~.iw_country_content .iw_country_panel:nth-of-type(54){display:block}.iw_country_radio:nth-of-type(55):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(55){display:inline}.iw_country_radio:nth-of-type(55):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(55){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(55):checked~.iw_country_content .iw_country_panel:nth-of-type(55){display:block}.iw_country_radio:nth-of-type(56):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(56){display:inline}.iw_country_radio:nth-of-type(56):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(56){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(56):checked~.iw_country_content .iw_country_panel:nth-of-type(56){display:block}.iw_country_radio:nth-of-type(57):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(57){display:inline}.iw_country_radio:nth-of-type(57):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(57){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(57):checked~.iw_country_content .iw_country_panel:nth-of-type(57){display:block}.iw_country_radio:nth-of-type(58):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(58){display:inline}.iw_country_radio:nth-of-type(58):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(58){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(58):checked~.iw_country_content .iw_country_panel:nth-of-type(58){display:block}.iw_country_radio:nth-of-type(59):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(59){display:inline}.iw_country_radio:nth-of-type(59):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(59){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(59):checked~.iw_country_content .iw_country_panel:nth-of-type(59){display:block}.iw_country_radio:nth-of-type(60):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(60){display:inline}.iw_country_radio:nth-of-type(60):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(60){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(60):checked~.iw_country_content .iw_country_panel:nth-of-type(60){display:block}.iw_country_radio:nth-of-type(61):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(61){display:inline}.iw_country_radio:nth-of-type(61):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(61){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(61):checked~.iw_country_content .iw_country_panel:nth-of-type(61){display:block}.iw_country_radio:nth-of-type(62):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(62){display:inline}.iw_country_radio:nth-of-type(62):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(62){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(62):checked~.iw_country_content .iw_country_panel:nth-of-type(62){display:block}.iw_country_radio:nth-of-type(63):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(63){display:inline}.iw_country_radio:nth-of-type(63):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(63){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(63):checked~.iw_country_content .iw_country_panel:nth-of-type(63){display:block}.iw_country_radio:nth-of-type(64):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(64){display:inline}.iw_country_radio:nth-of-type(64):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(64){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(64):checked~.iw_country_content .iw_country_panel:nth-of-type(64){display:block}.iw_country_radio:nth-of-type(65):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(65){display:inline}.iw_country_radio:nth-of-type(65):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(65){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(65):checked~.iw_country_content .iw_country_panel:nth-of-type(65){display:block}.iw_country_radio:nth-of-type(66):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(66){display:inline}.iw_country_radio:nth-of-type(66):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(66){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(66):checked~.iw_country_content .iw_country_panel:nth-of-type(66){display:block}.iw_country_radio:nth-of-type(67):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(67){display:inline}.iw_country_radio:nth-of-type(67):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(67){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(67):checked~.iw_country_content .iw_country_panel:nth-of-type(67){display:block}.iw_country_radio:nth-of-type(68):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(68){display:inline}.iw_country_radio:nth-of-type(68):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(68){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(68):checked~.iw_country_content .iw_country_panel:nth-of-type(68){display:block}.iw_country_radio:nth-of-type(69):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(69){display:inline}.iw_country_radio:nth-of-type(69):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(69){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(69):checked~.iw_country_content .iw_country_panel:nth-of-type(69){display:block}.iw_country_radio:nth-of-type(70):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(70){display:inline}.iw_country_radio:nth-of-type(70):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(70){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(70):checked~.iw_country_content .iw_country_panel:nth-of-type(70){display:block}.iw_country_radio:nth-of-type(71):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(71){display:inline}.iw_country_radio:nth-of-type(71):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(71){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(71):checked~.iw_country_content .iw_country_panel:nth-of-type(71){display:block}.iw_country_radio:nth-of-type(72):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(72){display:inline}.iw_country_radio:nth-of-type(72):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(72){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(72):checked~.iw_country_content .iw_country_panel:nth-of-type(72){display:block}.iw_country_radio:nth-of-type(73):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(73){display:inline}.iw_country_radio:nth-of-type(73):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(73){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(73):checked~.iw_country_content .iw_country_panel:nth-of-type(73){display:block}.iw_country_radio:nth-of-type(74):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(74){display:inline}.iw_country_radio:nth-of-type(74):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(74){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(74):checked~.iw_country_content .iw_country_panel:nth-of-type(74){display:block}.iw_country_radio:nth-of-type(75):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(75){display:inline}.iw_country_radio:nth-of-type(75):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(75){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(75):checked~.iw_country_content .iw_country_panel:nth-of-type(75){display:block}.iw_country_radio:nth-of-type(76):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(76){display:inline}.iw_country_radio:nth-of-type(76):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(76){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(76):checked~.iw_country_content .iw_country_panel:nth-of-type(76){display:block}.iw_country_radio:nth-of-type(77):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(77){display:inline}.iw_country_radio:nth-of-type(77):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(77){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(77):checked~.iw_country_content .iw_country_panel:nth-of-type(77){display:block}.iw_country_radio:nth-of-type(78):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(78){display:inline}.iw_country_radio:nth-of-type(78):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(78){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(78):checked~.iw_country_content .iw_country_panel:nth-of-type(78){display:block}.iw_country_radio:nth-of-type(79):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(79){display:inline}.iw_country_radio:nth-of-type(79):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(79){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(79):checked~.iw_country_content .iw_country_panel:nth-of-type(79){display:block}.iw_country_radio:nth-of-type(80):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(80){display:inline}.iw_country_radio:nth-of-type(80):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(80){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(80):checked~.iw_country_content .iw_country_panel:nth-of-type(80){display:block}.iw_country_radio:nth-of-type(81):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(81){display:inline}.iw_country_radio:nth-of-type(81):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(81){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(81):checked~.iw_country_content .iw_country_panel:nth-of-type(81){display:block}.iw_country_radio:nth-of-type(82):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(82){display:inline}.iw_country_radio:nth-of-type(82):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(82){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(82):checked~.iw_country_content .iw_country_panel:nth-of-type(82){display:block}.iw_country_radio:nth-of-type(83):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(83){display:inline}.iw_country_radio:nth-of-type(83):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(83){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(83):checked~.iw_country_content .iw_country_panel:nth-of-type(83){display:block}.iw_country_radio:nth-of-type(84):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(84){display:inline}.iw_country_radio:nth-of-type(84):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(84){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(84):checked~.iw_country_content .iw_country_panel:nth-of-type(84){display:block}.iw_country_radio:nth-of-type(85):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(85){display:inline}.iw_country_radio:nth-of-type(85):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(85){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(85):checked~.iw_country_content .iw_country_panel:nth-of-type(85){display:block}.iw_country_radio:nth-of-type(86):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(86){display:inline}.iw_country_radio:nth-of-type(86):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(86){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(86):checked~.iw_country_content .iw_country_panel:nth-of-type(86){display:block}.iw_country_radio:nth-of-type(87):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(87){display:inline}.iw_country_radio:nth-of-type(87):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(87){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(87):checked~.iw_country_content .iw_country_panel:nth-of-type(87){display:block}.iw_country_radio:nth-of-type(88):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(88){display:inline}.iw_country_radio:nth-of-type(88):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(88){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(88):checked~.iw_country_content .iw_country_panel:nth-of-type(88){display:block}.iw_country_radio:nth-of-type(89):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(89){display:inline}.iw_country_radio:nth-of-type(89):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(89){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(89):checked~.iw_country_content .iw_country_panel:nth-of-type(89){display:block}.iw_country_radio:nth-of-type(90):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(90){display:inline}.iw_country_radio:nth-of-type(90):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(90){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(90):checked~.iw_country_content .iw_country_panel:nth-of-type(90){display:block}.iw_country_radio:nth-of-type(91):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(91){display:inline}.iw_country_radio:nth-of-type(91):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(91){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(91):checked~.iw_country_content .iw_country_panel:nth-of-type(91){display:block}.iw_country_radio:nth-of-type(92):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(92){display:inline}.iw_country_radio:nth-of-type(92):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(92){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(92):checked~.iw_country_content .iw_country_panel:nth-of-type(92){display:block}.iw_country_radio:nth-of-type(93):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(93){display:inline}.iw_country_radio:nth-of-type(93):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(93){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(93):checked~.iw_country_content .iw_country_panel:nth-of-type(93){display:block}.iw_country_radio:nth-of-type(94):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(94){display:inline}.iw_country_radio:nth-of-type(94):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(94){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(94):checked~.iw_country_content .iw_country_panel:nth-of-type(94){display:block}.iw_country_radio:nth-of-type(95):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(95){display:inline}.iw_country_radio:nth-of-type(95):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(95){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(95):checked~.iw_country_content .iw_country_panel:nth-of-type(95){display:block}.iw_country_radio:nth-of-type(96):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(96){display:inline}.iw_country_radio:nth-of-type(96):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(96){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(96):checked~.iw_country_content .iw_country_panel:nth-of-type(96){display:block}.iw_country_radio:nth-of-type(97):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(97){display:inline}.iw_country_radio:nth-of-type(97):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(97){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(97):checked~.iw_country_content .iw_country_panel:nth-of-type(97){display:block}.iw_country_radio:nth-of-type(98):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(98){display:inline}.iw_country_radio:nth-of-type(98):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(98){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(98):checked~.iw_country_content .iw_country_panel:nth-of-type(98){display:block}.iw_country_radio:nth-of-type(99):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(99){display:inline}.iw_country_radio:nth-of-type(99):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(99){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(99):checked~.iw_country_content .iw_country_panel:nth-of-type(99){display:block}.iw_country_radio:nth-of-type(100):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(100){display:inline}.iw_country_radio:nth-of-type(100):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(100){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(100):checked~.iw_country_content .iw_country_panel:nth-of-type(100){display:block}.iw_channels_list{flex-direction:column;gap:6px;display:flex}@media (min-width:576px){.iw_channels_list{gap:8px}}.iw_channel_item{animation:.4s backwards channelSlideIn;animation-delay:calc(var(--channel-index,0)*50ms);background:var(--section_even_row_bg);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.iw_channel_item:before{background:var(--brand_color);content:"";width:3px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}@media (min-width:576px){.iw_channel_item{padding:12px 14px}}.iw_channel_item:hover{background:var(--section_divider);transform:translate(6px);box-shadow:0 4px 12px #0000001a}.iw_channel_item:hover:before{transform:scaleY(1)}.iw_channel_item:hover .iw_channel_logo{transform:scale(1.1)}.iw_channel_item:hover .iw_channel_time{transform:scale(1.05)}@keyframes channelSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.iw_channel_info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.iw_channel_logo{background:var(--section_bg);border-radius:4px;flex-shrink:0;width:24px;height:24px;transition:transform .3s;overflow:hidden}@media (min-width:576px){.iw_channel_logo{width:28px;height:28px}}.iw_channel_logo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.iw_channel_name{color:var(--heading_color);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.16667;overflow:hidden}@media (min-width:576px){.iw_channel_name{font-size:13px;line-height:1.15385}}.iw_channel_time{background:var(--loss_button);color:#fff;border-radius:4px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.18182;transition:transform .3s}@media (min-width:576px){.iw_channel_time{padding:5px 12px;font-size:12px;line-height:1.16667}}.iw_venue_card{background:var(--section_even_row_bg);border-radius:var(--radius);overflow:hidden}.iw_venue_header{background:linear-gradient(135deg,var(--section_bg)0,var(--section_even_row_bg)100%);border-bottom:1px solid var(--section_divider);align-items:center;gap:12px;padding:14px;display:flex}@media (min-width:576px){.iw_venue_header{gap:14px;padding:16px}}@media (min-width:768px){.iw_venue_header{padding:20px}}.iw_venue_icon{background:var(--tag_bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (min-width:576px){.iw_venue_icon{width:48px;height:48px}}.iw_venue_icon i{color:#fff;font-size:18px;line-height:1}@media (min-width:576px){.iw_venue_icon i{font-size:22px;line-height:1}}.iw_venue_title{color:var(--heading_color);margin:0;font-size:14px;font-weight:700;line-height:1.21429}@media (min-width:576px){.iw_venue_title{font-size:16px;line-height:1.1875}}@media (min-width:768px){.iw_venue_title{font-size:18px;line-height:1.16667}}.iw_info_card{background:var(--section_even_row_bg);border-radius:var(--radius);overflow:hidden}.iw_info_list{flex-direction:column;display:flex}.iw_info_row{animation:.4s backwards rowSlideIn;animation-delay:calc(var(--row-index,0)*80ms);border-bottom:1px solid var(--section_divider);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:all .3s;display:flex;position:relative}.iw_info_row:before{background:var(--brand_color);content:"";border-radius:0 2px 2px 0;width:3px;height:60%;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}@media (min-width:576px){.iw_info_row{padding:14px 16px}}@media (min-width:768px){.iw_info_row{padding:16px 20px}}.iw_info_row:last-child{border-bottom:none}.iw_info_row:nth-child(odd){background:rgba(var(--section_bg_rgb,255,255,255),.03)}.iw_info_row:hover{background:var(--section_divider);padding-left:18px}.iw_info_row:hover:before{transform:translateY(-50%)scaleY(1)}.iw_info_row:hover .iw_info_value{color:var(--brand_color)}@media (min-width:576px){.iw_info_row:hover{padding-left:20px}}@media (min-width:768px){.iw_info_row:hover{padding-left:24px}}@keyframes rowSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.iw_info_label{color:var(--section_text_2);flex-shrink:0;min-width:80px;font-size:11px;font-weight:500;line-height:1.18182}@media (min-width:576px){.iw_info_label{min-width:100px;font-size:12px;line-height:1.16667}}@media (min-width:768px){.iw_info_label{min-width:120px;font-size:13px;line-height:1.15385}}.iw_info_value{color:var(--heading_color);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.16667;transition:color .3s;overflow:hidden}@media (min-width:576px){.iw_info_value{font-size:13px;line-height:1.15385}}@media (min-width:768px){.iw_info_value{font-size:14px;line-height:1.14286}}.iw_empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 15px;display:flex}@media (min-width:576px){.iw_empty{gap:12px;padding:50px 20px}}@media (min-width:768px){.iw_empty{padding:60px 20px}}.iw_empty i{color:var(--section_text_2);opacity:.5;font-size:32px;line-height:1}@media (min-width:576px){.iw_empty i{font-size:40px;line-height:1}}.iw_empty span{color:var(--section_text_2);font-size:12px;line-height:1.16667}@media (min-width:576px){.iw_empty span{font-size:13px;line-height:1.15385}}@media (min-width:768px){.iw_empty span{font-size:14px;line-height:1.14286}}
.squad_block:not(:last-child),.squad_block_hd{margin-bottom:15px}.squad_block_hd h2{color:var(--heading_color);font-size:16px;font-weight:500;line-height:1.25}

.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{color:var(--section_text_2);width:150px}
.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{justify-content:center;gap:10px;min-width:70px;display:inline-flex}.icon_status{background:var(--loss_button);border-radius:calc(var(--radius)/1.5);color:var(--loss_button_text);justify-content:center;align-items:center;width:17px;height:17px;font-size:11px;font-weight:600;line-height:13px;display:inline-flex}@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{margin-bottom:25px;font-size:16px;font-weight:500;line-height:21px}.player_performance h3{margin-bottom:20px;font-size:14px;font-weight:400;line-height:18px}.player_performance h3 strong{font-weight:700}.player_performance .round_box{background:var(--section_bg);color:var(--section_text);margin-bottom:25px;padding:20px 15px}.player_performance .round_head{color:var(--section_heading_text2);justify-content:space-between;align-items:center;width:100%;margin-bottom:21px;padding-bottom:20px;font-size:14px;font-weight:400;line-height:18px;display:flex;position:relative}.player_performance .round_head:before{background:var(--section_divider);content:"";height:1px;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{justify-content:space-between;gap:10px;width:120px;display:flex}@media (min-width:768px){.player_performance .round_head .round_head_ul{width:195px}}.player_performance .round_head .round_head_ul li{gap:5px;font-size:14px;font-weight:400;line-height:18px;display:flex}.player_performance .round_body{background:var(--section_even_row_bg);border-radius:var(--radius);justify-content:space-between;gap:10px;margin-bottom:20px;padding:13px 15px;font-size:12px;display:flex}.player_performance .round_body strong{margin-left:5px;font-weight:700}.player_performance .round_body .rbody_rgt{align-items:center;gap:15px;display:flex}.player_performance .round_body .rbody_rgt .bold{font-weight:700}.player_performance .round_foot_ul{flex-wrap:wrap;gap:20px;width:100%;display:flex}@media (min-width:576px){.player_performance .round_foot_ul{justify-content:space-between;gap:10px}}.player_performance .round_foot_ul li{font-size:12px;font-weight:300;line-height:16px}.player_performance .round_foot_ul li strong{font-weight:700}.player_performance ul{margin:0;padding:0;list-style:none}.player_performance ul li{text-decoration:none}
.player_transfer_history{margin-bottom:40px}.player_transfer_history h2{margin-bottom:20px;font-size:14px;font-weight:500;line-height:20px}

.league_block{margin-bottom:25px}.league_block .inner_tab ul li span{background:var(--button_bg);border:1px solid var(--button_bg);border-radius:var(--radius);color:var(--button_text);cursor:pointer;padding:6px 11px;transition:all .25s linear;display:block}@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{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}}.global_table.offense_tbl td,.global_table.offense_tbl th{width:150px;padding:10px!important}@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{width:auto;height:15px}.global_table.goals_tbl td,.global_table.goals_tbl th{width:80px;padding:10px!important}@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 .team_name,.global_table.goals_tbl th .team_name{color:var(--section_text)}.global_table.goals_tbl .btn{background:var(--match_detail_head_bg);color:var(--match_detail_head_text);width:calc(100% - 30px);margin:0 auto 15px;display:block}.league_block .inner_tab,.player_stats .inner_tab{justify-content:flex-end;display:flex}
.info_main_box h2{color:var(--heading_color);font-size:16px;font-weight:500;line-height:21px}.info_main_box .upcoming{margin-bottom:20px}

.live_center_layout .summary_table_wrp{background:var(--section_bg);border-radius:var(--radius);justify-content:center;margin-bottom:15px;padding:21px 0 0;display:flex}@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{box-shadow:none;border:0;width:100%}.live_center_layout .summary_table_wrp .global_table table{display:block}.live_center_layout .summary_table_wrp .global_table table tr{z-index:1;border:0;align-items:center;padding-left:10px;padding-right:10px;display:flex;position:relative}@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{background:var(--section_divider);content:"";z-index:-1;width:1px;height:100%;margin-left:14px;position:absolute;top:0;left:50%}.live_center_layout .summary_table_wrp .global_table table tr:after{background:var(--section_icon);content:"";z-index:-1;border-radius:50%;width:10px;height:10px;margin-left:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-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{z-index:1;background:0 0;padding-top:28px;position:relative;overflow:visible}.live_center_layout .global_table.summary_table:before{background:var(--section_divider);content:"";z-index:-1;width:1px;height:30px;margin-left:14px;position:absolute;top:0;left:50%}.live_center_layout .global_table.summary_table:after{background:var(--section_icon);content:"";z-index:-1;border-radius:50%;width:10px;height:10px;margin-left:14px;position:absolute;top:4px;left:50%;transform:translate(-50%,-50%)}.live_center_layout .global_table.summary_table table{table-layout:fixed;width:100%;font-size:14px;line-height:18px}.live_center_layout .global_table.summary_table table td{text-align:left;padding:9px;font-weight:400}@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{border-radius:0;margin:0;padding:3px 6px;font-size:10px;font-weight:600;line-height:1.2}@media (min-width:768px){.live_center_layout .global_table.summary_table table tr .badge{font-size:13px;line-height:1.23077}}.live_center_layout .global_table.summary_table table tr.active_row{background:#e3e3e333}.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 .teams_wrap{flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start;gap:6px;display:flex}.live_center_layout .global_table.summary_table .teams-logo{flex-shrink:0;align-items:center;min-height:15px;display:flex}@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{flex-direction:column;width:100%;display:flex;overflow:hidden}.live_center_layout .global_table.summary_table .teams-name .team_name{color:var(--section_text_2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.5;display:inline-block;overflow:hidden}@media (min-width:768px){.live_center_layout .global_table.summary_table .teams-name .team_name{margin-top:1px;font-size:12px;line-height:1.25}}.live_center_layout .global_table.summary_table .teams-name .team_name .active{color:var(--section_text);font-size:13px;line-height:1.23077}@media (min-width:768px){.live_center_layout .global_table.summary_table .teams-name .team_name .active{font-size:14px;line-height:1.21429}}.theme_3 .live_center_layout .global_table.summary_table tr:after,.theme_3 .live_center_layout .global_table.summary_table tr:before,.theme_3 .live_center_layout .global_table.summary_table:after,.theme_3 .live_center_layout .global_table.summary_table:before{display:none}.theme_3 .live_center_layout .global_table.summary_table tr td:nth-child(4){padding-left:30px}.theme_3 .live_center_layout .global_table.summary_table tr td:nth-child(2){padding-right:30px}.theme_3 .live_center_layout .global_table.summary_table table td:nth-child(2){text-align:left}
.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)}.onAirTimeOuter{justify-content:flex-end;display:flex}.onAirTimeOuter .onAirTime{background:var(--loss_button);color:var(--draw_button_text);letter-spacing:0;text-transform:capitalize;white-space:nowrap;border-radius:4px;place-content:center;align-items:center;gap:10px;width:50px;height:20px;padding:0 6px;font-size:14px;font-weight:400;line-height:100%;display:flex}
.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{color:var(--section_text_2);width:150px}.global_table.matchVenue_tbl td:last-child,.global_table.matchVenue_tbl th:last-child{font-weight:500}
.live_center_layout .global_table .prev_match_status{margin:0;padding:0}.live_center_layout .global_table .prev_match_status li{list-style:none}.live_center_layout .global_table{background:var(--section_bg);border-radius:var(--radius);text-align:center;font-size:12px;line-height:20px;overflow:auto hidden}@media (min-width:576px){.live_center_layout .global_table{font-size:14px;line-height:20px}}.live_center_layout .global_table:not(:last-child){margin-bottom:15px}.live_center_layout .global_table table{width:100%}.live_center_layout .global_table td,.live_center_layout .global_table th,.live_center_layout .global_table tr:nth-child(odd) td{background:0 0}.live_center_layout .global_table tr{color:var(--section_text_2);vertical-align:middle}.live_center_layout .global_table tbody tr:nth-child(2n) td{z-index:1;position:relative}.live_center_layout .global_table tbody tr:nth-child(2n) td:before{background:var(--section_even_row_bg);content:"";z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.live_center_layout .global_table tbody tr.highlight td{color:var(--section_text);z-index:1;font-weight:700;position:relative;background:var(--section_row_highlight)!important}.live_center_layout .global_table tbody tr.highlight td a{color:var(--section_text)}.live_center_layout .global_table tbody tr.highlight td:before{display:none!important}.live_center_layout .global_table .d-inline-block{vertical-align:middle;display:inline-block}.live_center_layout .global_table th{border:solid var(--section_divider);color:var(--section_heading_text2);border-width:0 0 1px;padding:8px;font-weight:500}.live_center_layout .global_table th:first-child{text-align:left}@media (min-width:576px){.live_center_layout .global_table th{padding:11px 4px}}.live_center_layout .global_table td{color:var(--section_text);vertical-align:baseline;border:0;padding:9px 8px}.live_center_layout .global_table td:first-child,.live_center_layout .global_table td:nth-child(2){text-align:left}.live_center_layout .global_table .player_inf{align-items:center;gap:5px;display:flex}.live_center_layout .global_table .player_inf .ply_avtar{border-radius:50%;flex-shrink:0;width:24px;height:24px}.live_center_layout .global_table .player_inf .ply_avtar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.live_center_layout .global_table .player_inf .ply_des{flex-grow:1}.live_center_layout .global_table .player_inf .name{color:var(--section_text);font-weight:500}.live_center_layout .global_table .player_inf .sub_name{color:var(--section_text_2);font-size:12px}.live_center_layout .global_table .prev_match_status{align-items:center;margin:0 -2px;display:inline-flex}.live_center_layout .global_table .prev_match_status li{border-radius:calc(var(--radius)/1.5);flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin:0 2px;font-size:11px;font-weight:700;line-height:11px;display:flex}@media (min-width:576px){.live_center_layout .global_table .prev_match_status li{width:22px;height:22px}}.live_center_layout .global_table .prev_match_status li.win{background-color:var(--win_button);color:var(--win_button_text)}.live_center_layout .global_table .prev_match_status li.loss{background-color:var(--loss_button);color:var(--loss_button_text)}.live_center_layout .global_table .prev_match_status li.draw{background-color:var(--draw_button);color:var(--draw_button_text)}.live_center_layout .global_table .num-td{width:100%;padding:0 4px;display:inline-block;position:relative}.live_center_layout .global_table .num-td:before{content:"";background:#dd1e26;border-top-right-radius:2px;border-bottom-right-radius:2px;width:3px;height:26px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}@media (min-width:576px){.live_center_layout .global_table .num-td:before{width:4px;left:-6px}}.live_center_layout .global_table .num-td.green:before{background:#00a826}.live_center_layout .global_table .num-td.red:before{background:#900006}.live_center_layout .global_table.standing_table{text-transform:capitalize;overflow-x:auto}.live_center_layout .global_table.standing_table.rugby table{table-layout:auto}.live_center_layout .global_table.standing_table.rugby tr td:last-child,.live_center_layout .global_table.standing_table.rugby tr th:last-child{width:180px}.live_center_layout .global_table.standing_table table{table-layout:fixed;min-width:360px}.live_center_layout .global_table.standing_table tr:nth-child(-n+9) td:first-child .hi-border{margin-right:5px;left:-4px}@media (min-width:576px){.live_center_layout .global_table.standing_table tr:nth-child(-n+9) td:first-child .hi-border{margin-right:0;left:-12px}}@media (min-width:1561px){.live_center_layout .global_table.standing_table tr:nth-child(-n+9) td:first-child .hi-border{left:-21px}}.live_center_layout .global_table.standing_table tr:nth-child(2n) td{z-index:1;position:relative}.live_center_layout .global_table.standing_table td,.live_center_layout .global_table.standing_table th{width:24px;padding:9px 4px}@media (min-width:768px){.live_center_layout .global_table.standing_table td,.live_center_layout .global_table.standing_table th{width:50px;padding-left:6px;padding-right:6px}}.live_center_layout .global_table.standing_table td:last-child,.live_center_layout .global_table.standing_table th:last-child{width:43px}.live_center_layout .global_table.standing_table td:nth-child(2),.live_center_layout .global_table.standing_table th:nth-child(2){text-align:left;width:auto;min-width:60px}.live_center_layout .global_table.standing_table td:nth-child(2) span,.live_center_layout .global_table.standing_table th:nth-child(2) span{white-space:nowrap}@media (min-width:768px){.live_center_layout .global_table.standing_table td:last-child,.live_center_layout .global_table.standing_table th:last-child{width:65px}.live_center_layout .global_table.standing_table td:nth-child(7),.live_center_layout .global_table.standing_table th:nth-child(7){width:33px}.live_center_layout .global_table.standing_table td:nth-child(6),.live_center_layout .global_table.standing_table th:nth-child(6){width:56px}.live_center_layout .global_table.standing_table td:nth-child(5),.live_center_layout .global_table.standing_table th:nth-child(5){width:34px}.live_center_layout .global_table.standing_table td:nth-child(4),.live_center_layout .global_table.standing_table th:nth-child(4){width:56px}.live_center_layout .global_table.standing_table td:nth-child(3),.live_center_layout .global_table.standing_table th:nth-child(3){width:39px}}.live_center_layout .global_table.standing_table th:first-child{text-align:center;width:30px;padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.standing_table th:first-child{width:42px;padding-left:12px;padding-right:12px}}@media (min-width:1200px){.live_center_layout .global_table.standing_table th:first-child{width:51px}}.live_center_layout .global_table.standing_table td{vertical-align:middle}.live_center_layout .global_table.standing_table td:first-child{width:30px;padding:4px}@media (min-width:576px){.live_center_layout .global_table.standing_table td:first-child{width:42px;padding:4px 8px 4px 12px}}@media (min-width:1200px){.live_center_layout .global_table.standing_table td:first-child{width:51px}}@media (min-width:1561px){.live_center_layout .global_table.standing_table td:first-child{text-align:center}}.live_center_layout .global_table.standing_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.standing_table .flg_img{margin-right:8px}.live_center_layout .global_table.standing_table .des-text{color:var(--section_text);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.standing_table .hi-border{vertical-align:middle;background:0 0;border-radius:15px;width:4px;height:18px;display:inline-block;position:relative;left:-4px}@media (min-width:576px){.live_center_layout .global_table.standing_table .hi-border{left:-17px}}.live_center_layout .global_table.cr_standing_table .cr_title{padding-top:20px}.live_center_layout .global_table.cr_standing_table table,.live_center_layout .global_table.cr_standing_table.rugby table{table-layout:auto}.live_center_layout .global_table.cr_standing_table.rugby tr td:last-child,.live_center_layout .global_table.cr_standing_table.rugby tr th:last-child{width:180px}.live_center_layout .global_table.cr_standing_table td,.live_center_layout .global_table.cr_standing_table th{width:24px;padding:4px}@media (min-width:413px){.live_center_layout .global_table.cr_standing_table td,.live_center_layout .global_table.cr_standing_table th{width:34px}}@media (min-width:576px){.live_center_layout .global_table.cr_standing_table td,.live_center_layout .global_table.cr_standing_table th{width:50px;padding:11px 6px}}.live_center_layout .global_table.cr_standing_table td:first-child,.live_center_layout .global_table.cr_standing_table th:first-child{text-align:center}.live_center_layout .global_table.cr_standing_table td:last-child,.live_center_layout .global_table.cr_standing_table th:last-child{width:43px}.live_center_layout .global_table.cr_standing_table td:nth-child(2),.live_center_layout .global_table.cr_standing_table th:nth-child(2){text-align:left;white-space:nowrap;width:auto;min-width:60px}.live_center_layout .global_table.cr_standing_table td:nth-child(2) span,.live_center_layout .global_table.cr_standing_table th:nth-child(2) span{white-space:nowrap}@media (min-width:768px){.live_center_layout .global_table.cr_standing_table td:last-child,.live_center_layout .global_table.cr_standing_table th:last-child{width:65px}.live_center_layout .global_table.cr_standing_table td:nth-child(7),.live_center_layout .global_table.cr_standing_table th:nth-child(7){width:33px}.live_center_layout .global_table.cr_standing_table td:nth-child(6),.live_center_layout .global_table.cr_standing_table th:nth-child(6){width:56px}.live_center_layout .global_table.cr_standing_table td:nth-child(5),.live_center_layout .global_table.cr_standing_table th:nth-child(5){width:34px}.live_center_layout .global_table.cr_standing_table td:nth-child(4),.live_center_layout .global_table.cr_standing_table th:nth-child(4){width:56px}.live_center_layout .global_table.cr_standing_table td:nth-child(3),.live_center_layout .global_table.cr_standing_table th:nth-child(3){width:39px}}@media (min-width:1561px){.live_center_layout .global_table.cr_standing_table td:last-child,.live_center_layout .global_table.cr_standing_table th:last-child{width:66px}.live_center_layout .global_table.cr_standing_table td:nth-child(6),.live_center_layout .global_table.cr_standing_table td:nth-child(7),.live_center_layout .global_table.cr_standing_table th:nth-child(6),.live_center_layout .global_table.cr_standing_table th:nth-child(7){width:50px}.live_center_layout .global_table.cr_standing_table td:nth-child(5),.live_center_layout .global_table.cr_standing_table th:nth-child(5){width:41px}.live_center_layout .global_table.cr_standing_table td:nth-child(4),.live_center_layout .global_table.cr_standing_table th:nth-child(4){width:50px}.live_center_layout .global_table.cr_standing_table td:nth-child(3),.live_center_layout .global_table.cr_standing_table th:nth-child(3){width:43px}}.live_center_layout .global_table.cr_standing_table th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.cr_standing_table th:first-child{text-align:center;width:30px;padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.cr_standing_table th:first-child{width:42px;padding-left:12px;padding-right:12px}}@media (min-width:1200px){.live_center_layout .global_table.cr_standing_table th:first-child{width:51px}}.live_center_layout .global_table.cr_standing_table td{vertical-align:middle}.live_center_layout .global_table.cr_standing_table td:first-child{width:30px;padding:4px}@media (min-width:576px){.live_center_layout .global_table.cr_standing_table td:first-child{width:42px;padding:4px 8px 4px 12px}}@media (min-width:1200px){.live_center_layout .global_table.cr_standing_table td:first-child{width:51px}}@media (min-width:1561px){.live_center_layout .global_table.cr_standing_table td:first-child{text-align:center}}.live_center_layout .global_table.cr_standing_table tr.highlight td:nth-child(2){color:var(--section_text);z-index:1;font-weight:700;position:relative}.live_center_layout .global_table.cr_standing_table tr.highlight td a{color:var(--section_text)}.live_center_layout .global_table .match_score_list{justify-content:center;align-items:center;gap:5px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:576px){.live_center_layout .global_table .match_score_list{gap:6px}}.live_center_layout .global_table .match_score_list li{background:var(--loss_button);border-radius:calc(var(--radius)/1.5);color:var(--live_button_text);flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;padding:1px;font-size:12px;font-weight:600;line-height:12px;display:flex}@media (min-width:576px){.live_center_layout .global_table .match_score_list li{width:20px;height:20px;font-size:13px;line-height:14px}}.live_center_layout .global_table .match_score_list li.active,.live_center_layout .global_table .match_score_list li:last-child{position:relative}.live_center_layout .global_table .match_score_list li.active:before,.live_center_layout .global_table .match_score_list li:last-child:before{background:var(--loss_button);content:"";z-index:0;border-radius:8px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.live_center_layout .global_table .match_score_list li.green,.live_center_layout .global_table .match_score_list li.green:before{background:var(--win_button)}.live_center_layout .global_table .match_score_list li.grey,.live_center_layout .global_table .match_score_list li.grey:before{background:var(--draw_button)}.live_center_layout .global_table.football_form_table table{table-layout:fixed}.live_center_layout .global_table.football_form_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.football_form_table .flg_img{margin-right:9px}.live_center_layout .global_table.football_form_table .des-text{color:var(--section_text);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.football_form_table .team_flag{flex-shrink:0;width:18px;height:18px;margin-right:5px;display:inline-block}.live_center_layout .global_table.football_form_table .num-td{text-align:center;width:100%;padding:0 4px;display:inline-block;position:relative}.live_center_layout .global_table.football_form_table .num-td:before{content:"";background:#dd1e26;border-top-right-radius:2px;border-bottom-right-radius:2px;width:3px;height:26px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}@media (min-width:576px){.live_center_layout .global_table.football_form_table .num-td:before{width:4px;left:-6px}}.live_center_layout .global_table.football_form_table .num-td.green:before{background:#00a826}.live_center_layout .global_table.football_form_table .num-td.red:before{background:#900006}.live_center_layout .global_table.football_form_table th:first-child{text-align:center;padding:9px 12px}.live_center_layout .global_table.football_form_table th:nth-child(2){text-align:left}.live_center_layout .global_table.football_form_table td,.live_center_layout .global_table.football_form_table th{padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.football_form_table td,.live_center_layout .global_table.football_form_table th{padding-left:6px;padding-right:6px}}.live_center_layout .global_table.football_form_table td:first-child,.live_center_layout .global_table.football_form_table th:first-child{text-align:center;width:30px}@media (min-width:576px){.live_center_layout .global_table.football_form_table td:first-child,.live_center_layout .global_table.football_form_table th:first-child{width:42px}}@media (min-width:1200px){.live_center_layout .global_table.football_form_table td:first-child,.live_center_layout .global_table.football_form_table th:first-child{width:51px}}.live_center_layout .global_table.football_form_table td:last-child,.live_center_layout .global_table.football_form_table th:last-child{width:130px}@media (min-width:576px){.live_center_layout .global_table.football_form_table td:last-child,.live_center_layout .global_table.football_form_table th:last-child{width:149px}}.live_center_layout .global_table.striped tr:nth-child(2n) td{z-index:1;position:relative}.live_center_layout .global_table.striped tr:nth-child(2n) td:before{background:var(--section_even_row_bg);content:"";z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.live_center_layout .global_table.squad_table td{vertical-align:middle}.live_center_layout .global_table.squad_table th:nth-child(2){text-align:left}@media (min-width:768px){.live_center_layout .global_table.squad_table tr td,.live_center_layout .global_table.squad_table tr th{width:60px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.squad_table tr td:nth-child(2),.live_center_layout .global_table.squad_table tr th:nth-child(2){width:auto}.live_center_layout .global_table.squad_table tr td:first-child,.live_center_layout .global_table.squad_table tr th:first-child{width:50px}.live_center_layout .global_table.ft_player_goals tr td{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.ft_player_goals tr td,.live_center_layout .global_table.ft_player_goals tr th{width:60px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.ft_player_goals tr td:nth-child(2),.live_center_layout .global_table.ft_player_goals tr th:nth-child(2){text-align:center}.live_center_layout .global_table.ft_player_goals tr td:first-child,.live_center_layout .global_table.ft_player_goals tr th:first-child{width:auto}.live_center_layout .global_table.ft_player_assist tr td{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.ft_player_assist tr td,.live_center_layout .global_table.ft_player_assist tr th{width:60px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.ft_player_assist tr td:nth-child(2),.live_center_layout .global_table.ft_player_assist tr th:nth-child(2){text-align:center;width:130px}.live_center_layout .global_table.ft_player_assist tr td:first-child,.live_center_layout .global_table.ft_player_assist tr th:first-child{width:auto}.live_center_layout .global_table.ft_player_card tr .flg{line-height:1px}.live_center_layout .global_table.ft_player_card tr td,.live_center_layout .global_table.ft_player_card tr th{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.ft_player_card tr td,.live_center_layout .global_table.ft_player_card tr th{width:50px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.ft_player_card tr td:nth-child(2),.live_center_layout .global_table.ft_player_card tr th:nth-child(2){text-align:center;width:100px}.live_center_layout .global_table.ft_player_card tr td:first-child,.live_center_layout .global_table.ft_player_card tr th:first-child{width:auto}.live_center_layout .global_table.team_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.team_table .flg_img{margin-right:8px}.live_center_layout .global_table.team_table .des-text{color:var(--section_text);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.team_table tr{text-align:left}.live_center_layout .global_table.team_table tr td,.live_center_layout .global_table.team_table tr th{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.team_table tr td,.live_center_layout .global_table.team_table tr th{padding-left:10px;padding-right:10px}}.live_center_layout .global_table.team_table tr td:first-child,.live_center_layout .global_table.team_table tr th:first-child{width:90px}.live_center_layout .global_table.team_table tr td:last-child,.live_center_layout .global_table.team_table tr th:last-child{width:132px}.live_center_layout .global_table.team_table tr td ul,.live_center_layout .global_table.team_table tr th ul{white-space:nowrap;margin:0;padding:0;list-style:none;display:flex}.live_center_layout .global_table.team_table tr td ul li,.live_center_layout .global_table.team_table tr th ul li{text-decoration:none}.live_center_layout .global_table.team_table tr td ul li:last-child:before,.live_center_layout .global_table.team_table tr th ul li:last-child:before{color:var(--section_divider);content:"|";vertical-align:middle;margin:0 6px;display:inline-block}@media (min-width:768px){.live_center_layout .global_table.team_table tr td ul li:last-child:before,.live_center_layout .global_table.team_table tr th ul li:last-child:before{margin:0 10px}}.live_center_layout .global_table.team_table tr td ul li a,.live_center_layout .global_table.team_table tr th ul li a{color:var(--section_text_2)}.live_center_layout .global_table.team_table tr td ul li a:hover,.live_center_layout .global_table.team_table tr th ul li a:hover{color:var(--link_hover)}.live_center_layout .global_table.ft_player_team tr td{vertical-align:middle}.live_center_layout .global_table.ft_player_team tr td,.live_center_layout .global_table.ft_player_team tr th{padding:12px}@media (min-width:768px){.live_center_layout .global_table.ft_player_team tr td,.live_center_layout .global_table.ft_player_team tr th{width:120px;padding:15px}}.live_center_layout .global_table.ft_player_team tr td:nth-child(2),.live_center_layout .global_table.ft_player_team tr th:nth-child(2){text-align:center}.live_center_layout .global_table.ft_player_team tr td:first-child,.live_center_layout .global_table.ft_player_team tr th:first-child{width:auto}.section_text_2{color:var(--section_text_2)!important}
.inner_tab ul{margin:0;padding:0}.inner_tab ul li{list-style:none}.inner_tab{margin-bottom:15px}.inner_tab ul{flex-wrap:wrap;gap:6px 7px;font-size:12px;font-weight:500;line-height:1.33333;display:flex}@media (min-width:768px){.inner_tab ul{gap:6px 10px}}.inner_tab ul li{margin:0;padding-left:0}.inner_tab ul li a,.inner_tab ul li span{background:var(--button_bg);border:1px solid var(--button_bg);border-radius:var(--radius);color:var(--button_text);cursor:pointer;padding:6px 11px;transition:all .25s linear;display:block}@media (min-width:768px){.inner_tab ul li a,.inner_tab ul li span{padding-left:15px;padding-right:15px}}.inner_tab ul li a:hover,.inner_tab ul li span:hover,.inner_tab ul li.active a,.inner_tab ul li.active span{background:var(--button_bg_hover);border-color:var(--button_bg_hover);color:var(--button_text_hover)}
.live_center_layout .h2h_wrp_box:not(:last-child){margin-bottom:19px}
.predict_box{background:var(--section_bg);border-radius:var(--radius);margin-bottom:20px}.predict_box .predict_head{border-bottom:1px solid var(--section_divider);justify-content:space-between;padding:20px 15px;display:flex}.predict_box .predict_head .pre_col{color:var(--section_text_2);flex-shrink:0;font-size:14px;font-weight:500;line-height:18px}.predict_box .predict_head .pre_col:first-child{text-align:left}.predict_box .predict_head .pre_col:nth-child(2){text-align:center}.predict_box .predict_head .pre_col.right{text-align:right}.predict_box .predict_body{padding:23px 15px 15px}.predict_box .predict_body .bar-wrap{align-items:center;gap:12px}.predict_box .predict_body .bar-wrap,.predict_box .predict_body .bar_status_top{justify-content:space-between;display:flex}.predict_box .predict_body .bar_status{color:var(--section_text);margin-bottom:7px;display:block}.predict_box .predict_body .stats_bar{z-index:1;border-radius:5px;flex-grow:1;height:8px;margin-bottom:16px;position:relative}.predict_box .predict_body .bar_color{border-radius:5px;width:100%;height:8px;display:block;position:absolute;top:0;bottom:0;left:0}.predict_box .predict_body .stats_num{color:var(--section_text_2);flex-shrink:0}.predict_box .predict_body .bar-labels{color:var(--section_text);justify-content:space-between;align-items:center;font-size:14px;line-height:18px;display:flex}.predict_box .predict_body .bar-labels .label-left{text-align:left}.predict_box .predict_body .bar-labels .label-center{text-align:center}.predict_box .predict_body .bar-labels .label-right{text-align:right}.predict_box .predict_body .continuous-bar{border-radius:5px;width:100%;height:8px;margin:10px 0;display:flex;overflow:hidden}.predict_box .predict_body .continuous-bar .bar-segment{min-width:0;height:100%}.predict_box .predict_body .continuous-bar .bar-segment.left{background:var(--section_team_2_color);border-radius:5px 0 0 5px}.predict_box .predict_body .continuous-bar .bar-segment.center{background:var(--section_even_row_bg)}.predict_box .predict_body .continuous-bar .bar-segment.right{background:var(--section_team_1_color);border-radius:0 5px 5px 0}
.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{width:100%;height:148px}.detail_news .vertical_post.post_card .post_description{width:100%}.detail_news .vertical_post.post_card .post_title{-webkit-line-clamp:2;text-overflow:ellipsis;white-space:nowrap;white-space:normal;color:var(--section_heading_text);-webkit-box-orient:vertical;margin-bottom:13px;text-decoration:none;transition:all .25s linear;display:-webkit-box;overflow:hidden}.detail_news .vertical_post.post_card .author_date{color:var(--section_text_2);justify-content:space-between;font-size:12px;font-weight:400;display:flex}.detail_news .vertical_post.post_card .post_author{margin-bottom:0;font-size:12px;font-weight:400}.detail_news .vertical_post.post_card .post_author strong{text-transform:capitalize}

.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{color:var(--section_text_2);font-size:14px;font-weight:400}
.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{width:60px;padding:19px 15px}.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{align-items:center;display:flex}.live_center_layout .global_table .name{font-size:14px;line-height:1.21429}.live_center_layout .global_table .bow_inf{color:var(--section_text_2);font-size:12px;font-weight:400;line-height:1.5}.live_center_layout .toal_plyer_cr{color:var(--heading_color);justify-content:space-around;gap:10px;margin-bottom:15px;font-size:14px;line-height:1.21429;display:flex}@media (min-width:768px){.live_center_layout .toal_plyer_cr{justify-content:flex-start;gap:10px 40px}}.live_center_layout .cr_tab_btns{flex-wrap:wrap;gap:6px 7px;margin-bottom:15px;font-size:12px;font-weight:500;line-height:1.33333;display:flex}@media (min-width:768px){.live_center_layout .cr_tab_btns{gap:6px 10px}}.live_center_layout .cr_tab_btns li .cr_tab_btn{background:var(--button_bg);border-radius:var(--radius);color:var(--button_text);cursor:pointer;padding:6px 11px;transition:all .25s linear;display:block}@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{background:var(--section_even_row_bg);border:1px solid var(--section_even_row_bg);color:var(--section_text_2);padding:16px;display:flex}.live_center_layout .live_inf_sts li+li:before{background:var(--heading_color);content:"";vertical-align:middle;border-radius:50%;width:4px;height:4px;margin:0 10px;display:inline-block}
.cricket-player-info-card{background:var(--section_bg);border-radius:var(--radius);box-shadow:var(--section_shadow);transition:box-shadow .3s;overflow:hidden}.cricket-player-info-card:hover{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.cricket-player-info-card.no-data{text-align:center;padding:40px 20px}.cricket-player-info-card.no-data p{color:var(--section_text);margin:0;font-size:16px}.cricket-player-info-card .card-header{background:linear-gradient(135deg,var(--match_detail_head_bg)0,var(--link_hover)100%);color:var(--match_detail_head_text);padding:20px}.cricket-player-info-card .card-header .player-name-section .player-name{color:var(--match_detail_head_text);letter-spacing:.5px;margin:0 0 8px;font-size:28px;font-weight:700}.cricket-player-info-card .card-header .player-name-section .player-nickname{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;padding:4px 12px;font-size:13px;font-style:italic;display:inline-block}.cricket-player-info-card .card-body{padding:24px}.cricket-player-info-card .card-body .player-details-grid{border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px;padding-bottom:24px;display:grid}.cricket-player-info-card .card-body .player-details-grid .detail-item{flex-direction:column;gap:6px;display:flex}.cricket-player-info-card .card-body .player-details-grid .detail-item .label{color:var(--section_text_2);letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:600}.cricket-player-info-card .card-body .player-details-grid .detail-item .value{color:var(--section_text);font-size:16px;font-weight:500}.cricket-player-info-card .card-body .player-teams-section .section-title{color:var(--section_text);align-items:center;margin:0 0 16px;font-size:18px;font-weight:700;display:flex}.cricket-player-info-card .card-body .player-teams-section .section-title:before{background:linear-gradient(135deg,var(--match_detail_head_bg)0,var(--link_hover)100%);content:"";border-radius:2px;width:4px;height:20px;margin-right:12px;display:inline-block}.cricket-player-info-card .card-body .player-teams-section .teams-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.cricket-player-info-card .card-body .player-teams-section .teams-grid .team-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;text-decoration:none;transition:all .2s;display:block}.cricket-player-info-card .card-body .player-teams-section .teams-grid .team-card:hover{border-color:var(--match_detail_head_bg);background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 6px #667eea26}.cricket-player-info-card .card-body .player-teams-section .teams-grid .team-card .team-name{color:var(--section_text);text-align:center;font-size:14px;font-weight:500;display:block}@media (max-width:768px){.cricket-player-info-card .card-header{padding:20px}.cricket-player-info-card .card-header .player-name-section .player-name{font-size:22px}.cricket-player-info-card .card-body{padding:20px}.cricket-player-info-card .card-body .player-details-grid{grid-template-columns:1fr;gap:16px}.cricket-player-info-card .card-body .player-teams-section .teams-grid{grid-template-columns:1fr}}
.live_center_layout .global_table .name{text-overflow:ellipsis;white-space:nowrap;display:block}.live_center_layout .global_table .bolar_team{align-items:center;display:flex}.live_center_layout .global_table .bolar_team .ico_flag{flex-shrink:0;width:22px;margin-right:8px;line-height:0}
.live_center_layout .lineupbox{border:1px solid var(--light_border_color);border-radius:var(--radius);padding:0 10px;overflow:hidden}@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{border:0;border-radius:0;margin-left:-10px;margin-right:-10px}@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{text-align:left;width:auto;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.team_lineup td,.live_center_layout .global_table.team_lineup th{text-align:left;width:24px;padding:4px}@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{text-align:center;width:50px;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){text-align:center;width:auto}.live_center_layout .global_table.team_lineup td:last-child,.live_center_layout .global_table.team_lineup th:last-child{width:80px;padding-right:10px}@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{align-items:center;display:flex}.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{font-size:14px;font-weight:700;line-height:1.42857;display:block}.live_center_layout .global_table .players_inf .avtar_inf .name.small{font-size:12px;font-weight:400;line-height:1.66667}.live_center_layout .global_table .players_inf .avtar_inf .inf{color:#707070;font-size:12px;line-height:1.33333;display:block}.live_center_layout .global_table .players_inf .avtar_inf .inf .count{color:#8064e6;margin-right:6px;font-weight:700}.live_center_layout .global_table.player_tranfer td,.live_center_layout .global_table.player_tranfer th{padding:21px 15px;font-size:14px;font-weight:400;line-height:18px}.live_center_layout .global_table.player_tranfer td:first-child,.live_center_layout .global_table.player_tranfer th:first-child{text-align:left;width:auto}.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{background:var(--section_row_highlight);font-weight:600}

.basket_tv{margin-bottom:25px}@media (min-width:768px){.basket_tv .leg_head{margin-bottom:27px}}.basket_tv .global_table.basket_tv_table td,.basket_tv .global_table.basket_tv_table th{padding:21px 15px}.basket_tv .global_table.basket_tv_table td:first-child,.basket_tv .global_table.basket_tv_table th:first-child{width:auto}.basket_tv .global_table.basket_tv_table td:last-child,.basket_tv .global_table.basket_tv_table th:last-child{width:100px}.basket_tv .global_table.basket_tv_table td{vertical-align:middle}.basket_tv .global_table.basket_tv_table .tv_score{gap:10px;display:flex}.basket_tv .global_table.basket_tv_table .tv_score .score_item{background:var(--tag_bg);border-radius:var(--radius);color:var(--tag_text_color);padding:1px 10px}.basket_tv .global_table.basket_venue_table td,.basket_tv .global_table.basket_venue_table th{padding:21px 15px}.basket_tv .global_table.basket_venue_table td:first-child,.basket_tv .global_table.basket_venue_table th:first-child{color:var(--section_text_2);width:170px}.basket_tv .global_table.basket_venue_table td{vertical-align:middle}
.search_filed{z-index:1;margin:0 -10px 10px;padding:9px 10px;position:relative}@media (min-width:576px){.search_filed{margin:0 0 15px;padding:12px 15px}}.search_filed:before{background:var(--section_bg);content:"";z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:576px){.search_filed:before{border-radius:var(--radius)}}.search_filed .input_wrap{position:relative}.search_filed .input_wrap .reset-btn{color:#fff;cursor:pointer;background:#999;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:8px;font-weight:700;display:flex;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.search_filed .input_wrap .ico_search_thin{color:var(--section_icon);pointer-events:none;font-size:17px;font-weight:700;position:absolute;top:50%;left:19px;transform:translateY(-50%)}@media (min-width:992px){.search_filed .input_wrap .ico_search_thin{left:15px}}.search_filed .form_control{background:var(--section_search_bg);border:1px solid var(--section_border);border-radius:var(--radius);color:var(--section_text);width:100%;height:32px;padding:7px 46px;font-size:12px;line-height:1.33333}@media (min-width:768px){.search_filed .form_control{height:40px;padding-top:10px;padding-bottom:10px;font-size:14px;line-height:1.28571}}.search_filed .form_control:focus{box-shadow:none;outline:none}
.live_center_layout .global_table{text-align:center;border-radius:15px;font-size:14px;line-height:20px;overflow-x:auto}.live_center_layout .global_table:not(:last-child){margin-bottom:15px}.live_center_layout .global_table table{width:100%}.live_center_layout .global_table tr{vertical-align:middle}.live_center_layout .global_table .d-inline-block{vertical-align:middle;display:inline-block}.live_center_layout .global_table.player_sets td,.live_center_layout .global_table.player_sets th{width:24px;padding:4px}@media (min-width:413px){.live_center_layout .global_table.player_sets td,.live_center_layout .global_table.player_sets th{width:34px}}@media (min-width:576px){.live_center_layout .global_table.player_sets td,.live_center_layout .global_table.player_sets th{width:50px;padding:15px 6px}}.live_center_layout .global_table.player_sets td:first-child,.live_center_layout .global_table.player_sets th:first-child{text-align:left;width:auto;padding-left:10px}@media (min-width:413px){.live_center_layout .global_table.player_sets td:first-child,.live_center_layout .global_table.player_sets th:first-child{padding-left:14px}}.live_center_layout .global_table.player_sets td:nth-child(2),.live_center_layout .global_table.player_sets th:nth-child(2){text-align:center}.live_center_layout .global_table.player_sets td:last-child,.live_center_layout .global_table.player_sets th:last-child{padding-right:10px}@media (min-width:413px){.live_center_layout .global_table.player_sets td:last-child,.live_center_layout .global_table.player_sets th:last-child{padding-right:14px}}.live_center_layout .global_table.player_sets th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.player_sets td{vertical-align:middle}.live_center_layout .global_table.player_lineup_t td,.live_center_layout .global_table.player_lineup_t th{width:24px;padding:4px}@media (min-width:413px){.live_center_layout .global_table.player_lineup_t td,.live_center_layout .global_table.player_lineup_t th{width:34px}}@media (min-width:576px){.live_center_layout .global_table.player_lineup_t td,.live_center_layout .global_table.player_lineup_t th{width:50px;padding:15px 6px}}.live_center_layout .global_table.player_lineup_t td:first-child,.live_center_layout .global_table.player_lineup_t th:first-child{text-align:center;width:100px;padding-left:10px}@media (min-width:413px){.live_center_layout .global_table.player_lineup_t td:first-child,.live_center_layout .global_table.player_lineup_t th:first-child{padding-left:14px}}.live_center_layout .global_table.player_lineup_t td:nth-child(3),.live_center_layout .global_table.player_lineup_t th:nth-child(3){text-align:left;width:80px}.live_center_layout .global_table.player_lineup_t td:nth-child(2),.live_center_layout .global_table.player_lineup_t th:nth-child(2){text-align:left;width:auto}.live_center_layout .global_table.player_lineup_t th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.player_lineup_t td{vertical-align:middle}.live_center_layout .global_table.player_lineup_t .count_num{color:#8064e6;font-weight:700}.live_center_layout .global_table .players_inf{align-items:center;display:flex}.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{font-size:14px;font-weight:700;line-height:1.42857;display:block}.live_center_layout .global_table .players_inf .avtar_inf .name.small{font-size:12px;font-weight:400;line-height:1.66667}.live_center_layout .global_table .players_inf .avtar_inf .inf{color:#707070;font-size:12px;line-height:1.33333;display:block}.live_center_layout .global_table .players_inf .avtar_inf .inf .count{color:#8064e6;margin-right:6px;font-weight:700}.live_center_layout .global_table.tv-channel-table{max-height:300px;overflow:hidden auto}
.stats_filters,.tennis_stats_container{width:100%}.set_selector{flex-wrap:wrap;gap:10px;width:100%}.filter_button,.set_selector{align-content:center;align-items:center;display:flex}.filter_button{background:var(--section_bg);border:1px solid var(--section_bg);color:var(--base_text_color);cursor:pointer;opacity:1;text-align:center;border-radius:8px;justify-content:center;gap:15px;height:36px;padding:0 16px;font-size:12px;font-weight:500;line-height:18px;transition:all .2s;font-family:var(--font-lexendDeca)!important}.filter_button.active,.filter_button:hover{background:var(--section_team_2_color-light);border-color:var(--section_team_2_color-light);color:#fff}.stats_title{width:100%;margin-top:20px;margin-bottom:20px}.stats_title h2{color:var(--heading_color);letter-spacing:0;margin:0;font-size:16px;font-weight:500;line-height:100%;font-family:var(--font-lexendDeca)!important}
.global_table.ranking_tbl{margin-bottom:10px}.global_table.ranking_tbl:last-child{margin-bottom:0}.global_table.ranking_tbl td,.global_table.ranking_tbl th{padding:21px 8px}.global_table.ranking_tbl td:first-child,.global_table.ranking_tbl th:first-child{text-align:center}.global_table.ranking_tbl td:nth-child(2),.global_table.ranking_tbl th:nth-child(2){text-align:left}.ranking_list{flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none}.ranking_list,.ranking_list li{align-items:center;gap:20px;display:flex}

.incident_summary{margin:0;padding:0}.incident_summary li{list-style:none}.summary_box{border-radius:8px;overflow:hidden}.summary_box:not(:last-child){margin-bottom:15px}.summary_box_head{color:var(--heading_color);justify-content:space-between;padding:14px 15px;font-size:14px;line-height:1.28571;display:flex}.summary_box_head .title{font-weight:700}.incident_summary{background:var(--section_bg);border-radius:var(--radius);color:var(--section_text);font-size:12px;line-height:1.33333}.incident_summary li{align-items:center;padding:14px 15px;display:flex}.incident_summary li:nth-child(2n){background:var(--section_even_row_bg)}.incident_summary li.reverse{flex-direction:row-reverse}.incident_summary li.reverse .name{margin:0 0 0 5px}.incident_summary .icon_wrp{padding:0 8px}.incident_summary .name{margin-right:5px;font-weight:600}.incident_summary .mints{color:var(--section_text_2)}
