.match_detail{color:#becde3;flex-direction:column;align-items:center;width:100%;transition:all .5s;display:flex;position:absolute;top:0;bottom:0;overflow:hidden scroll}.match_detail *{-webkit-user-select:text;user-select:text}.match_detail.hide{opacity:1;width:100%;transition:all .4s;position:absolute;top:0;right:-100%}.match_detail.show{opacity:1;width:100%;transition:all .4s;position:absolute;right:0}.match_detail>.backBtn{color:#fff;z-index:100;background:#000;justify-content:center;align-items:center;width:100%;height:40px;font-size:12px;line-height:40px;display:flex;position:sticky;top:0}.match_detail>.path_nav{color:#fff;flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;gap:5px;width:100%;padding:8px;display:flex}.match_detail>.path_nav .item{color:#d5ddea;cursor:pointer;-webkit-user-select:none;user-select:none;background-image:url(https://file.onetopdev.com/img/frontend/icon/ico_arrow_gray.png);background-position:100%;background-repeat:no-repeat;background-size:10%;align-items:center;padding-top:0;padding-right:10px;font-size:10px;font-weight:400;transition:all .1s;display:flex}.match_detail>.path_nav .item:active{color:#8600f7;transition:all .1s}.match_detail>.path_nav .item:last-child{background:0 0;width:250px;margin:0;padding-right:0}@media screen and (max-width:425px){.match_detail>.path_nav .item:last-child{width:180px}}.match_detail>.path_nav .item:last-child .teamNames{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.match_detail>.match_detail_head{flex-direction:row;align-items:center;width:100%;padding:4px 8px 8px;display:flex}.match_detail>.match_detail_head>.sports_name{display:none}.match_detail>.match_detail_head>.country_icon{width:22px;height:16px}.match_detail>.match_detail_head>.country_icon img{-o-object-fit:fill;object-fit:fill;-o-object-position:center;object-position:center;width:22px;height:16px;overflow:hidden}.match_detail>.match_detail_head>.sports_icon{width:16px;height:16px;margin-left:8px}.match_detail>.match_detail_head>.sports_icon img{-o-object-fit:scale-down;object-fit:scale-down;-o-object-position:center;object-position:center;width:16px;height:16px}.match_detail>.match_detail_head>.league_name{color:#becde3;-webkit-user-select:all;user-select:all;flex-shrink:0;justify-content:center;align-items:center;margin-left:8px;font-size:12px;display:flex}.match_detail>.match_detail_head>.event_status{color:#abb2be;background:#353535;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:22px;margin-left:5px;font-size:13px;display:flex}.match_detail>.match_detail_head>.event_status.finished,.match_detail>.match_detail_head>.event_status.canceled{color:#7f8794;background:#252525;text-decoration:line-through}.match_detail>.match_detail_head>.event_status.playing{background:#c12a2b}.match_detail>.match_detail_head>.event_at{color:#becde3;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:12px;display:flex}.match_detail>.match_detail_head>.btn_ctrl_odds{color:#fff;background:#0f0f0f;flex-shrink:0;justify-content:center;align-items:center;height:24px;margin-left:5px;padding-left:10px;padding-right:10px;font-size:7px;display:flex}.match_detail>.match_detail_head>.event_urn{justify-content:center;align-items:center;margin-left:10px;display:flex}.match_detail>.match_detail_head>.expand{flex-grow:1;display:flex}.match_detail>.match_detail_body{flex-direction:column;width:100%;margin-bottom:10px;display:flex}.match_detail>.match_detail_body>.match_detail_matchup{background:#1b222c;flex-direction:row;justify-content:center;margin-bottom:4px;padding:8px 0;display:flex;overflow:hidden}.match_detail>.match_detail_body>.match_detail_matchup .versus{color:#c480ff;flex-shrink:0;align-items:center;font-size:10px;font-weight:600;display:flex}.match_detail>.match_detail_body>.match_detail_matchup .team{flex-direction:row;align-items:center;width:145px;display:flex;overflow:hidden}.match_detail>.match_detail_body>.match_detail_matchup .team .team_icon{border-radius:50%;width:20px;height:20px;margin-left:5px;margin-right:5px}.match_detail>.match_detail_body>.match_detail_matchup .team .team_icon img{-o-object-fit:scale-down;object-fit:scale-down;border-radius:50%;width:20px;height:20px;padding:4px;box-shadow:0 0 5px #11151f}.match_detail>.match_detail_body>.match_detail_matchup .team .team_name{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-end;align-items:center;width:100%;font-size:12px;display:flex;overflow:hidden}@media screen and (max-width:425px){.match_detail>.match_detail_body>.match_detail_matchup .team .team_name{width:145px}}@media screen and (max-width:375px){.match_detail>.match_detail_body>.match_detail_matchup .team .team_name{width:120px}}.match_detail>.match_detail_body>.match_detail_matchup .team .score{align-items:center;height:40px;display:none}.match_detail>.match_detail_body>.match_detail_matchup .team.home_team{flex-direction:row-reverse}.match_detail>.match_detail_body>.match_detail_matchup .team.home_team .team_name{text-align:left;justify-content:flex-end}.match_detail>.match_detail_body>.match_detail_matchup .team.away_team .team_name{justify-content:flex-start}.match_detail>.match_detail_body>.match_detail_video{flex-direction:column;width:100%;margin-bottom:10px;display:flex}.match_detail>.match_detail_body>.market_list,.match_detail>.match_detail_body>.market_list>.market{flex-direction:column;width:100%;display:flex}@keyframes animate_fade_in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.match_detail>.match_detail_body>.market_list>.market>.market_title{color:#cfcfcf;text-overflow:ellipsis;white-space:nowrap;align-items:center;width:100%;height:40px;margin-left:8px;display:flex;overflow:hidden}.match_detail>.match_detail_body>.market_list>.market>.market_item_list{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:5px;padding-left:5px;padding-right:5px;display:grid}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item{color:#efefef;cursor:pointer;-webkit-user-select:none;user-select:none;background:#050911;border:1px solid #640ea9;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:40px;padding:10px;font-size:12px;font-weight:200;display:flex;position:relative}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_label,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds{color:#efefef;font-size:10px;font-weight:200;transition:all .1s}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds_change_offset,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds_change_offset>span.up,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds_change_offset>span.down,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item .spinner_box,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item .locker{display:none}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.up{border:1px solid #00d080;animation:2s infinite animate_odds_change_up}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.up>.market_item_odds_change_offset{color:#00d080;opacity:0;font-weight:200;animation:1s infinite animate_odds_change_up_text;display:block;position:absolute;bottom:5px;left:50%;transform:translate(-50%,-50%)}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.up>.market_item_odds_change_offset>span.up{display:inline-block}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.down{border:1px solid #ff491c;animation:2s infinite animate_odds_change_down}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.down>.market_item_odds_change_offset{color:#ff491c;opacity:0;font-weight:200;animation:1s infinite animate_odds_change_down_text;display:block;position:absolute;bottom:5px;left:50%;transform:translate(-50%,-50%)}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.down>.market_item_odds_change_offset>span.down{display:inline-block}@keyframes animate_odds_change_up_text{0%{opacity:0;bottom:0}50%{opacity:1;bottom:5px}to{opacity:0}}@keyframes animate_odds_change_down_text{0%{opacity:0;bottom:10px}50%{opacity:1;bottom:5px}to{opacity:0;bottom:5px}}@keyframes animate_odds_change_up{0%{border:1px solid #00d08055}50%{border:1px solid #00d080}to{border:1px solid #00d08055}}@keyframes animate_odds_change_down{0%{border:1px solid #ff491c55}50%{border:1px solid #ff491c}to{border:1px solid #ff491c55}}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item:active,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.active{color:#8a00ff;background:#8a00ff85;border:1px solid #8600f7;transition:all .1s}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item:active>.market_item_label,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.active>.market_item_label,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item:active>.market_item_odds,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.active>.market_item_odds{color:#fff;transition:all .1s}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active){background:#041e28;border:1px solid #8600f7;transition:all .1s}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active)>.market_item_label,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active)>.market_item_odds{color:#c480ff;transition:all .1s}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active) .spinner_box{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active) .spinner_box .spinner{background:radial-gradient(farthest-side,#8600f7 94%,#8600f7) top/3px 3px no-repeat,conic-gradient(#0000 30%,#8600f7);justify-content:center;width:20px;height:20px;animation:1s linear infinite loader-animation;display:flex}@keyframes loader-animation{to{transform:rotate(1turn)}}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated{background:#131822;border:0}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.market_item_label{color:#99a0ab22}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.market_item_odds{color:#abb2be22}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.spinner_box,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.spinner_box>.spinner{opacity:0;animation:none;display:none}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.locker{background-image:url(https://file.onetopdev.com/img/frontend/icon/lock.png);background-position:50%;background-repeat:no-repeat;background-size:12px;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.active{background:#131822;border:0}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.active>.market_item_label{color:#99a0ab22}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.active>.market_item_odds{color:#abb2be22}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active{background:#131822;border:0}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.market_item_label{color:#99a0ab22}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.market_item_odds{color:#abb2be22}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.spinner_box,.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.spinner_box>.spinner{opacity:0;animation:none;display:none}.match_detail>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.locker{filter:sepia()hue-rotate(-90deg)saturate(200%);transition:all 50ms;animation:.1s animate_vibration}@keyframes animate_vibration{0%{margin-left:-5px}50%{margin-left:5px}to{margin-left:-5px}}.match_detail.sports_inplay{opacity:1;width:100%;transition:all .4s}.match_detail.sports_inplay.hide{opacity:1;width:100%;transition:all .4s;position:absolute;top:0;right:-100%}.match_detail.sports_inplay.show{opacity:1;width:100%;transition:all .4s;position:absolute;right:0}.match_detail.sports_inplay .main-detail{flex-direction:column;width:100%;display:flex}.match_detail.sports_inplay .main-detail .detail-box{flex-direction:column;flex-shrink:1;width:100%;display:flex;overflow:hidden}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head{background-color:#1b222c;justify-content:center;align-items:center;height:40px;margin:0 0 5px;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .left{flex-shrink:1;justify-content:flex-start;align-items:center;gap:10px;display:none;overflow:hidden;width:220px!important}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .left .sport img{width:20px;height:20px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .left .country img{width:30px;height:20px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .left .league{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center{flex-grow:1;flex-shrink:0;justify-content:center;align-items:center;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team{flex-shrink:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team .team-name{color:#becde3;text-overflow:ellipsis;white-space:nowrap;width:150px;font-size:12px;font-weight:600;overflow:hidden}@media screen and (max-width:375px){.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team .team-name{width:115px}}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team .team-logo{width:20px;height:20px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team .team-logo img{width:20px;height:20px;padding:2px;box-shadow:0 0 5px #11151f}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team .team-logo:before{filter:hue-rotate(65deg)brightness(.8)saturate(4);opacity:.6;background-position:50%;background-size:26px;width:30px;height:30px;margin:-5px 0 0 -5.52px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .team .team-score{color:#c480ff;margin:0 4px;font-size:12px;font-weight:600;display:none}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .away-team{flex-direction:row-reverse}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .home-team .team-name{text-align:right;margin:0 6px 0 0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .away-team .team-name{margin:0 0 0 6px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .center .vs{color:#c480ff;flex-shrink:0;justify-content:center;align-items:center;width:20px;margin-left:2px;margin-right:2px;font-size:10px;font-weight:600;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_head .right{white-space:nowrap;flex-shrink:1;justify-content:center;align-items:flex-end;width:220px;margin:0;display:none}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body{flex-direction:column;width:100%;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title{margin-bottom:10px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section{height:100px;padding-top:40px;display:block;position:relative}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .sport{position:absolute;top:0;left:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .sport .icon img{width:20px;height:20px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .flag{position:absolute;top:0;left:45px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .flag img{width:30px;height:20px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .league{position:absolute;top:0;left:86px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .team{align-items:center;width:100%;height:60px;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .team .teamLogo{flex-shrink:0;margin-left:10px;margin-right:10px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .team .teamLogo img{background:#101418;border:1px solid #161c30;width:40px;height:40px;padding:2px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .team .teamName{color:#becde3;width:100px;font-size:13px;font-weight:600}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .team:nth-child(4){flex-direction:row-reverse}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .vs{color:#c480ff;flex-shrink:0;align-items:center;height:60px;margin-left:5px;margin-right:5px;font-size:12px;font-weight:600;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.sports_event_title>.bottom_section .eventAt{position:absolute;top:0;right:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup{background:#1b222c;flex-direction:row;justify-content:center;margin-bottom:10px;padding:10px;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .versus{color:#c480ff;flex-shrink:0;align-items:center;height:40px;margin-left:20px;margin-right:20px;font-size:14px;font-weight:600;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .team{flex-direction:row;width:100%;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .team .team_icon{width:40px;height:40px;margin-left:20px;margin-right:20px}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .team .team_icon img{width:40px;height:40px;padding:4px;box-shadow:0 0 5px #11151f}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .team .team_name{align-items:center;height:40px;font-size:12px;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .team .score{align-items:center;height:40px;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_matchup .team.home_team{flex-direction:row-reverse}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_video{flex-direction:column;width:100%;margin-bottom:10px;padding-top:56.25%;display:flex;position:relative}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_video>.video-stream-box{background-color:#1c222c;position:absolute;inset:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.match_detail_video>.video-stream-box .notice{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list{flex-direction:column;width:100%;padding-bottom:20px;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market{flex-direction:column;width:100%;animation:.2s animate_fade_in;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_title{color:#cfcfcf;text-overflow:ellipsis;white-space:nowrap;align-items:center;width:100%;height:40px;padding-left:10px;padding-right:10px;font-size:10px;font-weight:800;display:flex;overflow:hidden}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:5px;padding-left:5px;padding-right:5px;display:grid}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item{color:#efefef;cursor:pointer;-webkit-user-select:none;user-select:none;background:#050911;border:1px solid #640ea9;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:40px;padding:10px;font-size:12px;font-weight:200;display:flex;position:relative}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_label,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds{color:#efefef;font-size:10px;font-weight:800;transition:all .1s}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds_change_offset,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds_change_offset>span.up,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item>.market_item_odds_change_offset>span.down,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item .spinner_box,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item .locker{display:none}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.up{border:1px solid #00d080;animation:2s infinite animate_odds_change_up}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.up>.market_item_odds_change_offset{color:#00d080;opacity:0;font-weight:200;animation:1s infinite animate_odds_change_up_text;display:block;position:absolute;bottom:5px;left:50%;transform:translate(-50%,-50%)}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.up>.market_item_odds_change_offset>span.up{display:inline-block}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.down{border:1px solid #ff491c;animation:2s infinite animate_odds_change_down}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.down>.market_item_odds_change_offset{color:#ff491c;opacity:0;font-weight:200;animation:1s infinite animate_odds_change_down_text;display:block;position:absolute;bottom:5px;left:50%;transform:translate(-50%,-50%)}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.down>.market_item_odds_change_offset>span.down{display:inline-block}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.active{color:#8a00ff;background:#8a00ff85;border:1px solid #8600f7;transition:all .1s}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.active>.market_item_label,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.active>.market_item_odds{color:#fff;transition:all .1s}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active){background:#041e28;border:1px solid #8600f7;transition:all .1s}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active)>.market_item_label,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active)>.market_item_odds{color:#c480ff;transition:all .1s}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active) .spinner_box{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.pre_active:not(.active) .spinner_box .spinner{background:radial-gradient(farthest-side,#8600f7 94%,#8600f7) top/3px 3px no-repeat,conic-gradient(#0000 30%,#8600f7);justify-content:center;width:20px;height:20px;animation:1s linear infinite loader-animation;display:flex}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated{background:#131822;border:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.market_item_label{color:#99a0ab22}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.market_item_odds{color:#abb2be22}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.spinner_box,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.spinner_box>.spinner{opacity:0;animation:none;display:none}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated>.locker{background-image:url(https://file.onetopdev.com/img/frontend/icon/lock.png);background-position:50%;background-repeat:no-repeat;background-size:12px;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.active{background:#131822;border:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.active>.market_item_label{color:#99a0ab22}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.active>.market_item_odds{color:#abb2be22}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active{background:#131822;border:0}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.market_item_label{color:#99a0ab22}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.market_item_odds{color:#abb2be22}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.spinner_box,.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.spinner_box>.spinner{opacity:0;animation:none;display:none}.match_detail.sports_inplay .main-detail .detail-box>.match_detail_body>.market_list>.market>.market_item_list>.market_item.deactivated.pre_active>.locker{filter:sepia()hue-rotate(-90deg)saturate(200%);transition:all 50ms;animation:.1s animate_vibration}.match_detail.sports_inplay .main-detail .right{flex-direction:column;width:100%;height:fit-content;display:flex}.match_detail.sports_inplay .main-detail .right img{background:#1b222c;margin-bottom:10px;padding-top:20px;padding-bottom:10px}.widget-panda .f7431-blockTemplate{--background:transparent!important}
.betradar_widget_head_to_head{background:#1b222c;width:100%;min-height:200px;padding:20px;display:block;overflow:hidden}.betradar_widget_head_to_head .sr-bb{text-align:left;background:#1b222c;font-family:Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif}.betradar_widget_head_to_head .sr-bb.sr-rtl{text-align:right}.betradar_widget_head_to_head .sr-bb .sr-bb{background:0 0}.betradar_widget_head_to_head .sr-bb .srt-base-1{color:#fff;background-color:#0000;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-win{color:#d7d7d7;background-color:#0000;border-color:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-base-1-draw{color:#fff6;background-color:#0000;border-color:#fff6}.betradar_widget_head_to_head .sr-bb .srt-base-1-lose{color:#d7d7d7;background-color:#0000;border-color:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active{color:#fff;background-color:#15b1e91f;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-2{color:#fff;background-color:#323841;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-hoverable:hover{color:#fff;background-color:#15b1e91f;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary{color:#8600f7;filter:brightness(0)saturate()invert(10%)sepia(80%)saturate(7481%)hue-rotate(275deg)brightness(97%)contrast(117%);background-color:#0000;border-color:#8600f7}.betradar_widget_head_to_head .sr-bb .srt-base-1-home-1,.betradar_widget_head_to_head .sr-bb .srt-base-1-away-1{color:#d7d7d7;background-color:#0000;border-color:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-base-1-home-2,.betradar_widget_head_to_head .sr-bb .srt-base-1-away-2{color:#d7d7d7;background-color:#0000;border-color:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-base-1-home-3,.betradar_widget_head_to_head .sr-bb .srt-base-1-away-3{color:#d7d7d7;background-color:#0000;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-home-4,.betradar_widget_head_to_head .sr-bb .srt-base-1-away-4{color:#9fa1a4;background-color:#0000;border-color:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-base-1-home-5,.betradar_widget_head_to_head .sr-bb .srt-base-1-away-5{color:#e5e5e5;background-color:#0000;border-color:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-base-1-background,.betradar_widget_head_to_head .sr-bb .srt-base-2{color:#fff;background-color:#1b222c;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-2-is-active,.betradar_widget_head_to_head .sr-bb .srt-base-2-is-hoverable:hover,.betradar_widget_head_to_head .sr-bb .srt-base-3{color:#fff;background-color:#1a3343;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-3-is-active,.betradar_widget_head_to_head .sr-bb .srt-base-3-is-hoverable:hover{color:#fff;background-color:#1a3a4c;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-3-background{color:#fff;background-color:#1b222c;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-4{color:#fff;background-color:#1b2935;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-5-is-active,.betradar_widget_head_to_head .sr-bb .srt-base-5-is-hoverable:hover{color:#fff;background-color:#19475d;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-6{color:#fff;background-color:#0000;border-color:#ffffff4d}.betradar_widget_head_to_head .sr-bb .srt-primary-1{color:#000;background-color:#15b1e9;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover{color:#000;background-color:#139fd2;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled{color:#000;background-color:#118eba;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-2{color:#000;background-color:#5bc8f0;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-3{color:#000;background-color:#139fd2;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-4,.betradar_widget_head_to_head .sr-bb .srt-primary-5{color:#000;background-color:#17789d;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover{color:#000;background-color:#15b1e9;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-6{color:#000;background-color:#77d2f2;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-7,.betradar_widget_head_to_head .sr-bb .srt-primary-8{color:#000;background-color:#15b1e9;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1{color:#000;background-color:#139fd2;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2{color:#000;background-color:#139fd2;border-color:#1b222c}.betradar_widget_head_to_head .sr-bb .srt-primary-9{color:#fff;background-color:#194d65;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-primary-10{color:#000;background-color:#1694c3;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-11{color:#000;background-color:#139fd2;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-primary-12{color:#000;background-color:#15b1e9;border-color:#000}.betradar_widget_head_to_head .sr-bb .srt-primary-13{color:#000;background-color:#1b2935;border-color:#15b1e94d}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-1{color:#15b1e9;background-color:#0000;border-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-2{color:#5bc8f0;background-color:#0000;border-color:#5bc8f0}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-3{color:#139fd2;background-color:#0000;border-color:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-4,.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-5{color:#17789d;background-color:#0000;border-color:#17789d}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-6{color:#77d2f2;background-color:#0000;border-color:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-7,.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-8{color:#15b1e9;background-color:#0000;border-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-9{color:#194d65;background-color:#0000;border-color:#194d65}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-10{color:#1694c3;background-color:#0000;border-color:#1694c3}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-11{color:#139fd2;background-color:#0000;border-color:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-base-1-primary-13{color:#1b2935;background-color:#1b222c;border-color:#15b1e94d}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-1{color:#393f47;background-color:#0000;border-color:#393f47}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-2{color:#e8e9ea;background-color:#0000;border-color:#e8e9ea}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-3{color:#ffffff1f;background-color:#0000;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-4{color:#afb2b5;background-color:#0000;border-color:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-5{color:#c6c8ca;background-color:#0000;border-color:#c6c8ca}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-6{color:#52575f;background-color:#0000;border-color:#52575f}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-7{color:#afb2b5;background-color:#0000;border-color:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-8{color:#393f47;background-color:#0000;border-color:#393f47}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-9{color:#292f39;background-color:#0000;border-color:#292f39}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-10{color:#363d45;background-color:#0000;border-color:#363d45}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-11{color:#767a80;background-color:#0000;border-color:#767a80}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-12{color:#bbbdc0;background-color:#0000;border-color:#bbbdc0}.betradar_widget_head_to_head .sr-bb .srt-base-1-neutral-13{color:#323841;background-color:#0000;border-color:#323841}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary{color:#15b1e9;background-color:#15b1e91f;border-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-home-1,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-away-1{color:#d7d7d7;background-color:#15b1e91f;border-color:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-home-2,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-away-2{color:#d7d7d7;background-color:#15b1e91f;border-color:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-home-3,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-away-3{color:#d7d7d7;background-color:#15b1e91f;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-home-4,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-away-4{color:#9fa1a4;background-color:#15b1e91f;border-color:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-home-5,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-away-5{color:#e5e5e5;background-color:#15b1e91f;border-color:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-1{color:#15b1e9;background-color:#15b1e91f;border-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-2{color:#5bc8f0;background-color:#15b1e91f;border-color:#5bc8f0}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-3{color:#139fd2;background-color:#15b1e91f;border-color:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-4,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-5{color:#17789d;background-color:#15b1e91f;border-color:#17789d}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-6{color:#77d2f2;background-color:#15b1e91f;border-color:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-7,.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-8{color:#15b1e9;background-color:#15b1e91f;border-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-9{color:#194d65;background-color:#15b1e91f;border-color:#194d65}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-10{color:#1694c3;background-color:#15b1e91f;border-color:#1694c3}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-primary-11{color:#139fd2;background-color:#15b1e91f;border-color:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-1{color:#393f47;background-color:#15b1e91f;border-color:#393f47}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-2{color:#e8e9ea;background-color:#15b1e91f;border-color:#e8e9ea}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-3{color:#ffffff1f;background-color:#15b1e91f;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-4{color:#afb2b5;background-color:#15b1e91f;border-color:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-5{color:#c6c8ca;background-color:#15b1e91f;border-color:#c6c8ca}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-6{color:#52575f;background-color:#15b1e91f;border-color:#52575f}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-7{color:#afb2b5;background-color:#15b1e91f;border-color:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-8{color:#393f47;background-color:#15b1e91f;border-color:#393f47}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-9{color:#292f39;background-color:#15b1e91f;border-color:#292f39}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-10{color:#363d45;background-color:#15b1e91f;border-color:#363d45}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-11{color:#767a80;background-color:#15b1e91f;border-color:#767a80}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-12{color:#bbbdc0;background-color:#15b1e91f;border-color:#bbbdc0}.betradar_widget_head_to_head .sr-bb .srt-base-1-is-active-neutral-13{color:#323841;background-color:#15b1e91f;border-color:#323841}.betradar_widget_head_to_head .sr-bb .srt-home-1,.betradar_widget_head_to_head .sr-bb .srt-away-1{color:#000;background-color:#d7d7d7;border-color:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-home-2,.betradar_widget_head_to_head .sr-bb .srt-away-2{color:#000;background-color:#d7d7d7;border-color:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-home-3,.betradar_widget_head_to_head .sr-bb .srt-away-3{color:#000;background-color:#d7d7d7;border-color:#1b222c}.betradar_widget_head_to_head .sr-bb .srt-home-4,.betradar_widget_head_to_head .sr-bb .srt-away-4{color:#000;background-color:#9fa1a4;border-color:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-home-5,.betradar_widget_head_to_head .sr-bb .srt-away-5{color:#000;background-color:#e5e5e5;border-color:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-home-6,.betradar_widget_head_to_head .sr-bb .srt-away-6,.betradar_widget_head_to_head .sr-bb .srt-home-6-is-hoverable:hover,.betradar_widget_head_to_head .sr-bb .srt-away-6-is-hoverable:hover{color:#fff;background-color:#d7d7d733;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-1{color:#fff;background-color:#393f47;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-2{color:#000;background-color:#e8e9ea;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-neutral-3{color:#fff;background-color:#ffffff1f;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-4{color:#000;background-color:#afb2b5;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-neutral-5{color:#000;background-color:#c6c8ca;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-neutral-6{color:#fff;background-color:#52575f;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-7{color:#000;background-color:#afb2b5;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-neutral-8{color:#fff;background-color:#393f47;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-9{color:#fff;background-color:#292f39;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-10{color:#ffffffd1;background-color:#363d45;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-11{color:#fff;background-color:#767a80;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-neutral-12{color:#000;background-color:#bbbdc0;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-neutral-13{color:#fff;background-color:#323841;border-color:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-win{color:#000;background-color:#d7d7d7;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-draw{color:#000;background-color:#fff6;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-lose{color:#000;background-color:#d7d7d7;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-text-secondary{-webkit-font-smoothing:antialiased;opacity:.8}.betradar_widget_head_to_head .sr-bb .srt-text-disabled{opacity:.6}.betradar_widget_head_to_head .sr-bb .srt-text-tertiary{opacity:.7}.betradar_widget_head_to_head .sr-bb .srt-primary-1 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-2 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-2.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-3 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-3.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-4 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-4.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-5 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-5.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-6 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-6.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-7 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-7.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-8 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-8.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-9 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-9.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-10 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-10.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-11 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-11.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-12 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-12.srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-13 .srt-text-secondary,.betradar_widget_head_to_head .sr-bb .srt-primary-13.srt-text-secondary{-webkit-font-smoothing:antialiased;opacity:.7}.betradar_widget_head_to_head .sr-bb .srt-primary-1 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-2 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-2.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-3 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-3.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-4 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-4.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-5 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-5.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-6 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-6.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-7 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-7.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-8 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-8.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-9 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-9.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-10 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-10.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-11 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-11.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-12 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-12.srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-13 .srt-text-disabled,.betradar_widget_head_to_head .sr-bb .srt-primary-13.srt-text-disabled{opacity:.35}.betradar_widget_head_to_head .sr-bb .srt-primary-1 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-active.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-1-is-disabled.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-2 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-2.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-3 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-3.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-4 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-4.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-5 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-5.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-6 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-6.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-7 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-7.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-8 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-8.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-1.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-8-is-active-2.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-9 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-9.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-10 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-10.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-11 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-11.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-12 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-12.srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-13 .srt-text-tertiary,.betradar_widget_head_to_head .sr-bb .srt-primary-13.srt-text-tertiary{opacity:.54}.betradar_widget_head_to_head .sr-bb .srt-icon{opacity:.33}.betradar_widget_head_to_head .sr-bb .srt-icon-secondary{opacity:.7}.betradar_widget_head_to_head .sr-bb .srt-elevation-1{box-shadow:0 1px 2px #0003,0 1px 3px #0000001a}.betradar_widget_head_to_head .sr-bb .srt-elevation-2{box-shadow:0 3px 6px #0000003b,0 3px 6px #00000029}.betradar_widget_head_to_head .sr-bb .srt-elevation-3{box-shadow:0 6px 6px #00000042,0 10px 20px #00000030}.betradar_widget_head_to_head .sr-bb .srt-elevation-center-2{box-shadow:0 1px 5px #0000003b,0 1px 5px #00000029}.betradar_widget_head_to_head .sr-bb .srt-inset-top-1{box-shadow:inset 0 1px 2px #0000003b}.betradar_widget_head_to_head .sr-bb .srt-inset-bottom-1{box-shadow:inset 0 -1px 2px #0000003b}.betradar_widget_head_to_head .sr-bb .srt-inset-top-2{box-shadow:inset 0 3px 6px #0000003b}.betradar_widget_head_to_head .sr-bb .srt-inset-bottom-2{box-shadow:inset 0 -3px 6px #0000003b}.betradar_widget_head_to_head .sr-bb .srt-inset-top-3{box-shadow:inset 0 6px 6px #0000003b}.betradar_widget_head_to_head .sr-bb .srt-inset-bottom-3{box-shadow:inset 0 -6px 6px #0000003b}.betradar_widget_head_to_head .sr-bb .srt-fill-info{fill:#0072b1}.betradar_widget_head_to_head .sr-bb .srt-stroke-info{stroke:#0072b1}.betradar_widget_head_to_head .sr-bb .srt-fill-warning{fill:#faa05a}.betradar_widget_head_to_head .sr-bb .srt-stroke-warning{stroke:#faa05a}.betradar_widget_head_to_head .sr-bb .srt-fill-error{fill:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-stroke-error{stroke:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-fill-blue-card{fill:#2579ad}.betradar_widget_head_to_head .sr-bb .srt-stroke-blue-card{stroke:#2579ad}.betradar_widget_head_to_head .sr-bb .srt-fill-green-card{fill:#2cbd00}.betradar_widget_head_to_head .sr-bb .srt-stroke-green-card{stroke:#2cbd00}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-yellow-card{fill:#ffbf00}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-yellow-card{stroke:#ffbf00}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-red-card{fill:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-red-card{stroke:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-substitution-in{fill:#0000;stroke:#4fbe30}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-substitution-in{fill:#4fbe30}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-substitution-out{fill:#0000;stroke:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-substitution-out{fill:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-own-goal{fill:#0000;stroke:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-own-goal{fill:#e43b3b}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-relegation-1{fill:#fdd835}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-relegation-1{stroke:#fdd835}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-relegation-2{fill:#ffb848}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-relegation-2{stroke:#ffb848}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-relegation-3{fill:#ef6c00}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-relegation-3{stroke:#ef6c00}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-relegation-4{fill:#e93a34}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-relegation-4{stroke:#e93a34}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-relegation-5{fill:#941d1d}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-relegation-5{stroke:#941d1d}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-promotion-1{fill:#51d151}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-promotion-1{stroke:#51d151}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-promotion-2{fill:#1b911b}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-promotion-2{stroke:#1b911b}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-promotion-3{fill:#0e8094}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-promotion-3{stroke:#0e8094}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-promotion-4{fill:#0a6cce}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-promotion-4{stroke:#0a6cce}.betradar_widget_head_to_head .sr-bb .srt-fill-soccer-promotion-5{fill:#4a9fe4}.betradar_widget_head_to_head .sr-bb .srt-stroke-soccer-promotion-5{stroke:#4a9fe4}.betradar_widget_head_to_head .sr-bb .srt-nfl-timeout-1{color:#000;background-color:#f5a623;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-nfl-timeout-2{color:#000;background-color:#f5a6234d;border-color:#00000029}.betradar_widget_head_to_head .sr-bb .srt-nfl-penalty{color:#000;background-color:#f4a621;border-color:#f4a621}.betradar_widget_head_to_head .sr-bb .srt-nfl-negative-yards-1,.betradar_widget_head_to_head .sr-bb .srt-nfl-negative-yards-2{color:#000;background-color:#ac182e;border-color:#ac182e}.betradar_widget_head_to_head .sr-bb .srt-nfl-first-line{color:#000;background-color:#4b90de;border-color:#4b90de}.betradar_widget_head_to_head .sr-bb .srt-nfl-ten-line{color:#000;background-color:#f5a623;border-color:#f5a623}.betradar_widget_head_to_head .sr-bb .srt-fill-nfl-penalty{fill:#f4a621}.betradar_widget_head_to_head .sr-bb .srt-stroke-nfl-penalty{stroke:#f4a621}.betradar_widget_head_to_head .sr-bb .srt-fill-nfl-negative-yards-1{fill:#ac182e}.betradar_widget_head_to_head .sr-bb .srt-stroke-nfl-negative-yards-1{stroke:#ac182e}.betradar_widget_head_to_head .sr-bb .srt-fill-nfl-negative-yards-2{fill:#ac182e}.betradar_widget_head_to_head .sr-bb .srt-stroke-nfl-negative-yards-2{stroke:#ac182e}.betradar_widget_head_to_head .sr-bb .srt-fill-nfl-first-line{fill:#4b90de}.betradar_widget_head_to_head .sr-bb .srt-stroke-nfl-first-line{stroke:#4b90de}.betradar_widget_head_to_head .sr-bb .srt-fill-nfl-ten-line{fill:#f5a623}.betradar_widget_head_to_head .sr-bb .srt-stroke-nfl-ten-line{stroke:#f5a623}.betradar_widget_head_to_head .sr-bb .srt-mlb-run-1{color:#fff;background-color:#090;border-color:#090}.betradar_widget_head_to_head .sr-bb .srt-mlb-run-2{color:#090;background-color:#fff;border-color:#090}.betradar_widget_head_to_head .sr-bb .srt-mlb-hit-1{color:#fff;background-color:#f7ab11;border-color:#f7ab11}.betradar_widget_head_to_head .sr-bb .srt-mlb-hit-2{color:#f7ab11;background-color:#fff;border-color:#f7ab11}.betradar_widget_head_to_head .sr-bb .srt-mlb-hit-3{color:#fff;background-color:#00a4ff;border-color:#00a4ff}.betradar_widget_head_to_head .sr-bb .srt-mlb-error-1{color:#fff;background-color:#d0021b;border-color:#d0021b}.betradar_widget_head_to_head .sr-bb .srt-mlb-error-2{color:#d0021b;background-color:#fff;border-color:#d0021b}.betradar_widget_head_to_head .sr-bb .srt-mlb-neutral-1{color:#fff;background-color:#212121;border-color:#fff}.betradar_widget_head_to_head .sr-bb .srt-fill-mlb-base,.betradar_widget_head_to_head .sr-bb .srt-strole-mlb-base{fill:#00a4ff}.betradar_widget_head_to_head .sr-bb .srt-fill-change-increase{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-change-increase{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-change-decrease{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-change-decrease{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-text{fill:#fff}.betradar_widget_head_to_head .sr-bb .srt-fill-text-invert{fill:#000}.betradar_widget_head_to_head .sr-bb .srt-fill-text-secondary{fill-opacity:.8}.betradar_widget_head_to_head .sr-bb .srt-fill-text-disabled{fill-opacity:.6}.betradar_widget_head_to_head .sr-bb .srt-fill-base-1{fill:#0000}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-1{stroke:#0000}.betradar_widget_head_to_head .sr-bb .srt-fill-base-1-active{fill:#15b1e91f}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-1-active{stroke:#15b1e91f}.betradar_widget_head_to_head .sr-bb .srt-fill-base-1-active-2{fill:#323841}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-1-active-2{stroke:#323841}.betradar_widget_head_to_head .sr-bb .srt-fill-base-1-primary{fill:#0000}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-1-primary{stroke:#0000}.betradar_widget_head_to_head .sr-bb .srt-fill-base-1-home{fill:#0000}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-1-home{stroke:#0000}.betradar_widget_head_to_head .sr-bb .srt-fill-base-1-away{fill:#0000}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-1-away{stroke:#0000}.betradar_widget_head_to_head .sr-bb .srt-fill-base-2{fill:currentColor}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-2{stroke:currentColor}.betradar_widget_head_to_head .sr-bb .srt-fill-base-2-active{fill:#1a3343}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-2-active{stroke:#1a3343}.betradar_widget_head_to_head .sr-bb .srt-fill-base-2-hover{fill:#1a3343}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-2-hover{stroke:#1a3343}.betradar_widget_head_to_head .sr-bb .srt-fill-base-3{fill:#1a3343}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-3{stroke:#1a3343}.betradar_widget_head_to_head .sr-bb .srt-fill-base-3-active{fill:#1a3a4c}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-3-active{stroke:#1a3a4c}.betradar_widget_head_to_head .sr-bb .srt-fill-base-3-hover{fill:#1a3a4c}.betradar_widget_head_to_head .sr-bb .srt-stroke-base-3-hover{stroke:#1a3a4c}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-1{fill:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-1{stroke:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-2{fill:#5bc8f0}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-2{stroke:#5bc8f0}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-3{fill:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-3{stroke:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-4{fill:#17789d}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-4{stroke:#17789d}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-5{fill:#17789d}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-5{stroke:#17789d}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-6{fill:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-6{stroke:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-7{fill:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-7{stroke:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-8{fill:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-8{stroke:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-8-is-active-1{fill:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-8-is-active-1{stroke:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-8-is-active-2{fill:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-8-is-active-2{stroke:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-9{fill:#194d65}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-9{stroke:#194d65}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-10{fill:#1694c3}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-10{stroke:#1694c3}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-11{fill:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-11{stroke:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-fill-primary-12{fill:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stroke-primary-12{stroke:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-fill-home-1{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-home-1{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-home-2{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-home-2{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-home-3{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-home-3{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-home-4{fill:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-stroke-home-4{stroke:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-fill-home-5{fill:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-stroke-home-5{stroke:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-fill-away-1{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-away-1{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-away-2{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-away-2{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-away-3{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-away-3{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-away-4{fill:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-stroke-away-4{stroke:#9fa1a4}.betradar_widget_head_to_head .sr-bb .srt-fill-away-5{fill:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-stroke-away-5{stroke:#e5e5e5}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-1{fill:#393f47}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-1{stroke:#393f47}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-2{fill:#e8e9ea}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-2{stroke:#e8e9ea}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-3{fill:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-3{stroke:#ffffff1f}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-4{fill:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-4{stroke:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-5{fill:#c6c8ca}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-5{stroke:#c6c8ca}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-6{fill:#52575f}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-6{stroke:#52575f}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-7{fill:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-7{stroke:#afb2b5}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-8{fill:#393f47}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-8{stroke:#393f47}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-9{fill:#292f39}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-9{stroke:#292f39}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-10{fill:#363d45}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-10{stroke:#363d45}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-11{fill:#767a80}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-11{stroke:#767a80}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-12{fill:#bbbdc0}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-12{stroke:#bbbdc0}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-13{fill:#323841}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-13{stroke:#323841}.betradar_widget_head_to_head .sr-bb .srt-fill-win{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-win{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-draw{fill:#fff6}.betradar_widget_head_to_head .sr-bb .srt-stroke-draw{stroke:#fff6}.betradar_widget_head_to_head .sr-bb .srt-fill-lose{fill:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stroke-lose{stroke:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-stop-base-1{stop-color:#0000}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-1{stop-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-2{stop-color:#5bc8f0}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-3{stop-color:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-4,.betradar_widget_head_to_head .sr-bb .srt-stop-primary-5{stop-color:#17789d}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-6{stop-color:#77d2f2}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-7,.betradar_widget_head_to_head .sr-bb .srt-stop-primary-8{stop-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-9{stop-color:#194d65}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-10{stop-color:#1694c3}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-11{stop-color:#139fd2}.betradar_widget_head_to_head .sr-bb .srt-stop-primary-12{stop-color:#15b1e9}.betradar_widget_head_to_head .sr-bb .srt-stop-home-1,.betradar_widget_head_to_head .sr-bb .srt-stop-away-1{stop-color:#d7d7d7}.betradar_widget_head_to_head .sr-bb .srt-fill-neutral-14{fill:#1b222c}.betradar_widget_head_to_head .sr-bb .srt-stroke-neutral-14{stroke:#1b222c}.betradar_widget_head_to_head .sr-bb .srt-logo-powered-by-light{display:none}.betradar_widget_head_to_head .sr-bb .srt-logo-powered-by-dark{display:inline-block}
.betradar_widget_live_match_tracker{background:#1b222c;width:100%;min-height:200px;display:block;overflow:hidden}.betradar_widget_live_match_tracker .sr-bb{text-align:left;background:#1b222c;font-family:Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif}.betradar_widget_live_match_tracker .sr-bb.sr-rtl{text-align:right}.betradar_widget_live_match_tracker .sr-bb .sr-bb{background:0 0}.betradar_widget_live_match_tracker .sr-bb .srt-base-1{color:#fff;background-color:#0000;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-win{color:#8600f7;background-color:#0000;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-draw{color:#fff6;background-color:#0000;border-color:#fff6}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-lose{color:#fff;background-color:#0000;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active{color:#fff;background-color:#16baf51f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-2{color:#fff;background-color:#323841;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-hoverable:hover{color:#fff;background-color:#16baf51f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary,.betradar_widget_live_match_tracker .sr-bb .srt-base-1-home-1{color:#8600f7;background-color:#0000;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-away-1{color:#fff;background-color:#0000;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-home-2{color:#8600f7;background-color:#0000;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-away-2{color:#fff;background-color:#0000;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-home-3{color:#8600f7;background-color:#0000;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-away-3{color:#fff;background-color:#0000;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-home-4{color:#188cb9;background-color:#0000;border-color:#188cb9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-away-4{color:#bbbdc0;background-color:#0000;border-color:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-home-5{color:#68d2f9;background-color:#0000;border-color:#68d2f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-away-5{color:#fff;background-color:#0000;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-background,.betradar_widget_live_match_tracker .sr-bb .srt-base-2{color:#fff;background-color:#1b222c;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-2-is-active,.betradar_widget_live_match_tracker .sr-bb .srt-base-2-is-hoverable:hover,.betradar_widget_live_match_tracker .sr-bb .srt-base-3{color:#fff;background-color:#1a3444;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-3-is-active,.betradar_widget_live_match_tracker .sr-bb .srt-base-3-is-hoverable:hover{color:#fff;background-color:#1a3c4e;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-3-background{color:#fff;background-color:#1b222c;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-4{color:#fff;background-color:#1b2a36;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-5-is-active,.betradar_widget_live_match_tracker .sr-bb .srt-base-5-is-hoverable:hover{color:#fff;background-color:#1a4a60;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-6{color:#fff;background-color:#0000;border-color:#ffffff4d}.betradar_widget_live_match_tracker .sr-bb .srt-primary-1{color:#000;background-color:#8600f7;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover{color:#000;background-color:#14a7dd;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled{color:#000;background-color:#1295c4;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-2{color:#000;background-color:#5ccff8;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-3{color:#000;background-color:#14a7dd;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-4{color:#000;background-color:#187da5;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-5,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover{color:#000;background-color:#8600f7;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-6{color:#000;background-color:#78d7f9;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-7,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8{color:#000;background-color:#8600f7;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1{color:#000;background-color:#14a7dd;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2{color:#000;background-color:#14a7dd;border-color:#1b222c}.betradar_widget_live_match_tracker .sr-bb .srt-primary-9{color:#fff;background-color:#1a5068;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-primary-10{color:#000;background-color:#179ccd;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-11{color:#000;background-color:#14a7dd;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-primary-12{color:#000;background-color:#8600f7;border-color:#000}.betradar_widget_live_match_tracker .sr-bb .srt-primary-13{color:#000;background-color:#1b2a36;border-color:#16baf54d}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-1{color:#8600f7;background-color:#0000;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-2{color:#5ccff8;background-color:#0000;border-color:#5ccff8}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-3{color:#14a7dd;background-color:#0000;border-color:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-4,.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-5{color:#187da5;background-color:#0000;border-color:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-6{color:#78d7f9;background-color:#0000;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-7,.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-8{color:#8600f7;background-color:#0000;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-9{color:#1a5068;background-color:#0000;border-color:#1a5068}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-10{color:#179ccd;background-color:#0000;border-color:#179ccd}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-11{color:#14a7dd;background-color:#0000;border-color:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-primary-13{color:#1b2a36;background-color:#1b222c;border-color:#16baf54d}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-1{color:#393f47;background-color:#0000;border-color:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-2{color:#e8e9ea;background-color:#0000;border-color:#e8e9ea}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-3{color:#ffffff1f;background-color:#0000;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-4{color:#afb2b5;background-color:#0000;border-color:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-5{color:#c6c8ca;background-color:#0000;border-color:#c6c8ca}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-6{color:#52575f;background-color:#0000;border-color:#52575f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-7{color:#afb2b5;background-color:#0000;border-color:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-8{color:#393f47;background-color:#0000;border-color:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-9{color:#292f39;background-color:#0000;border-color:#292f39}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-10{color:#363d45;background-color:#0000;border-color:#363d45}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-11{color:#767a80;background-color:#0000;border-color:#767a80}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-12{color:#bbbdc0;background-color:#0000;border-color:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-neutral-13{color:#323841;background-color:#0000;border-color:#323841}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary,.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-home-1{color:#8600f7;background-color:#16baf51f;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-away-1{color:#fff;background-color:#16baf51f;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-home-2{color:#8600f7;background-color:#16baf51f;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-away-2{color:#fff;background-color:#16baf51f;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-home-3{color:#8600f7;background-color:#16baf51f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-away-3{color:#fff;background-color:#16baf51f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-home-4{color:#188cb9;background-color:#16baf51f;border-color:#188cb9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-away-4{color:#bbbdc0;background-color:#16baf51f;border-color:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-home-5{color:#68d2f9;background-color:#16baf51f;border-color:#68d2f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-away-5{color:#fff;background-color:#16baf51f;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-1{color:#8600f7;background-color:#16baf51f;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-2{color:#5ccff8;background-color:#16baf51f;border-color:#5ccff8}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-3{color:#14a7dd;background-color:#16baf51f;border-color:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-4,.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-5{color:#187da5;background-color:#16baf51f;border-color:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-6{color:#78d7f9;background-color:#16baf51f;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-7,.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-8{color:#8600f7;background-color:#16baf51f;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-9{color:#1a5068;background-color:#16baf51f;border-color:#1a5068}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-10{color:#179ccd;background-color:#16baf51f;border-color:#179ccd}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-primary-11{color:#14a7dd;background-color:#16baf51f;border-color:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-1{color:#393f47;background-color:#16baf51f;border-color:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-2{color:#e8e9ea;background-color:#16baf51f;border-color:#e8e9ea}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-3{color:#ffffff1f;background-color:#16baf51f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-4{color:#afb2b5;background-color:#16baf51f;border-color:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-5{color:#c6c8ca;background-color:#16baf51f;border-color:#c6c8ca}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-6{color:#52575f;background-color:#16baf51f;border-color:#52575f}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-7{color:#afb2b5;background-color:#16baf51f;border-color:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-8{color:#393f47;background-color:#16baf51f;border-color:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-9{color:#292f39;background-color:#16baf51f;border-color:#292f39}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-10{color:#363d45;background-color:#16baf51f;border-color:#363d45}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-11{color:#767a80;background-color:#16baf51f;border-color:#767a80}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-12{color:#bbbdc0;background-color:#16baf51f;border-color:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-base-1-is-active-neutral-13{color:#323841;background-color:#16baf51f;border-color:#323841}.betradar_widget_live_match_tracker .sr-bb .srt-home-1{color:#fff;background-color:#8600f7;border-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-away-1{color:#000;background-color:#fff;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-home-2{color:#000;background-color:#8600f7;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-away-2{color:#000;background-color:#fff;border-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-home-3{color:#000;background-color:#8600f7;border-color:#1b222c}.betradar_widget_live_match_tracker .sr-bb .srt-away-3{color:#000;background-color:#fff;border-color:#1b222c}.betradar_widget_live_match_tracker .sr-bb .srt-home-4{color:#000;background-color:#188cb9;border-color:#188cb9}.betradar_widget_live_match_tracker .sr-bb .srt-away-4{color:#000;background-color:#bbbdc0;border-color:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-home-5{color:#000;background-color:#68d2f9;border-color:#68d2f9}.betradar_widget_live_match_tracker .sr-bb .srt-away-5{color:#000;background-color:#fff;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-home-6{color:#fff;background-color:#16baf533;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-away-6{color:#fff;background-color:#fff3;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-home-6-is-hoverable:hover{color:#fff;background-color:#16baf533;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-away-6-is-hoverable:hover{color:#fff;background-color:#fff3;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-1{color:#fff;background-color:#393f47;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-2{color:#000;background-color:#e8e9ea;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-3{color:#fff;background-color:#ffffff1f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-4{color:#000;background-color:#afb2b5;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-5{color:#000;background-color:#c6c8ca;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-6{color:#fff;background-color:#52575f;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-7{color:#000;background-color:#afb2b5;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-8{color:#fff;background-color:#393f47;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-9{color:#fff;background-color:#292f39;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-10{color:#ffffffd1;background-color:#363d45;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-11{color:#fff;background-color:#767a80;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-12{color:#000;background-color:#bbbdc0;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-neutral-13{color:#fff;background-color:#323841;border-color:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-win{color:#fff;background-color:#8600f7;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-draw{color:#000;background-color:#fff6;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-lose{color:#000;background-color:#fff;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-text-secondary{-webkit-font-smoothing:antialiased;opacity:.8}.betradar_widget_live_match_tracker .sr-bb .srt-text-disabled{opacity:.6}.betradar_widget_live_match_tracker .sr-bb .srt-text-tertiary{opacity:.7}.betradar_widget_live_match_tracker .sr-bb .srt-primary-1 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-2 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-2.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-3 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-3.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-4 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-4.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-6 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-6.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-7 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-7.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-9 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-9.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-10 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-10.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-11 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-11.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-12 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-12.srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-13 .srt-text-secondary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-13.srt-text-secondary{-webkit-font-smoothing:antialiased;opacity:.7}.betradar_widget_live_match_tracker .sr-bb .srt-primary-1 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-2 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-2.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-3 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-3.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-4 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-4.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-6 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-6.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-7 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-7.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-9 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-9.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-10 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-10.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-11 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-11.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-12 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-12.srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-13 .srt-text-disabled,.betradar_widget_live_match_tracker .sr-bb .srt-primary-13.srt-text-disabled{opacity:.35}.betradar_widget_live_match_tracker .sr-bb .srt-primary-1 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-active.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-1-is-disabled.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-2 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-2.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-3 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-3.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-4 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-4.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-6 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-6.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-7 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-7.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-1.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-8-is-active-2.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-9 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-9.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-10 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-10.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-11 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-11.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-12 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-12.srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-13 .srt-text-tertiary,.betradar_widget_live_match_tracker .sr-bb .srt-primary-13.srt-text-tertiary{opacity:.54}.betradar_widget_live_match_tracker .sr-bb .srt-icon{opacity:.33}.betradar_widget_live_match_tracker .sr-bb .srt-icon-secondary{opacity:.7}.betradar_widget_live_match_tracker .sr-bb .srt-elevation-1{box-shadow:0 1px 2px #0003,0 1px 3px #0000001a}.betradar_widget_live_match_tracker .sr-bb .srt-elevation-2{box-shadow:0 3px 6px #0000003b,0 3px 6px #00000029}.betradar_widget_live_match_tracker .sr-bb .srt-elevation-3{box-shadow:0 6px 6px #00000042,0 10px 20px #00000030}.betradar_widget_live_match_tracker .sr-bb .srt-elevation-center-2{box-shadow:0 1px 5px #0000003b,0 1px 5px #00000029}.betradar_widget_live_match_tracker .sr-bb .srt-inset-top-1{box-shadow:inset 0 1px 2px #0000003b}.betradar_widget_live_match_tracker .sr-bb .srt-inset-bottom-1{box-shadow:inset 0 -1px 2px #0000003b}.betradar_widget_live_match_tracker .sr-bb .srt-inset-top-2{box-shadow:inset 0 3px 6px #0000003b}.betradar_widget_live_match_tracker .sr-bb .srt-inset-bottom-2{box-shadow:inset 0 -3px 6px #0000003b}.betradar_widget_live_match_tracker .sr-bb .srt-inset-top-3{box-shadow:inset 0 6px 6px #0000003b}.betradar_widget_live_match_tracker .sr-bb .srt-inset-bottom-3{box-shadow:inset 0 -6px 6px #0000003b}.betradar_widget_live_match_tracker .sr-bb .srt-fill-blue-card{fill:#2579ad}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-blue-card{stroke:#2579ad}.betradar_widget_live_match_tracker .sr-bb .srt-fill-green-card{fill:#2cbd00}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-green-card{stroke:#2cbd00}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-yellow-card{fill:#ffbf00}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-yellow-card{stroke:#ffbf00}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-red-card{fill:#e43b3b}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-red-card{stroke:#e43b3b}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-substitution-in{fill:#0000;stroke:#4fbe30}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-substitution-in{fill:#4fbe30}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-substitution-out{fill:#0000;stroke:#e43b3b}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-substitution-out{fill:#e43b3b}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-own-goal{fill:#0000;stroke:#e43b3b}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-own-goal{fill:#e43b3b}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-relegation-1{fill:#fdd835}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-relegation-1{stroke:#fdd835}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-relegation-2{fill:#ffb848}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-relegation-2{stroke:#ffb848}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-relegation-3{fill:#ef6c00}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-relegation-3{stroke:#ef6c00}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-relegation-4{fill:#e93a34}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-relegation-4{stroke:#e93a34}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-relegation-5{fill:#941d1d}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-relegation-5{stroke:#941d1d}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-promotion-1{fill:#51d151}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-promotion-1{stroke:#51d151}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-promotion-2{fill:#1b911b}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-promotion-2{stroke:#1b911b}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-promotion-3{fill:#0e8094}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-promotion-3{stroke:#0e8094}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-promotion-4{fill:#0a6cce}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-promotion-4{stroke:#0a6cce}.betradar_widget_live_match_tracker .sr-bb .srt-fill-soccer-promotion-5{fill:#4a9fe4}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-soccer-promotion-5{stroke:#4a9fe4}.betradar_widget_live_match_tracker .sr-bb .srt-nfl-timeout-1{color:#000;background-color:#f5a623;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-nfl-timeout-2{color:#000;background-color:#f5a6234d;border-color:#00000029}.betradar_widget_live_match_tracker .sr-bb .srt-nfl-penalty{color:#000;background-color:#f4a621;border-color:#f4a621}.betradar_widget_live_match_tracker .sr-bb .srt-nfl-negative-yards-1,.betradar_widget_live_match_tracker .sr-bb .srt-nfl-negative-yards-2{color:#000;background-color:#ac182e;border-color:#ac182e}.betradar_widget_live_match_tracker .sr-bb .srt-nfl-first-line{color:#000;background-color:#4b90de;border-color:#4b90de}.betradar_widget_live_match_tracker .sr-bb .srt-nfl-ten-line{color:#000;background-color:#f5a623;border-color:#f5a623}.betradar_widget_live_match_tracker .sr-bb .srt-fill-nfl-penalty{fill:#f4a621}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-nfl-penalty{stroke:#f4a621}.betradar_widget_live_match_tracker .sr-bb .srt-fill-nfl-negative-yards-1{fill:#ac182e}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-nfl-negative-yards-1{stroke:#ac182e}.betradar_widget_live_match_tracker .sr-bb .srt-fill-nfl-negative-yards-2{fill:#ac182e}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-nfl-negative-yards-2{stroke:#ac182e}.betradar_widget_live_match_tracker .sr-bb .srt-fill-nfl-first-line{fill:#4b90de}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-nfl-first-line{stroke:#4b90de}.betradar_widget_live_match_tracker .sr-bb .srt-fill-nfl-ten-line{fill:#f5a623}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-nfl-ten-line{stroke:#f5a623}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-run-1{color:#fff;background-color:#090;border-color:#090}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-run-2{color:#090;background-color:#fff;border-color:#090}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-hit-1{color:#fff;background-color:#f7ab11;border-color:#f7ab11}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-hit-2{color:#f7ab11;background-color:#fff;border-color:#f7ab11}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-hit-3{color:#fff;background-color:#00a4ff;border-color:#00a4ff}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-error-1{color:#fff;background-color:#d0021b;border-color:#d0021b}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-error-2{color:#d0021b;background-color:#fff;border-color:#d0021b}.betradar_widget_live_match_tracker .sr-bb .srt-mlb-neutral-1{color:#fff;background-color:#212121;border-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-mlb-base,.betradar_widget_live_match_tracker .sr-bb .srt-strole-mlb-base{fill:#00a4ff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-change-increase{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-change-increase{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-change-decrease{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-change-decrease{stroke:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-text{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-text-invert{fill:#000}.betradar_widget_live_match_tracker .sr-bb .srt-fill-text-secondary{fill-opacity:.8}.betradar_widget_live_match_tracker .sr-bb .srt-fill-text-disabled{fill-opacity:.6}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-1{fill:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-1{stroke:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-1-active{fill:#16baf51f}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-1-active{stroke:#16baf51f}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-1-active-2{fill:#323841}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-1-active-2{stroke:#323841}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-1-primary{fill:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-1-primary{stroke:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-1-home{fill:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-1-home{stroke:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-1-away{fill:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-1-away{stroke:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-2{fill:currentColor}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-2{stroke:currentColor}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-2-active{fill:#1a3444}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-2-active{stroke:#1a3444}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-2-hover{fill:#1a3444}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-2-hover{stroke:#1a3444}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-3{fill:#1a3444}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-3{stroke:#1a3444}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-3-active{fill:#1a3c4e}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-3-active{stroke:#1a3c4e}.betradar_widget_live_match_tracker .sr-bb .srt-fill-base-3-hover{fill:#1a3c4e}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-base-3-hover{stroke:#1a3c4e}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-1{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-1{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-2{fill:#5ccff8}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-2{stroke:#5ccff8}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-3{fill:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-3{stroke:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-4{fill:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-4{stroke:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-5{fill:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-5{stroke:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-6{fill:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-6{stroke:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-7{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-7{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-8{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-8{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-8-is-active-1{fill:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-8-is-active-1{stroke:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-8-is-active-2{fill:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-8-is-active-2{stroke:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-9{fill:#1a5068}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-9{stroke:#1a5068}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-10{fill:#179ccd}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-10{stroke:#179ccd}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-11{fill:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-11{stroke:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-fill-primary-12{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-primary-12{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-home-1{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-home-1{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-home-2{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-home-2{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-home-3{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-home-3{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-home-4{fill:#188cb9}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-home-4{stroke:#188cb9}.betradar_widget_live_match_tracker .sr-bb .srt-fill-home-5{fill:#68d2f9}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-home-5{stroke:#68d2f9}.betradar_widget_live_match_tracker .sr-bb .srt-fill-away-1{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-away-1{stroke:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-away-2{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-away-2{stroke:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-away-3{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-away-3{stroke:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-away-4{fill:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-away-4{stroke:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-fill-away-5{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-away-5{stroke:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-1{fill:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-1{stroke:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-2{fill:#e8e9ea}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-2{stroke:#e8e9ea}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-3{fill:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-3{stroke:#ffffff1f}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-4{fill:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-4{stroke:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-5{fill:#c6c8ca}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-5{stroke:#c6c8ca}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-6{fill:#52575f}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-6{stroke:#52575f}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-7{fill:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-7{stroke:#afb2b5}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-8{fill:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-8{stroke:#393f47}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-9{fill:#292f39}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-9{stroke:#292f39}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-10{fill:#363d45}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-10{stroke:#363d45}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-11{fill:#767a80}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-11{stroke:#767a80}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-12{fill:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-12{stroke:#bbbdc0}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-13{fill:#323841}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-13{stroke:#323841}.betradar_widget_live_match_tracker .sr-bb .srt-fill-win{fill:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-win{stroke:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-fill-draw{fill:#fff6}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-draw{stroke:#fff6}.betradar_widget_live_match_tracker .sr-bb .srt-fill-lose{fill:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-lose{stroke:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-stop-base-1{stop-color:#0000}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-1{stop-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-2{stop-color:#5ccff8}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-3{stop-color:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-4,.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-5{stop-color:#187da5}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-6{stop-color:#78d7f9}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-7,.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-8{stop-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-9{stop-color:#1a5068}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-10{stop-color:#179ccd}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-11{stop-color:#14a7dd}.betradar_widget_live_match_tracker .sr-bb .srt-stop-primary-12,.betradar_widget_live_match_tracker .sr-bb .srt-stop-home-1{stop-color:#8600f7}.betradar_widget_live_match_tracker .sr-bb .srt-stop-away-1{stop-color:#fff}.betradar_widget_live_match_tracker .sr-bb .srt-fill-neutral-14{fill:#1b222c}.betradar_widget_live_match_tracker .sr-bb .srt-stroke-neutral-14{stroke:#1b222c}.betradar_widget_live_match_tracker .sr-bb .srt-logo-powered-by-light{display:none}.betradar_widget_live_match_tracker .sr-bb .srt-logo-powered-by-dark{display:inline-block}.betradar_widget_live_match_tracker .srct-tab{height:44px}
