:root, [data-theme=light] {--accentPrimary:#2194ff;--successPrimary:#5bb849;--dangerPrimary:#ff495c;--warningPrimary:#ffb800;--surfacePrimary:#f3f3f3;--surfaceSecondary:#fff;--dividerPrimary:#ced0d0;--textPrimary:#151e22;--textSecondary:#6b7173;--whitePrimary:#fff;--blackPrimary:#000;--highlightPrimary:rgba(0,0,0,.102);--ratePrimary:#e38218;--grayPrimary:#9c9b9b;--scrollerPrimary:#d0d8de;--accentPrimary-rgb:hexToRGB(#2194ff);--successPrimary-rgb:hexToRGB(#5bb849);--dangerPrimary-rgb:hexToRGB(#ff495c);--warningPrimary-rgb:hexToRGB(#ffb800);--surfacePrimary-rgb:hexToRGB(#f3f3f3);--surfaceSecondary-rgb:hexToRGB(#fff);--dividerPrimary-rgb:hexToRGB(#ced0d0);--textPrimary-rgb:hexToRGB(#151e22);--textSecondary-rgb:hexToRGB(#6b7173);--whitePrimary-rgb:hexToRGB(#fff);--blackPrimary-rgb:hexToRGB(#000);--highlightPrimary-rgb:hexToRGB(rgba(0,0,0,.102));--ratePrimary-rgb:hexToRGB(#e38218);--grayPrimary-rgb:hexToRGB(#9c9b9b);--scroller-rgb:hexToRGB(#d0d8de);--mix-blend:hard-light;--dropdownListShadow:0 5px 5px 0 #0000001a}[data-theme=dark] {--accentPrimary:#2194ff;--successPrimary:#5bb849;--dangerPrimary:#ff495c;--warningPrimary:#ffb800;--surfacePrimary:#000;--surfaceSecondary:#151e22;--dividerPrimary:#3a4145;--textPrimary:#fff;--textSecondary:#9da0a2;--whitePrimary:#fff;--blackPrimary:#000;--highlightPrimary:hsla(0,0%,100%,.102);--ratePrimary:#e38218;--grayPrimary:#2a3437;--scrollerPrimary:#4e5662;--dark-surfacePrimary:#000;--accentPrimary-rgb:hexToRGB(#2194ff);--successPrimary-rgb:hexToRGB(#5bb849);--dangerPrimary-rgb:hexToRGB(#ff495c);--warningPrimary-rgb:hexToRGB(#ffb800);--surfacePrimary-rgb:hexToRGB(#000);--surfaceSecondary-rgb:hexToRGB(#151e22);--dividerPrimary-rgb:hexToRGB(#3a4145);--textPrimary-rgb:hexToRGB(#fff);--textSecondary-rgb:hexToRGB(#9da0a2);--whitePrimary-rgb:hexToRGB(#fff);--blackPrimary-rgb:hexToRGB(#000);--highlightPrimary-rgb:hexToRGB(hsla(0,0%,100%,.102));--ratePrimary-rgb:hexToRGB(#e38218);--grayPrimary-rgb:hexToRGB(#2a3437);--scroller-rgb:hexToRGB(#4e5662);--mix-blend:normal;--dropdownListShadow:0 5px 5px 0 #000}[data-bolao-theme=default] {--accentPrimary:#2194ff;--successPrimary:#5bb849;--dangerPrimary:#ff495c;--warningPrimary:#ffb800;--surfacePrimary:#000;--surfaceSecondary:#151e22;--dividerPrimary:#3a4145;--textPrimary:#fff;--textSecondary:#9da0a2;--whitePrimary:#fff;--blackPrimary:#000;--highlightPrimary:hsla(0,0%,100%,.102);--ratePrimary:#e38218;--grayPrimary:#2a3437;--scrollerPrimary:#4e5662;--accentPrimary-rgb:hexToRGB(#2194ff);--successPrimary-rgb:hexToRGB(#5bb849);--dangerPrimary-rgb:hexToRGB(#ff495c);--warningPrimary-rgb:hexToRGB(#ffb800);--surfacePrimary-rgb:hexToRGB(#000);--surfaceSecondary-rgb:hexToRGB(#151e22);--dividerPrimary-rgb:hexToRGB(#3a4145);--textPrimary-rgb:hexToRGB(#fff);--textSecondary-rgb:hexToRGB(#9da0a2);--whitePrimary-rgb:hexToRGB(#fff);--blackPrimary-rgb:hexToRGB(#000);--highlightPrimary-rgb:hexToRGB(hsla(0,0%,100%,.102));--ratePrimary-rgb:hexToRGB(#e38218);--grayPrimary-rgb:hexToRGB(#2a3437);--scroller-rgb:hexToRGB(#4e5662);--mix-blend:normal}.scores365 {margin:0}.scores365 .display-none {display:none}.scores365 .bold {font-weight:500}.scores365 .underline {text-decoration:underline}.scores365 .italic {font-style:italic}.scores365 .clickable {cursor:pointer}.scores365 .not-clickable {cursor:auto}.scores365-widgets button {background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.scores365 h2 {margin-block:unset;margin-inline:unset}.scores365 p {margin:initial}.scores365 .dashboard-container {margin-top:-33px}.scores365 .airplane-mode-active {fill:#2194ff;fill:var(--accentPrimary);height:16px;width:13px}.scores365 .red-card-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:17px;justify-content:center;position:relative}.scores365 .app-module-router-container {background-color:#f3f3f3;background-color:var(--surfacePrimary);color:#151e22;color:var(--textPrimary);font-family:"365 Sans",Roboto,Heebo;height:inherit;position:relative;width:100%}.scores365-widgets.app-module-router-container {border:1px solid #0000;-moz-box-sizing:border-box;box-sizing:border-box}.scores365 .direction-rtl {direction:rtl}.scores365 .direction-ltr {direction:ltr}.scores365 .hide {opacity:0}.scores365 .visible {opacity:1;-moz-transform:scale(1);transform:scale(1)}@-moz-keyframes scale-up-center-infinite{0%{-moz-transform:scale(1.1);transform:scale(1.1)}to{-moz-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center-infinite{0%{-moz-transform:scale(1.1);transform:scale(1.1)}to{-moz-transform:scale(1);transform:scale(1)}}.scale-up-center-infinite{animation:scale-up-center-infinite 1s ease-in-out 0s infinite alternate-reverse none running}@-moz-keyframes scale-up-center-disappear{0%{-moz-transform:scale(1);transform:scale(1)}to{-moz-transform:scale(0);transform:scale(0)}}@keyframes scale-up-center-disappear{0%{-moz-transform:scale(1);transform:scale(1)}to{-moz-transform:scale(0);transform:scale(0)}}.scale-up-center-disappear{-moz-animation:scale-up-center-disappear .3s ease-in-out 0s 1 normal none running;animation:scale-up-center-disappear .3s ease-in-out 0s 1 normal none running;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:1;-moz-transform:scale(1);transform:scale(1)}@-moz-keyframes scale-up-center-appear{0%{-moz-transform:scale(0);transform:scale(0)}to{-moz-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center-appear{0%{-moz-transform:scale(0);transform:scale(0)}to{-moz-transform:scale(1);transform:scale(1)}}.scale-up-center-appear{-moz-animation:scale-up-center-appear .3s ease-in-out 0s 1 normal none running;animation:scale-up-center-appear .3s ease-in-out 0s 1 normal none running;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:1;-moz-transform:scale(0);transform:scale(0)}@-moz-keyframes background-color-fill-in{0%{-moz-transform:scaleX(0);transform:scaleX(0)}to{-moz-transform:scaleX(1);transform:scaleX(1)}}@keyframes background-color-fill-in{0%{-moz-transform:scaleX(0);transform:scaleX(0)}to{-moz-transform:scaleX(1);transform:scaleX(1)}}.background-color-fill-in-animation{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;-moz-transform:translateZ(0);transform:translateZ(0)}.scores365 .background-color-fill-in-animation:before {-moz-animation:background-color-fill-in .5s ease-out;animation:background-color-fill-in .5s ease-out;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;background:#03a9f40d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-moz-transform-origin:50%;transform-origin:50%;z-index:-1}.scores365 .background-color-fill {-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;-moz-transform:translateZ(0);transform:translateZ(0)}.scores365 .background-color-fill:before {-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;background:#03a9f40d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-moz-transform-origin:50%;transform-origin:50%;z-index:-1}@-moz-keyframes background-color-fill-out{0%{-moz-transform:scaleX(1);transform:scaleX(1)}to{-moz-transform:scaleX(0);transform:scaleX(0)}}@keyframes background-color-fill-out{0%{-moz-transform:scaleX(1);transform:scaleX(1)}to{-moz-transform:scaleX(0);transform:scaleX(0)}}.background-color-fill-out-animation{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;-moz-transform:translateZ(0);transform:translateZ(0)}.scores365 .background-color-fill-out-animation:before {-moz-animation:background-color-fill-out .5s ease-out;animation:background-color-fill-out .5s ease-out;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-moz-transform-origin:50%;transform-origin:50%;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-moz-transform;z-index:-1}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{-moz-animation:fadeIn .3s ease-out;animation:fadeIn .3s ease-out;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}.scores365 .fade-out {-moz-animation:fadeOut .3s ease-out;animation:fadeOut .3s ease-out;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-moz-keyframes textColorToSecondary{0%{color:#151e22;color:var(--textPrimary)}to{color:#2194ff;color:var(--accentPrimary)}}@keyframes textColorToSecondary{0%{color:#151e22;color:var(--textPrimary)}to{color:#2194ff;color:var(--accentPrimary)}}@-moz-keyframes secondaryToTextColor{0%{color:#2194ff;color:var(--accentPrimary)}to{color:#151e22;color:var(--textPrimary)}}@keyframes secondaryToTextColor{0%{color:#2194ff;color:var(--accentPrimary)}to{color:#151e22;color:var(--textPrimary)}}@-moz-keyframes mediumToSecondary{0%{color:#6b7173;color:var(--textSecondary)}to{color:#2194ff;color:var(--accentPrimary)}}@keyframes mediumToSecondary{0%{color:#6b7173;color:var(--textSecondary)}to{color:#2194ff;color:var(--accentPrimary)}}@-moz-keyframes secondaryToMedium{0%{color:#2194ff;color:var(--accentPrimary)}to{color:#6b7173;color:var(--textSecondary)}}@keyframes secondaryToMedium{0%{color:#2194ff;color:var(--accentPrimary)}to{color:#6b7173;color:var(--textSecondary)}}@-moz-keyframes fadeInAndOut{0%{opacity:0}50%{opacity:1}to{opacity:0}}.fade-in-and-out{-moz-animation:fadeInAndOut 1.5s ease infinite;animation:fadeInAndOut 1.5s ease infinite}@-moz-keyframes fade-in{0%{opacity:0}to{opacity:1}}.debug-module-content{background-color:#000;background-color:var(--blackPrimary);color:#151e22;color:var(--textPrimary);direction:ltr;display:-moz-box;display:flex;height:100%;width:100%}.scores365 .debug-module-page {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary);max-height:100%;overflow-y:scroll;width:100%}.scores365 .debug-module-dropdown {margin:8px;width:200px}.scores365 .debug-module-dropdown-header {background-color:#fff;background-color:var(--surfaceSecondary);color:#151e22;color:var(--textPrimary)}.scores365 .debug-module-dropdown-header, .scores365 .debug-module-dropdown-list {border:1px solid #9c9b9b;border:1px solid var(--grayPrimary)}.scores365 .debug-module-log-item {border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary);font-size:13px;margin:2px;padding:10px}.scores365 .debug-module-bolao-game-toggle-container {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center}.scores365 .debug-module-bolao-game-toggle {margin:16px;min-width:160px}.scores365 .debug-log-module-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .debug-log-module-button, .scores365 .debug-log-module-dropdown-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .debug-log-module-button {align-self:center;border:1px solid #151e22;border:1px solid var(--textPrimary);height:32px;width:100px}.scores365 .debug-log-module-item-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;margin:8px}.scores365 .debug-log-module-item-title {margin:4px}.scores365 .debug-log-module-item-context {color:#151e22;color:var(--textPrimary);font-size:13px}.scores365 .debug-log-module-item-args {color:#6b7173;color:var(--textSecondary);font-size:13px;margin:4px}.scores365 .debug-user-data {-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;margin:16px}.scores365 .debug-user-data-section {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--surfacePrimary);display:-moz-box;display:flex;flex-direction:column;justify-content:center;padding:16px 0}.scores365 .debug-user-data-item {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;margin:2px 0}.scores365 .debug-user-data-item-title {align-self:flex-start;color:#2194ff;color:var(--accentPrimary);font-size:14px;font-weight:500;margin:0 4px;white-space:nowrap}.scores365 .debug-user-data-item-text {font-weight:500}.scores365 .debug-user-data-true {color:#5bb849;color:var(--successPrimary)}.scores365 .debug-user-data-false {color:#ff495c;color:var(--dangerPrimary)}.scores365 .debug-user-data-notification:before{content:" {"}.scores365 .debug-user-data-notification:after {content:"}"}.scores365 .debug-user-data-notification-item {display:-moz-box;display:flex;margin:0 8px}.scores365 .debug-user-data-notification-item:after {content:","}.scores365 .debug-user-data-notification-item-key {margin:0 2px}.scores365 .back-strip-container {-moz-box-pack:start;-moz-box-align:center;align-items:center;background:#fff;background:var(--surfaceSecondary);cursor:pointer;display:-moz-box;display:flex;height:40px;justify-content:flex-start;margin:4px 0}.scores365 .back-strip-arrow, .scores365 .back-strip-container {color:#6b7173;color:var(--textSecondary)}.scores365 .back-strip-arrow {height:16px;margin:8px;max-height:18px;width:18px}.scores365 .direction-rtl .back-strip-arrow {-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .background-blocker {-moz-animation:fade-in .3s linear;animation:fade-in .3s linear;height:100%;left:0;position:fixed;top:0;width:100%;z-index:30}.scores365 .device-small-view .background-blocker {top:80px}.scores365 .background-blocker-blanket {background-color:#00000080}.scores365 .action-button {border:1px solid #2194ff;border:1px solid var(--accentPrimary);border-radius:50vh;color:#2194ff;color:var(--accentPrimary);cursor:pointer;font-size:14px;font-weight:500;overflow:hidden;position:relative;text-align:center}.scores365 .action-button:hover {-webkit-filter:brightness(90%);filter:brightness(90%)}.scores365 .action-button-circle {-moz-animation:ripple .3s ease-in;animation:ripple .3s ease-in;background-color:#2194ff 10%;background-color:var(--accentPrimary) 10%;border-radius:50%;height:1px;pointer-events:none;position:absolute;width:1px;z-index:3}@-moz-keyframes ripple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}25%{opacity:.25;-moz-transform:scale(25);transform:scale(25)}50%{opacity:.5;-moz-transform:scale(75);transform:scale(75)}75%{opacity:.25;-moz-transform:scale(150);transform:scale(150)}to{opacity:0;-moz-transform:scale(300);transform:scale(300)}}@keyframes ripple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}25%{opacity:.25;-moz-transform:scale(25);transform:scale(25)}50%{opacity:.5;-moz-transform:scale(75);transform:scale(75)}75%{opacity:.25;-moz-transform:scale(150);transform:scale(150)}to{opacity:0;-moz-transform:scale(300);transform:scale(300)}}.toaster{background-color:#f3f3f3;background-color:var(--surfacePrimary);border-radius:50vh;bottom:0;box-shadow:0 0 4px 0 #00000080;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 5%;padding:0 16px;position:fixed;width:90%;z-index:10}.scores365 .toaster, .scores365 button.toggle-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;justify-content:center}.scores365 button.toggle-container {background-color:#6b7173;background-color:var(--textSecondary);border-radius:10px;cursor:pointer;font-size:11px;font-weight:400;height:20px;line-height:1;min-width:44px;padding:4px;white-space:nowrap}.scores365 button.toggle-container-active {background-color:#2194ff;background-color:var(--accentPrimary)}.scores365 .toast-container {-moz-box-pack:justify;-moz-box-align:center;align-items:center;background-color:#f3f3f3;background-color:var(--surfacePrimary);box-shadow:0 0 4px 0 #00000080;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:12px;height:32px;justify-content:space-between;position:absolute;width:360px}.scores365 .toast-small-view {font-size:11px;height:32px;width:287px}.scores365 .toast-icon-container {height:16px;margin-left:12px;width:16px}.scores365 .direction-rtl .toast-icon-container, .scores365 .toast-close-button-container {padding-right:4px}.scores365 .direction-rtl .toast-close-button-container {padding-left:4px}.scores365 .powered-by-strip-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);bottom:auto!important;box-shadow:0 0 4px 0 #00000080;color:#6b7173;color:var(--textSecondary);display:-moz-box!important;display:flex!important;font-size:14px;font-weight:400;height:24px;justify-content:center;left:auto!important;margin-top:1px;margin:1px 0 0!important;min-height:24px!important;min-width:120px!important;overflow:visible!important;position:relative!important;right:auto!important;text-decoration:none;top:auto!important;z-index:auto!important}.scores365 .powered-by-strip-link-container {color:#2194ff;color:var(--accentPrimary);margin:0 4px}.scores365 .drawer-container {overflow:hidden;position:relative}.scores365 .mini-drawer {position:absolute;top:0;-moz-transition:.5s;transition:.5s;width:40px;z-index:10}.scores365 .mini-drawer, .scores365 .switch-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:100%;justify-content:center}.scores365 .switch-container {position:relative}.scores365 .switch-button-container {-moz-box-align:center;align-items:center;background-color:#6b7173;background-color:var(--textSecondary);border-radius:10px;box-shadow:inset 0 3px 3px -1px #0000004d;cursor:pointer;display:-moz-box;display:flex;height:14px;position:relative;width:34px}.scores365 .switch-text-button-container {height:20px;width:48px}.scores365 .switch-button-content {-moz-box-pack:center;-moz-box-align:center;align-items:center;border-radius:10px;box-shadow:0 0 4px 0 #00000080;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:11px;font-weight:400;height:20px;justify-content:center;position:absolute;-moz-transform:translateX(0);transform:translateX(0);-moz-transition:transform .1s ease-in-out,-moz-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-moz-transform .1s ease-in-out;white-space:nowrap;width:20px}.scores365 .switch-button-content, .scores365 .switch-text-button-content {background-color:#6b7173;background-color:var(--textSecondary)}.scores365 .switch-text-button-content {height:100%;top:0;width:-moz-calc(100% - 16px);width:calc(100% - 16px)}.scores365 .switch-active-button-content {background-color:#2194ff;background-color:var(--accentPrimary)}.scores365 .direction-ltr .switch-active-button-content {-moz-transform:translateX(16px);transform:translateX(16px)}.scores365 .direction-rtl .switch-active-button-content {-moz-transform:translateX(-16px);transform:translateX(-16px)}.scores365 .switch-badge-icon-desktop {color:#6b7173;color:var(--textSecondary);font-size:13px;height:100%;margin:0 4px}.scores365 .switch-badge-icon-desktop, .scores365 .switch-badge-icon-mobile {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-weight:400;justify-content:center}.scores365 .switch-badge-icon-mobile {background-color:#6b7173;background-color:var(--textSecondary);border:.5px solid #fff;border:.5px solid var(--surfaceSecondary);border-radius:6px;color:#fff;color:var(--whitePrimary);font-size:10px;height:12px;line-height:1.2px;padding:0 3px;position:absolute;text-align:center;top:-6px}.scores365 .direction-ltr .switch-badge-icon-mobile {right:-6px}.scores365 .direction-rtl .switch-badge-icon-mobile {left:-6px}.scores365 .switch-badge-active-icon-desktop {color:#ff495c;color:var(--dangerPrimary)}.scores365 .switch-badge-active-icon-mobile {background-color:#ff495c;background-color:var(--dangerPrimary)}.scores365 .bullet-header-container {-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:32px;margin-bottom:1px;width:100%}.scores365 .bullet-header-arrow {margin:8px}.scores365 .bullet-header-title {-moz-box-pack:start;font-size:12px;font-weight:500;justify-content:flex-start;width:100%}.scores365 .bullet-header-square, .scores365 .bullet-header-title {-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.scores365 .bullet-header-square {-moz-box-pack:center;background-color:#9c9b9b;background-color:var(--grayPrimary);height:6px;justify-content:center;margin:0 8px;width:6px}.scores365 .card-container {background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.scores365 .mobile-app-bar-wrapper-container {width:100%}.scores365 .mobile-app-bar-container {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:56px;max-width:100%;position:fixed;top:0;z-index:60}.scores365 .mobile-app-bar-container, .scores365 .mobile-app-bar-content {-moz-box-flex:1;display:-moz-box;display:flex;flex:1 1;width:100%}.scores365 .mobile-app-bar-content {-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#fff;color:var(--whitePrimary)}.scores365 .mobile-app-bar-tabs-container {display:-moz-box;display:flex;height:0;overflow:hidden;-moz-transition:height .15s ease-in-out;transition:height .15s ease-in-out}.scores365 .is-visible.mobile-app-bar-tabs-container {height:48px}.scores365 .mobile-app-bar-tab-button-container {-moz-box-flex:1;-moz-box-align:end;-moz-box-pack:center;align-items:flex-end;background-color:#f3f3f3;background-color:var(--surfacePrimary);border-bottom:2px solid #0000;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex:1 1;height:48px;justify-content:center;padding:8px 10px 0}.scores365 .mobile-app-bar-active-tab-button {border-bottom:2px solid #2194ff;border-bottom:2px solid var(--accentPrimary)}.scores365 .mobile-app-bar-tab-button-label-container {-moz-box-align:end;align-items:flex-end;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:16px;font-weight:400;margin-bottom:4px}.scores365 .mobile-app-bar-active-tab-button .mobile-app-bar-tab-button-label-container {color:#fff;color:var(--whitePrimary)}.scores365 .mobile-app-bar-tab-button-live-flag-container {-moz-box-align:end;align-items:flex-end;display:-moz-box;display:flex;height:100%;margin-bottom:3px}.scores365 .scoreboard-cell-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:12px;height:100%;justify-content:center}.scores365 .scoreboard-cell-main-score {background-color:#6b7173;background-color:var(--textSecondary);color:#fff;color:var(--whitePrimary)}.scores365 .scoreboard-cell-main-score-winner {background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary)}.scores365 .scoreboard-cell-winner {color:#2194ff;color:var(--accentPrimary)}.scores365 .scoreboard-cell-live {color:#151e22;color:var(--textPrimary);font-weight:500}.scores365 .container, .scores365 .scoreboard-cell-relative {position:relative}.scores365 .container {height:inherit;overflow:hidden;width:100%}.scores365 .items_container {background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:-moz-calc(100% - 16px);height:calc(100% - 16px);position:relative;width:inherit}.scores365 .small_view .items_container {height:-moz-calc(100% - 24px);height:calc(100% - 24px)}.scores365 .item_container {-moz-box-flex:1;background-color:#fff;background-color:var(--surfaceSecondary);flex:1 0 100%;flex-basis:100%;height:auto;min-height:56px;width:inherit}.scores365 .arrow_large_container {-moz-box-pack:end;-moz-box-align:center;align-items:center;background-color:#f3f3f3;background-color:var(--surfacePrimary);border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary);border-radius:50%;border-top:1px solid #6b7173;border-top:1px solid var(--textSecondary);bottom:40%;cursor:pointer;display:-moz-box;display:flex;height:48px;justify-content:flex-end;position:absolute;width:48px;z-index:1}@media(hover:hover)and (pointer:fine){.arrow_large_container:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.arrow_large{height:24px;width:24px}[dir=ltr] .arrow_large_prev {margin-right:3px;-moz-transform:rotate(180deg);transform:rotate(180deg)}[dir=ltr] .arrow_large_next, [dir=rtl] .arrow_large_prev {margin-left:3px;-moz-transform:rotate(0);transform:rotate(0)}[dir=rtl] .arrow_large_next {margin-right:3px;-moz-transform:rotate(180deg);transform:rotate(180deg)}[dir=ltr] .arrow_large_container_prev {border-right:1px solid #6b7173;border-right:1px solid var(--textSecondary);left:-24px}[dir=rtl] .arrow_large_container_prev {border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary);right:-24px}.scores365 .arrow_large_container_next {-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}[dir=ltr] .arrow_large_container_next {border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary);right:-24px}[dir=rtl] .arrow_large_container_next {border-right:1px solid #6b7173;border-right:1px solid var(--textSecondary);left:-24px}.scores365 .arrow_container {-moz-box-pack:center;-moz-box-align:center;align-items:center;bottom:0;color:#6b7173;color:var(--textSecondary);cursor:pointer;font-size:11px;height:24px;justify-content:center;position:absolute}.scores365 .arrow, .scores365 .arrow_container {display:-moz-box;display:flex}.scores365 .arrow {fill:#6b7173;fill:var(--textSecondary);height:14px;width:14px}[dir=ltr] .arrow_prev {-moz-transform:rotate(0);transform:rotate(0)}[dir=ltr] .arrow_next, [dir=rtl] .arrow_prev {-moz-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .arrow_next {-moz-transform:rotate(0);transform:rotate(0)}[dir=ltr] .arrow_container_prev {left:0}[dir=rtl] .arrow_container_prev {right:0}.scores365 .arrow_container_next {-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}[dir=ltr] .arrow_container_next {right:0}[dir=rtl] .arrow_container_next {left:0}.scores365 .dots_container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:center;width:100%}.scores365 .dot {border:1px solid #6b7173;border:1px solid var(--textSecondary);cursor:pointer}.scores365 .dot_active {background-color:#6b7173;background-color:var(--textSecondary)}.scores365 .footer_container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-top:1px solid #f3f3f3;border-top:1px solid var(--surfacePrimary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:16px;justify-content:center;width:100%}.scores365 .small_view .footer_container {height:24px}.scores365 .header-date-selector-container {-moz-box-align:center;-moz-box-pack:justify;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:13px;font-weight:500;height:100%;justify-content:space-between;position:absolute;top:-16px}.scores365 .header-date-selector-arrow-container, .scores365 .header-date-selector-arrows-container {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .header-date-selector-arrow-container {cursor:pointer;margin:0 8px;width:6px}.scores365 .lang-my-mm .header-date-selector-arrow-container {margin:0 4px}.scores365 .header-date-selector-date {margin:0 4px;max-width:88px;text-align:center;white-space:nowrap}.scores365 .lang-my-mm .header-date-selector-date {font-size:small;margin:0 4px;width:68px}.scores365 .header-date-selector-calender-button-container {cursor:pointer;margin:0 10px;padding-top:2px}.scores365 .draggable-dragged, .scores365 .draggable-dragging {-moz-transition:transform .2s ease-in-out,-moz-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-moz-transform .2s ease-in-out}.scores365 .game-card-placeholder-container {height:54px;margin-bottom:1px;width:100%}.scores365 .game-card-small-view.game-card-placeholder-container {height:74px}.scores365 .game-card-placeholder-content {-moz-box-pack:justify;-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;justify-content:space-between;margin:0 12%;width:100%}.scores365 .game-card-small-view .game-card-placeholder-content {margin:0 5%}.scores365 .game-card-placeholder-team-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px}.scores365 .game-card-placeholder-team-logo {background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:16px;height:32px;width:32px}@media(min-width:1224px){.game-card-placeholder-team-name{width:100px}}@media(max-width:1223px){.game-card-placeholder-team-name{width:85px}}@media(max-width:1023px){.game-card-placeholder-team-name{width:70px}}.game-card-small-view .game-card-placeholder-team-logo{border-radius:12px;height:24px;width:24px}.scores365 .game-card-placeholder-scores-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;margin:0 6px;width:32px}.scores365 .game-card-goal-animation-score-enter {-moz-animation:textColorToSecondary .5s ease-in-out forwards;animation:textColorToSecondary .5s ease-in-out forwards}.scores365 .game-card-goal-animation-score-leave {-moz-animation:secondaryToTextColor .5s ease-in-out forwards;animation:secondaryToTextColor .5s ease-in-out forwards}.scores365 .game-card-goal-animation-player-name-enter {-moz-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards}.scores365 .game-card-goal-animation-player-name-leave {-moz-animation:fadeOut .5s ease-in-out forwards;animation:fadeOut .5s ease-in-out forwards}.scores365 .game-card-goal-animation-competitor-score {color:#2194ff;color:var(--accentPrimary)}.scores365 .game-card-goal-animation-competitor-name-enter {-moz-animation:textColorToSecondary .5s ease-in-out forwards;animation:textColorToSecondary .5s ease-in-out forwards}.scores365 .game-card-goal-animation-competitor-name-leave {-moz-animation:secondaryToTextColor .5s ease-in-out forwards;animation:secondaryToTextColor .5s ease-in-out forwards}.scores365 .game-card-event-card-animation-logo-event {position:relative}.scores365 .game-card-goal-animation-background:before {background:#2194ff;background:var(--accentPrimary);opacity:.05}.scores365 .game-card-penalty-missed-animation-background:before, .scores365 .game-card-red-card-animation-background:before {background:#ff495c;background:var(--dangerPrimary);opacity:.1}.scores365 .game-card-yellow-card-animation-background:before {background:#ffb800;background:var(--warningPrimary);opacity:.1}.scores365 .game-card-match-animation-background:before {background:#ff495c;background:var(--dangerPrimary);opacity:.1}.scores365 .game-card-match-ended-animation-background:before {background:#6b7173;background:var(--textSecondary);opacity:.1}.scores365 .game-card-goal-animation-status-text {color:#2194ff;color:var(--accentPrimary);opacity:1}.scores365 .game-card-penalty-missed-animation-status-text, .scores365 .game-card-red-card-animation-status-text {color:#ff495c;color:var(--dangerPrimary);font-size:12px;font-weight:500;opacity:1}.scores365 .game-card-yellow-card-animation-status-text {color:#ffb800;color:var(--warningPrimary);font-size:12px;font-weight:500;opacity:1}.scores365 .game-card-match-animation-status-text {color:#ff495c;color:var(--dangerPrimary);font-size:11px;font-weight:500;opacity:1}.scores365 .odds-type-dropdown {height:100%;position:relative}.scores365 .odds-type-dropdown-list {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary);-moz-box-sizing:border-box;box-sizing:border-box;min-width:88px}.scores365 .direction-rtl .odds-type-dropdown-list {left:0}.scores365 .direction-ltr .odds-type-dropdown-list {right:0}.scores365 .odds-type-dropdown-three-dots {fill:#6b7173;fill:var(--textSecondary);cursor:pointer;height:18px;width:18px}.scores365 .odds-type-dropdown-item {-moz-box-pack:start;-moz-box-align:center;align-items:center;box-shadow:0 0 4px 0 #00000080;-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);cursor:pointer;display:-moz-box;display:flex;font-size:13px;font-weight:400;height:32px;justify-content:flex-start;margin-bottom:1px;padding:0 12px}.scores365 .odds-type-dropdown-item-active, .scores365 .odds-type-dropdown-item:hover {color:#151e22;color:var(--textPrimary)}.scores365 .odds-type-dropdown-item-active {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .odd-row-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .odds-row-data {-moz-box-align:center;-moz-box-pack:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:32px;justify-content:center;max-width:100%}.scores365 .odds-row-small-view .odds-row-data {height:24px;margin:auto}.scores365 .odds-cell {-moz-box-pack:start;border:1px solid #6b7173;border:1px solid var(--textSecondary);border-left:none;direction:ltr;height:100%;justify-content:flex-start;position:relative;width:104px}.scores365 .odds-cell, .scores365 .odds-cell-container {-moz-box-flex:1;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:1 1}.scores365 .odds-cell-container {-moz-box-pack:center;justify-content:center;position:absolute;width:100%}.scores365 .odds-cell-odd {background:#fff;background:var(--surfaceSecondary)}.scores365 .odds-cell-even {background:#f3f3f3;background:var(--surfacePrimary)}.scores365 .direction-rtl .odds-cell {border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary);border-right:none}.scores365 .odds-row-small-view .odds-cell {width:72px}.scores365 .odds-type-text {color:#6b7173;color:var(--textSecondary);font-size:13px;padding:0 4px}.scores365 .odds-row-small-view .odds-type-text {font-size:12px}.scores365 .odds-trend {margin-top:2px;position:relative;width:8px}.scores365 .odds-row-small-view .odds-trend {width:4px}.scores365 .odds-rate-text {font-size:13px;margin:0 4px}.scores365 .odds-row-small-view .odds-rate-text {font-size:12px}.scores365 .odds-cell-logo {border:1px solid #6b7173;border:1px solid var(--textSecondary);height:100%;width:96px}.scores365 .odds-row-small-view .odds-cell-logo {width:72px}.scores365 .pointer {cursor:pointer}.scores365 .placeholder-wrapper {position:relative;width:100%}.scores365 .placeholder-content {background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:100%;mix-blend-mode:hard-light;mix-blend-mode:var(--mix-blend);position:absolute;top:0;width:100%}.scores365 .placeholder-gradient-animation {-moz-animation-duration:2s;animation-duration:2s;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-moz-animation-name:horizon-slide;animation-name:horizon-slide;background-color:#f1f2f5;background-image:-moz-linear-gradient(left,#f1f2f5,#dce0e4 25%,#f1f2f5);background-image:linear-gradient(90deg,#f1f2f5,#dce0e4 25%,#f1f2f5);height:100%;max-width:650px;width:100%;will-change:transform;z-index:10}.scores365 .placeholder-gradient-animation-rtl {-moz-animation-name:horizon-slide-rtl;animation-name:horizon-slide-rtl}.scores365 .placeholder-container {overflow:hidden!important}@-moz-keyframes horizon-slide{0%{-moz-transform:translate3d(-650px,0,0);transform:translate3d(-650px,0,0)}to{-moz-transform:translate3d(650px,0,0);transform:translate3d(650px,0,0)}}@keyframes horizon-slide{0%{-moz-transform:translate3d(-650px,0,0);transform:translate3d(-650px,0,0)}to{-moz-transform:translate3d(650px,0,0);transform:translate3d(650px,0,0)}}@-moz-keyframes horizon-slide-rtl{0%{-moz-transform:translate3d(650px,0,0);transform:translate3d(650px,0,0)}to{-moz-transform:translate3d(-650px,0,0);transform:translate3d(-650px,0,0)}}@keyframes horizon-slide-rtl{0%{-moz-transform:translate3d(650px,0,0);transform:translate3d(650px,0,0)}to{-moz-transform:translate3d(-650px,0,0);transform:translate3d(-650px,0,0)}}.prediction-placeholder-container{-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:justify;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex-direction:column;justify-content:space-between;width:100%}.scores365 .prediction-placeholder-insight-container {height:64px;width:100%}.scores365 .prediction-placeholder-insight-content {-moz-box-flex:1;-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:8px 0}.scores365 .prediction-placeholder-insight-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:56px;width:288px}.scores365 .prediction-placeholder-statistical-analysis {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;margin:8px;width:160px}.scores365 .prediction-placeholder-title-container {height:60px;width:100%}.scores365 .prediction-placeholder-title-content {-moz-box-flex:1;-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;flex-direction:column;justify-content:center}.scores365 .prediction-placeholder-title {background-color:#9c9b9b;background-color:var(--grayPrimary);height:32px;margin:12px 0;width:120px}.scores365 .prediction-placeholder-voting-container {height:64px;width:100%}.scores365 .prediction-placeholder-buttons-content {background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;margin:8px 24px;padding:0 24px}.scores365 .prediction-placeholder-button, .scores365 .prediction-placeholder-buttons-content {-moz-box-flex:1;-moz-box-pack:center;display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .prediction-placeholder-button {-moz-box-align:center;align-items:center;background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:20px;height:32px;margin:8px;max-width:160px}.scores365 .scores-header {height:32px}.scores365 .scores-header, .scores365 .scores-header-odds {-moz-box-pack:start;display:-moz-box;display:flex;justify-content:flex-start;width:100%}.scores365 .scores-header-odds {-moz-box-align:center;align-items:center;height:100%;margin:0 5px}.scores365 .scores-header-odds-menu {margin:0 8px}.scores365 .scores-header-live-switch-active-button {background-color:#ff495c;background-color:var(--dangerPrimary)}.scores365 .scores-header-placeholder-container {-moz-box-flex:1;-moz-box-align:start;-moz-box-pack:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:flex-start;display:-moz-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.scores365 .scores-header-placeholder-sub-header-container {height:32px}.scores365 .scores-header-placeholder-sub-header-content {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:end;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:flex-end;width:100%}.scores365 .scores-header-placeholder-sub-header-date {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;margin:0 16px;width:70px}.scores365 .scores-header-placeholder-sub-header-calendar {margin:0 10px}.scores365 .scores-header-placeholder-triangle-container {height:32px;width:120px}.scores365 .scores-header-placeholder-triangle-content {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .scores-header-placeholder-triangle-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:20px;width:60px}.scores365 .sponsorship-container {-moz-box-align:center;-moz-box-pack:end;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:flex-end;margin-bottom:1px;min-height:24px;width:100%}.scores365 .full-sponsorship-container {-moz-box-pack:justify;justify-content:space-between}.scores365 .competitions-slider-widget-mobile .sponsorship {height:32px}.scores365 .sponsorship-powered-by {-moz-box-align:center;align-items:center;box-shadow:none;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:10px;height:24px}.scores365 .competitions-slider-widget-mobile .sponsorship-powered-by {-moz-box-align:center;align-items:center;height:32px}.scores365 .sponsorship-odds-by {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:12px;height:24px;justify-content:center;width:138px}.scores365 .competitions-slider-widget-mobile .sponsorship-odds-by {height:32px}.scores365 .direction-ltr .sponsorship-odds-by {-webkit-clip-path:polygon(7% 0,100% 0,100% 100%,0 100%);clip-path:polygon(7% 0,100% 0,100% 100%,0 100%)}.scores365 .direction-rtl .sponsorship-odds-by {-webkit-clip-path:polygon(0 0,93% 0,100% 100%,0 100%);clip-path:polygon(0 0,93% 0,100% 100%,0 100%)}.scores365 .mini-drawer-star-icon-container {-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex}.scores365 .mini-drawer-star-icon-drawer-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;display:-moz-box;display:flex;justify-content:center}.scores365 .mini-drawer-star-icon-remove-only {background-color:#ff495c;background-color:var(--dangerPrimary)}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(72deg);transform:rotate(72deg)}}@-moz-keyframes spin-backwards{0%{-moz-transform:rotate(72deg);transform:rotate(72deg)}to{-moz-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes spin-backwards{0%{-moz-transform:rotate(72deg);transform:rotate(72deg)}to{-moz-transform:rotate(0deg);transform:rotate(0deg)}}.star-icon-spin-open{-moz-animation-duration:.5s;animation-duration:.5s;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-moz-animation-name:spin;animation-name:spin;-moz-animation-timing-function:ease;animation-timing-function:ease}.scores365 .direction-rtl .star-icon-spin-open, .scores365 .star-icon-spin-close {-moz-animation-name:spin-backwards;animation-name:spin-backwards}.scores365 .star-icon-spin-close {-moz-animation-duration:.5s;animation-duration:.5s;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-moz-animation-timing-function:ease;animation-timing-function:ease}.scores365 .direction-rtl .star-icon-spin-close {-moz-animation-name:spin;animation-name:spin}.scores365 .mini-drawer-start-icon {-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex}.scores365 .mini-drawer-ltr.open-from-left.active-transparent, .scores365 .mini-drawer-rtl.open-from-right.active-transparent {border-left:2px solid #fff0}.scores365 .mini-drawer-ltr.open-from-right.active-transparent, .scores365 .mini-drawer-rtl.open-from-left.active-transparent {border-right:2px solid #fff0}.scores365 .mini-drawer-ltr.open-from-left.active-secondary, .scores365 .mini-drawer-rtl.open-from-right.active-secondary {border-left:2px solid #2194ff;border-left:2px solid var(--accentPrimary)}.scores365 .mini-drawer-ltr.open-from-right.active-secondary, .scores365 .mini-drawer-rtl.open-from-left.active-secondary {border-right:2px solid #2194ff;border-right:2px solid var(--accentPrimary)}.scores365 .mini-drawer-star-icon-drawer {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;display:-moz-box;display:flex;justify-content:center;width:30px}.scores365 .table {border-collapse:collapse;margin:0;width:100%}.scores365 .top-performers {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .top-performers-category {background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:48px;margin-bottom:1px;padding:0 10px;position:relative;width:100%}.scores365 .top-performers-small-view .top-performers-category {padding:0 6px}.scores365 .top-performers-category-name {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:1 1;font-size:13px;font-weight:500;justify-content:center;letter-spacing:-.08px;max-width:112px}.scores365 .top-performers-small-view .top-performers-category-name {color:#2194ff;color:var(--accentPrimary);font-size:13px;font-weight:400;left:50%;letter-spacing:-.08px;position:absolute;right:50%;top:10px}.scores365 .top-performers-player {-moz-box-pack:justify;-moz-box-align:center;-moz-box-flex:1;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:space-between}.scores365 .top-performers-player-invert {-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}.scores365 .top-performers-player-content {-moz-box-flex:1;display:-moz-box;display:flex;flex:1 1}.scores365 .top-performers-player-invert .top-performers-player-content {-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}.scores365 .top-performers-small-view .top-performers-player-content {-moz-box-orient:vertical;-moz-box-direction:reverse;display:-moz-box;display:flex;flex-direction:column-reverse;margin:0 8px}.scores365 .top-performers-small-view .top-performers-player-invert .top-performers-player-content {-moz-box-align:end;align-items:flex-end}.scores365 .top-performers-player-logo {border:1px solid #6b7173;border:1px solid var(--textSecondary);border-radius:50vh;-moz-box-sizing:border-box;box-sizing:border-box}.scores365 .top-performers-player-names {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-flex:1;display:-moz-box;display:flex;flex:1 1;flex-direction:column;margin:0 8px}.scores365 .top-performers-small-view .top-performers-player-names {margin:initial}.scores365 .top-performers-player-invert .top-performers-player-names {-moz-box-align:end;align-items:flex-end;text-align:right}.scores365 .direction-rtl .top-performers-player-invert .top-performers-player-names {-moz-box-align:end;align-items:flex-end;text-align:left}.scores365 .top-performers-player-name {font-size:13px;letter-spacing:-.2px;max-width:134px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scores365 .top-performers-small-view .top-performers-player-name {font-size:11px;max-width:100px}.scores365 .top-performers-player-position {color:#6b7173;color:var(--textSecondary);font-size:11px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scores365 .top-performers-small-view .top-performers-player-position {display:none}.scores365 .top-performers-player-stats {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#f3f3f3;background-color:var(--surfacePrimary);color:#2194ff;color:var(--accentPrimary);display:-moz-box;display:flex;font-size:15px;height:24px;justify-content:center;margin:4px 0;width:36px}.scores365 .top-performers-small-view .top-performers-player-stats {font-size:13px;height:20px}.scores365 .up-trend {border-bottom:4px solid #5bb849;border-bottom:4px solid var(--successPrimary)}.scores365 .down-trend, .scores365 .up-trend {border-left:3px solid #0000;border-right:3px solid #0000;height:0;width:0}.scores365 .down-trend {border-top:4px solid #ff495c;border-top:4px solid var(--dangerPrimary)}.scores365 .left-trend {border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}.scores365 .positive-trend.left-trend {border-right:4px solid #5bb849;border-right:4px solid var(--successPrimary)}.scores365 .negative-trend.left-trend {border-right:4px solid #ff495c;border-right:4px solid var(--dangerPrimary)}.scores365 .right-trend {border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}.scores365 .positive-trend.right-trend {border-left:4px solid #5bb849;border-left:4px solid var(--successPrimary)}.scores365 .negative-trend.right-trend {border-left:4px solid #ff495c;border-left:4px solid var(--dangerPrimary)}.scores365 .trend-container {height:4px;width:6px}.scores365 .horizontal-trend {border-bottom:3px solid #0000;border-top:3px solid #0000;height:0;width:0}.scores365 .direction-ltr .horizontal-trend-1 {border-left:4px solid #ff495c;border-left:4px solid var(--dangerPrimary)}.scores365 .direction-rtl .horizontal-trend-1 {border-right:4px solid #ff495c;border-right:4px solid var(--dangerPrimary)}.scores365 .horizontal-trend-2 {display:none}.scores365 .direction-ltr .horizontal-trend-3 {border-left:4px solid #5bb849;border-left:4px solid var(--successPrimary)}.scores365 .direction-rtl .horizontal-trend-3 {border-right:4px solid #5bb849;border-right:4px solid var(--successPrimary)}.scores365 .sidebar-container {background-color:#000;background-color:var(--blackPrimary);height:100%;width:128px}.scores365 .small-view.sidebar-container {width:64px}.scores365 .sidebar-button-container {-moz-box-align:center;-moz-box-pack:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#fff;color:var(--whitePrimary);cursor:pointer;display:-moz-box;display:flex;flex-direction:column;font-size:12px;height:48px;justify-content:center;padding:0 1px;text-align:center}.scores365 .small-view .sidebar-button-container {font-size:10px;height:42px}.scores365 .sidebar-active-button, .scores365 .sidebar-button-container:hover, .scores365 .small-view .sidebar-button-container:hover {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary)}.scores365 .sidebar-active-button {border-left:1px solid #2194ff;border-left:1px solid var(--accentPrimary);-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;color:var(--whitePrimary);cursor:default}.scores365 .sidebar-button-icon-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;min-height:20px;text-align:center}.scores365 .sidebar-button-text-container {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center}.scores365 .country-container {min-height:40px}.scores365 .country-logo {grid-area:logo}.scores365 .country-details-content-games-counter {grid-area:games-counter;justify-self:flex-start}.scores365 .country-details-content {-moz-box-orient:horizontal;-moz-box-direction:normal;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;flex-direction:row;font-size:13px;grid-area:name;place-items:center;width:100%}.scores365 .country-details-counter-container {display:-moz-box;display:flex;padding:0 8px}.scores365 .direction-rtl .country-details-counter-container {direction:ltr}.scores365 .country-details-counter-live {color:#ff495c;color:var(--dangerPrimary)}.scores365 .store-icon-link {height:54px;width:179px}.scores365 .store-icon-link-small-view {height:40px;width:135px}.scores365 .store-icon-link:hover {cursor:pointer;opacity:.8}.scores365 .card_title_container {font-weight:400;height:100%;margin-bottom:2px}.scores365 .card_title_container, .scores365 .trapezoid_card_title {-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.scores365 .trapezoid_card_title {-moz-box-pack:center;color:#151e22;color:var(--textPrimary);font-size:14px;justify-content:center;min-width:64px;white-space:nowrap}[dir=ltr] .trapezoid_card_title {-webkit-clip-path:polygon(0 0,90% 0,100% 100%,0 100%);clip-path:polygon(0 0,90% 0,100% 100%,0 100%);padding:0 20px 0 10px}[dir=ltr] .trapezoid_card_title, [dir=rtl] .trapezoid_card_title {background-color:#fff;background-color:var(--surfaceSecondary);height:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[dir=rtl] .trapezoid_card_title {-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);padding:0 10px 0 20px}.scores365 .games-counter-container {color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:12px;padding:0 8px}.scores365 .direction-rtl .games-counter-container {direction:ltr}.scores365 .games-counter-live {color:#ff495c;color:var(--dangerPrimary)}.scores365 .drawer {background-color:#fff;background-color:var(--surfaceSecondary);height:100%;position:fixed;top:0;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100vw;z-index:80}.scores365 .direction-rtl .drawer-close {right:-105%}.scores365 .direction-ltr .drawer-close {left:-105%}.scores365 .direction-rtl .drawer-open {right:0}.scores365 .direction-ltr .drawer-open {left:0}.scores365 .top-message-container {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-image:-moz-linear-gradient(#2194ff,#07d4fa);background-image:linear-gradient(#2194ff,#07d4fa);background-image:-moz-linear-gradient(var(--accentPrimary),#07d4fa);background-image:linear-gradient(var(--accentPrimary),#07d4fa);display:-moz-box;display:flex;height:0;justify-content:center;opacity:0;width:100%}.scores365 .top-message-container-slide-in {-moz-animation:slideIn .7s .1s forwards;animation:slideIn .7s .1s forwards;height:0;opacity:0}.scores365 .top-message-container-slide-out {-moz-animation:slideOut .7s .1s forwards;animation:slideOut .7s .1s forwards;height:64px;opacity:1}@-moz-keyframes slideIn{to{height:64px;opacity:1}}@keyframes slideIn{to{height:64px;opacity:1}}@-moz-keyframes slideOut{to{height:0;opacity:0}}@keyframes slideOut{to{height:0;opacity:0}}.second-notice-for-notification{-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;height:80px;left:148px;position:absolute}.scores365 .second-notice-for-notification-small-view {-moz-box-pack:center;-moz-box-orient:horizontal;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:row;justify-content:center;left:auto;margin-top:16px;position:absolute;width:100%;z-index:90}.scores365 .second-notice-for-notification-arrow-up {border-bottom:8px solid #2194ff;border-bottom:8px solid var(--accentPrimary);border-left:8px solid #0000;border-right:8px solid #0000;height:0;margin-left:18px;width:0;z-index:90}.scores365 .direction-ltr .second-notice-for-notification-arrow-up {margin-left:18px}.scores365 .direction-rtl .second-notice-for-notification-arrow-up {margin-right:230px}.scores365 .second-notice-for-notification-container {background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:13px;height:40px;padding:16px;top:50px;width:232px;z-index:90}.scores365 .second-notice-for-notification-small-view .second-notice-for-notification-container {-moz-box-align:start;-moz-box-pack:center;align-items:flex-start;display:-moz-box;display:flex;justify-content:center;width:256px}.scores365 .second-notice-for-notification-icon-container {height:14px;width:11px}.scores365 .direction-ltr .second-notice-for-notification-icon-container {padding-right:8px}.scores365 .direction-rtl .second-notice-for-notification-icon-container {padding-left:8px}.scores365 .mini-drawer-trash-icon-container {-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex}.scores365 .mini-drawer-trash-icon-drawer-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:100%;justify-content:center}.scores365 .loader {-moz-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border-radius:50%;height:48px;position:relative;width:48px}.scores365 .loader:after, .scores365 .loader:before {-moz-animation:prixClipFix 2s linear infinite;animation:prixClipFix 2s linear infinite;border:3px solid #151e22;border:3px solid var(--textPrimary);border-radius:50%;-moz-box-sizing:border-box;box-sizing:border-box;content:"";inset:0;position:absolute}.scores365 .loader:after {border-color:#2194ff;border-color:var(--accentPrimary);-moz-transform:rotate3d(90,90,0,180deg);transform:rotate3d(90,90,0,180deg)}@-moz-keyframes rotate{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}.swipeable-container{height:inherit;width:100%}.scores365 .widget-tab-header {-moz-box-pack:justify;display:-moz-box;display:flex;justify-content:space-between}.scores365 .widget-tab-header-sponsorship-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.scores365 .widget-tab-header-sponsorship-logo {height:24px;width:83px}.scores365 .scores-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;justify-content:center;margin-top:50px}.scores365 .scores-empty-state-small-view {margin:84px 16px}.scores365 .scores-empty-state-logo-container {height:90px;width:90px}.scores365 .scores-empty-state-text-container {color:#6b7173;color:var(--textSecondary);font-size:18px;margin:24px 24px 0;text-align:center}.scores365 .scores-empty-state-small-view .scores-empty-state-text-container {font-size:16px;margin-top:8px}.scores365 .list-item-container {-moz-box-pack:justify;-moz-box-align:center;align-items:center;color:#000;color:var(--blackPrimary);cursor:pointer;display:-moz-box;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:0 8px;width:inherit}.scores365 .list-item-text-container {-moz-box-flex:2;flex:2 1;padding:0 8px}.scores365 .entity-list-item {display:-moz-box;display:flex;height:100px;width:100px}.scores365 .entity-list-item-icon {height:23px;margin-right:5px;width:23px}.scores365 .entity-list-item-small-view .entity-list-item-icon {height:20px;width:20px}.scores365 .expandable-list-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:24px;justify-content:center}@media(hover:hover)and (pointer:fine){.expandable-list-container:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.players-list-container{-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin-bottom:16px;width:100%}.scores365 .players-list-container:last-child {margin-bottom:0}.scores365 .players-list-title-container {font-size:13px;width:100%}.scores365 .players-list-item {-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:48px;margin-bottom:1px}@media(hover:hover)and (pointer:fine){.players-list-item:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.players-list-collapsed-view .players-list-item{border-top:1px solid #f3f3f3;border-top:1px solid var(--surfacePrimary);margin-bottom:0}.scores365 .players-list-collapsed-view .players-list-item:last-child {border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--surfacePrimary)}.scores365 .players-list-item-player-details {-moz-box-flex:98;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:98 1}.scores365 .players-list-item-player-logo {border:1px solid #0003;border-radius:50%;-moz-box-sizing:border-box;box-sizing:border-box;height:32px;left:0;max-height:32px;max-width:32px;min-height:32px;min-width:32px;position:absolute;top:0;width:32px}.scores365 .players-list-item-player-number {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:space-evenly;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;font-size:11px;font-weight:400;height:30px;justify-content:space-evenly;margin:0 2px;padding:0 3px;text-align:center;width:14px}.scores365 .players-list-small-view .players-list-item-player-logo {margin:0 4px}.scores365 .players-list-item-player-name-and-position {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;font-size:13px;margin:0 8px}.scores365 .players-list-small-view .players-list-item-player-name-and-position {margin:0 6px}.scores365 .players-list-item-season-stats .players-list-item-player-name-and-position {-moz-box-orient:horizontal;-moz-box-direction:normal;-moz-box-align:center;align-items:center;flex-direction:row}.scores365 .players-list-item-player-name {overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scores365 .players-list-small-view .players-list-item-player-name {font-size:11px}.scores365 .players-list-item-player-position {color:#6b7173;color:var(--textSecondary);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scores365 .players-list-item-season-stats .players-list-item-player-position {margin:0 4px}.scores365 .players-list-small-view .players-list-item-player-position {font-size:10px}.scores365 .players-list-item-player-season-stats {color:#6b7173;color:var(--textSecondary);font-size:11px;margin:0 8px}.scores365 .players-list-small-view .players-list-item-player-season-stats {margin:0 6px}.scores365 .players-list-item-player-substitution-in {color:#5bb849;color:var(--successPrimary);font-size:13px}.scores365 .players-list-item-player-substitution-out {color:#ff495c;color:var(--dangerPrimary);font-size:13px}.scores365 .players-list-small-view .players-list-item-player-substitution-in {font-size:11px}.scores365 .players-list-item-player-icons {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .players-list-item-season-stats-is-significant {color:#2194ff;color:var(--accentPrimary)}.scores365 .players-list-item-airplane-mode-icon {border-radius:50%;height:18px;width:18px}.scores365 .players-list-item-injuries {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:center;align-items:center;flex:1 1;justify-content:center;margin:0 14px}.scores365 .players-list-item-injuries, .scores365 .players-list-item-player-details-name-and-stats-container {display:-moz-box;display:flex}.scores365 .players-list-item-season-stats .players-list-item-player-details-name-and-stats-container {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.scores365 .players-list-item-suspension-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:32px;justify-content:center;width:32px}.scores365 .direction-ltr .players-list-item-suspension-container {padding-right:6px}.scores365 .direction-rtl .players-list-item-suspension-container {padding-left:8px}.scores365 .players-list-item-rating-container {height:13px;margin:0 8px;width:28px}.scores365 .players-list-small-view .players-list-item-rating-container {font-size:12px;height:13px;margin:0 8px;width:28px}.scores365 .players-list-item-player-details-image-container {display:-moz-box;display:flex;height:32px;margin:0 8px;position:relative;width:32px}.scores365 .players-list-item-player-details-image-icon {-moz-box-align:center;-moz-box-pack:center;align-items:center;background:#d3d3d3 50%;border-radius:50%;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:14px;justify-content:center;position:absolute;top:-4px;width:14px}.scores365 .direction-ltr .players-list-item-player-details-image-icon {left:auto;right:-8px}.scores365 .direction-rtl .players-list-item-player-details-image-icon {left:-8px;right:auto}.scores365 .players-list-item-event-container, .scores365 .players-list-item-events-container {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .players-list-item-event-container {height:24px;margin:0 4px;position:relative;width:24px}.scores365 .substitution.players-list-item-event-container {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.scores365 .players-list-item-game-time-container {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;font-size:8px;justify-content:center;margin-top:-4px;text-align:center}.scores365 .players-list-item-event-goal-count-container {background-Color:#2194ff;background-Color:var(--accentPrimary);border-Radius:50%;text-Align:center;font-Size:9px;letter-Spacing:-1px;line-Height:12px;color:#fff;color:var(--whitePrimary);height:11px;margin:1px 0;position:absolute;top:-2px;width:11px}.scores365 .direction-ltr .players-list-item-event-goal-count-container {left:65%}.scores365 .direction-rtl .players-list-item-event-goal-count-container {right:65%}.scores365 .scores-placeholder {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;height:1000px;width:100%}.scores365 .scores-placeholder-title {font-weight:500;min-width:99px}.scores365 .direction-ltr .scores-placeholder-widget-title-container {background-color:#fff;background-color:var(--surfaceSecondary);-webkit-clip-path:polygon(0 0,90% 0,100% 100%,0 100%);clip-path:polygon(0 0,90% 0,100% 100%,0 100%);height:32px;padding:0 20px 0 10px;width:126px}.scores365 .direction-rtl .scores-placeholder-widget-title-container {background-color:#fff;background-color:var(--surfaceSecondary);-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);height:32px;padding:0 10px 0 20px;width:126px}.scores365 .scores-section-placeholder-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .scores-section-placeholder-section {padding:8px 0}.scores365 .scores-mobile-header-dater-placeholder-container {height:40px;width:100%}.scores365 .scores-mobile-header-dater-placeholder-content {-moz-box-flex:1;-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:start;align-items:center;display:-moz-box;display:flex;flex:1 1;flex-direction:column;height:40px;justify-content:flex-start}.scores365 .scores-mobile-header-dater-placeholder-mobile-dater {background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;display:-moz-box;display:flex;height:40px;width:100%}.scores365 .scores-mobile-header-dater-placeholder-mobile-date-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%;justify-content:center;width:16.6666666667%}.scores365 .scores-mobile-header-dater-placeholder-mobile-date {background-color:#9c9b9b;background-color:var(--grayPrimary);height:10px;margin-top:4px;width:15px}.scores365 .scores-mobile-header-dater-placeholder-mobile-day {background-color:#9c9b9b;background-color:var(--grayPrimary);height:10px;margin-top:2px;width:25px}.scores365 .scores-header-placeholder-wrapper-container {height:36px;margin-bottom:1px;width:100%}.scores365 .scores-header-placeholder-content {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:start;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:flex-start}.scores365 .scores-header-placeholder-star {fill:#9c9b9b;fill:var(--grayPrimary);margin:0 8px}.scores365 .scores-header-placeholder-center-container {-moz-box-flex:1;-moz-box-pack:start;display:-moz-box;display:flex;flex:1 1;justify-content:flex-start}.scores365 .scores-header-placeholder-competition-logo {align-self:center;background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:16px;height:32px;width:32px}.scores365 .scores-header-placeholder-small-view .scores-header-placeholder-competition-logo {border-radius:12px;height:24px;width:24px}.scores365 .scores-header-placeholder-competition-and-country-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin:0 6px}.scores365 .scores-header-placeholder-competition-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:14px;margin-bottom:2px;width:120px}.scores365 .scores-header-placeholder-country-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:12px;width:50px}.scores365 .option-stripe-container {-moz-box-pack:justify;display:-moz-box;display:flex;justify-content:space-between;margin-top:1px;width:100%}.scores365 .option-stripe-small-view .option-stripe-container {-moz-box-pack:center;justify-content:center}.scores365 .option-stripe-large-container {margin:0 -12px;padding:0 12px}.scores365 .direction-ltr .option-stripe-large-container {-webkit-clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,14px 100%);clip-path:polygon(0 0,-moz-calc(100% - 14px) 0,100% 100%,14px 100%);clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,14px 100%)}.scores365 .direction-ltr .option-stripe-large-container, .scores365 .direction-rtl .option-stripe-large-container {background-color:#fff;background-color:var(--surfaceSecondary);height:32px;width:-moz-calc(100% - 320px);width:calc(100% - 320px)}.scores365 .direction-rtl .option-stripe-large-container {-webkit-clip-path:polygon(14px 0,100% 0,calc(100% - 14px) 100%,0 100%);clip-path:polygon(14px 0,100% 0,-moz-calc(100% - 14px) 100%,0 100%);clip-path:polygon(14px 0,100% 0,calc(100% - 14px) 100%,0 100%)}.scores365 .option-stripe-extra-large-container {height:32px}.scores365 .direction-ltr .option-stripe-extra-large-container {-webkit-clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,0 100%);clip-path:polygon(0 0,-moz-calc(100% - 14px) 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,0 100%);margin:0 -12px 0 0;padding:0 0 0 11px}.scores365 .direction-ltr .option-stripe-extra-large-container, .scores365 .direction-rtl .option-stripe-extra-large-container {background-color:#fff;background-color:var(--surfaceSecondary);height:100%;width:-moz-calc(100% - 194px);width:calc(100% - 194px)}.scores365 .direction-rtl .option-stripe-extra-large-container {-webkit-clip-path:polygon(14px 0,100% 0,100% 100%,0 100%);clip-path:polygon(14px 0,100% 0,100% 100%,0 100%);margin:0 0 0 -12px;padding:0 11px 0 0}.scores365 .option-stripe-medium-container {border-top:32px solid #fff;border-top:32px solid var(--surfaceSecondary);position:relative;width:180px}.scores365 .direction-ltr .option-stripe-medium-container {border-left:14px solid #0000;border-right:0 solid #0000}.scores365 .direction-rtl .option-stripe-medium-container {border-left:0 solid #0000;border-right:14px solid #0000}.scores365 .option-stripe-small-view .option-stripe-medium-container {border:initial;width:100%}.scores365 .option-stripe-small-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .direction-ltr .option-stripe-small-container {background-color:#fff;background-color:var(--surfaceSecondary);-webkit-clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,0 100%);clip-path:polygon(0 0,-moz-calc(100% - 14px) 0,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,0 100%);height:32px;width:126px}.scores365 .direction-rtl .option-stripe-small-container {background-color:#fff;background-color:var(--surfaceSecondary);-webkit-clip-path:polygon(14px 0,100% 0,100% 100%,0 100%);clip-path:polygon(14px 0,100% 0,100% 100%,0 100%);height:32px;width:126px}.scores365 .option-stripe-small-cell-content {margin:0 -12px}.scores365 .option-stripe-small-cell {background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;color:#151e22;color:var(--textPrimary);font-weight:500;height:32px;width:112px}.scores365 .direction-ltr .option-stripe-small-cell {padding:0 0 0 8px}.scores365 .direction-rtl .option-stripe-small-cell {padding:0 8px 0 0}.scores365 .option-stripe-cell-content {background-color:#fff;background-color:var(--surfaceSecondary);color:#151e22;color:var(--textPrimary);font-weight:500;width:100%}.scores365 .container, .scores365 .option-stripe-cell-content {-moz-box-sizing:border-box;box-sizing:border-box;height:32px}.scores365 .container {border-radius:50%;margin-right:3px;text-align:center;width:32px}@media(hover:hover)and (pointer:fine){.container:hover{cursor:pointer;text-decoration:underline}.link-not-clickable .container:hover{cursor:default;text-decoration:none}}.small_view{height:24px;width:24px}.scores365 .text {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;height:32px;justify-content:center;left:-moz-calc(50% - 16px);left:calc(50% - 16px);position:absolute;right:-moz-calc(50% - 16px);right:calc(50% - 16px);width:32px}.scores365 .small_view .text {left:-moz-calc(50% - 12px);left:calc(50% - 12px);right:-moz-calc(50% - 12px);right:calc(50% - 12px)}.scores365 .small_view .game-badge-icon-container, .scores365 .small_view .text {height:24px;width:24px}.scores365 .game-badge-tooltip-content-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;line-height:normal;white-space:pre}.scores365 .game-badge-tooltip-content-competitor {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-weight:500}.scores365 .win {background-color:#5bb849;background-color:var(--successPrimary)}.scores365 .draw {background-color:#ffb800;background-color:var(--warningPrimary)}.scores365 .lose {background-color:#ff495c;background-color:var(--dangerPrimary)}.scores365 .see-all-footer {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);cursor:pointer;display:-moz-box;display:flex;height:24px;justify-content:center}.scores365 .see-all-footer-container {-moz-box-flex:2;flex:2 1;margin:3px 0;padding:2px 0 0}@media(hover:hover)and (pointer:fine){.see-all-footer:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.see-all-footer:hover.link-not-clickable{background-color:#fff;background-color:var(--surfaceSecondary);cursor:default}.scores365 .see-all-footer-button-container {color:#6b7173;color:var(--textSecondary);cursor:pointer;font-size:13px;text-align:center;white-space:nowrap}.scores365 .see-all-footer-button-arrow {fill:#6b7173;fill:var(--textSecondary);color:#6b7173;color:var(--textSecondary);height:16px;margin-bottom:-4px;width:18px}.scores365 .bar-chart-container {-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .bar-chart-line-container {-moz-box-align:end;align-items:flex-end;max-height:5px}.scores365 .bar-chart-line-container, .scores365 .bar-chart-scores-container {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center;width:95%}.scores365 .bar-chart-scores-container {-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;margin-bottom:3px}.scores365 .bar-chart-label {-moz-box-flex:1;flex:1 1;font-size:13px;font-weight:500;white-space:nowrap}.scores365 .bar-chart-name-label {-moz-box-flex:98;flex:98 1;font-size:13px;text-align:center}.scores365 .bar-chart-line-sub-container {-moz-box-flex:1;display:-moz-box;display:flex;flex:1 1}.scores365 .bar-chart-bold-line {height:3px;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.scores365 .bar-chart-light-line {align-self:flex-end;height:1px}.scores365 .pie-chart-container {height:114px;position:relative;width:114px}.scores365 .pie-chart-inner-circle-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-radius:106.5px;bottom:7.5px;display:-moz-box;display:flex;height:99px;justify-content:center;left:7.5px;position:absolute;right:7.5px;text-align:center;top:7.5px;width:99px;z-index:0}.scores365 .pie-chart-circle {stroke:#fff;stroke:var(--surfaceSecondary)}.scores365 .competition-details-placeholder {height:48px;margin-bottom:1px;width:100%}.scores365 .competition-details-placeholder-content {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:start;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:flex-start;margin:0 6px}.scores365 .competition-details-placeholder-competition-logo {align-self:center;background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:10px;height:20px;width:20px}.scores365 .competition-details-placeholder-small-view .competition-details-placeholder-competition-logo {border-radius:12px;height:24px;width:24px}.scores365 .competition-details-placeholder-competition-and-country-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin:0 6px}.scores365 .competition-details-placeholder-competition-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:12px;margin-bottom:2px;width:90px}.scores365 .competition-details-placeholder-country-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:12px;width:50px}.scores365 .logo-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .logo-wide {position:absolute}[dir=ltr] .logo-wide {left:0}[dir=rtl] .logo-wide {right:0}[dir=ltr] .large_view.logo-wide {left:4px}[dir=rtl] .large_view.logo-wide {right:4px}.scores365 .hover-screen-app-bar-back-button {-moz-box-flex:1;background:#fff;background:var(--surfaceSecondary);flex:1 1}.scores365 .hover-screen-app-bar-back-button, .scores365 .hover-screen-app-bar-title {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .hover-screen-app-bar-title {-moz-box-flex:5;flex:5 1;width:100%}.scores365 .hover-screen-app-bar-right-icon {-moz-box-flex:1;-moz-box-pack:center;display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .hover_screen_container, .scores365 .hover_screen_content {background-color:#f3f3f3;background-color:var(--surfacePrimary);overflow-y:scroll}.scores365 .hover_screen_container {height:100%;position:fixed;width:100%;z-index:70}.scores365 .mini-drawer-trash-icon {-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex}.scores365 .trash-icon-container {height:16px;padding:16px 0}.scores365 .container {-moz-box-pack:center;-moz-box-align:end;align-items:flex-end;border-radius:6px;color:#fff;color:var(--whitePrimary);font-size:12px;height:14px;justify-content:center;line-height:1;width:24px}.scores365 .small_view.container {font-size:10px;height:11px;width:20px}.scores365 .container_no_rating {background-color:#6b7173;background-color:var(--textSecondary)}.scores365 .container_low {background-color:#ff495c;background-color:var(--dangerPrimary)}.scores365 .container_moderate {background-color:#e38218;background-color:var(--ratePrimary)}.scores365 .container_medium {background-color:#ffb800;background-color:var(--warningPrimary)}.scores365 .container_high {background-color:#5bb849;background-color:var(--successPrimary)}.scores365 .container_best {background-color:#2194ff;background-color:var(--accentPrimary)}.scores365 .manual-scroll-wrapper-container {-moz-box-orient:horizontal;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:row;height:100%;margin-bottom:1px;width:100%}.scores365 .manual-scroll-wrapper-container-with-sponsorship {height:-moz-calc(100% - 25px);height:calc(100% - 25px)}.scores365 .manual-scroll-wrapper-container-no-arrows {height:auto}.scores365 .manual-scroll-wrapper-small-view {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.scores365 .manual-scroll-wrapper-content-container {overflow-x:hidden;overflow-y:hidden;position:relative;width:100%}.scores365 .manual-scroll-wrapper-content {position:relative;top:0;-moz-transition:.5s ease-out;transition:.5s ease-out;width:100%}.scores365 .manual-scroll-wrapper-arrows-container {-moz-box-orient:vertical;-moz-box-direction:reverse;background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;display:-moz-box;display:flex;flex-direction:column-reverse;z-index:1}.scores365 .manual-scroll-wrapper-small-view .manual-scroll-wrapper-arrows-container {-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.scores365 .manual-scroll-wrapper-arrow-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:100%;justify-content:center;width:24px}.scores365 .manual-scroll-wrapper-small-view .manual-scroll-wrapper-arrow-container {height:24px;width:100%}@media(hover:hover)and (pointer:fine){.manual-scroll-wrapper-arrow-container:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.direction-ltr .manual-scroll-wrapper-small-view .manual-scroll-wrapper-arrow-container:first-child{border:none;border-right:1px solid #f3f3f3;border-right:1px solid var(--surfacePrimary)}.scores365 .direction-rtl .manual-scroll-wrapper-small-view .manual-scroll-wrapper-arrow-container:first-child {border:none;border-left:1px solid #f3f3f3;border-left:1px solid var(--surfacePrimary)}.scores365 .manual-scroll-wrapper-arrow-container:first-child {border:none;border-top:1px solid #f3f3f3;border-top:1px solid var(--surfacePrimary)}.scores365 .manual-scroll-wrapper-down-arrow {border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #6b7173;border-top:5px solid var(--textSecondary);height:0;width:0}.scores365 .manual-scroll-wrapper-arrow-container-active {cursor:pointer}.scores365 .manual-scroll-wrapper-up-arrow {border-bottom:5px solid #6b7173;border-bottom:5px solid var(--textSecondary);border-left:5px solid #0000;border-right:5px solid #0000;height:0;width:0}.scores365 .manual-scroll-wrapper-active-down-arrow {border-top:5px solid #2194ff;border-top:5px solid var(--accentPrimary)}.scores365 .manual-scroll-wrapper-active-up-arrow {border-bottom:5px solid #2194ff;border-bottom:5px solid var(--accentPrimary)}.scores365 .dots-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:center;min-height:6px;width:100%}.scores365 .dot {border:1px solid #ffb800;border:1px solid var(--warningPrimary);border-radius:50%;-moz-box-sizing:border-box;box-sizing:border-box;height:4px;margin:auto 2px;width:4px}.scores365 .dot-active {background-color:#ffb800;background-color:var(--warningPrimary)}.scores365 .dot.dot-small-view {margin:auto 1px}.scores365 .slick-slider-swipeable-container {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center;position:relative;width:auto}.scores365 .slick-slider-container {overflow:hidden}.scores365 .slick-slider-container, .scores365 .slick-slider-content {display:-moz-box;display:flex;position:relative}.scores365 .direction-ltr .slick-slider-content {-moz-transition:left .25s;transition:left .25s}.scores365 .direction-rtl .slick-slider-content {-moz-transition:right .25s;transition:right .25s}.scores365 .slick-slider-arrow-container {display:-moz-box;display:flex;height:20px;position:absolute;width:20px;z-index:1}.scores365 .direction-ltr .slick-slider-backward-arrow {left:0}.scores365 .direction-rtl .slick-slider-backward-arrow {right:0}.scores365 .direction-ltr .slick-slider-forward-arrow {right:1%}.scores365 .direction-rtl .slick-slider-forward-arrow {left:1%}.scores365 .radio-buttons {-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.scores365 .drawer-module-content .radio-buttons {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:start;align-items:flex-start;flex-direction:column}.scores365 .radio-button {-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);cursor:pointer;display:-moz-box;display:flex;font-size:14px;padding:4px 0}.scores365 .drawer-module-content .radio-button {padding:8px 0}.scores365 .direction-ltr .radio-button {padding-right:16px}.scores365 .direction-rtl .radio-button {padding-left:16px}.scores365 .active-radio-button {color:#2194ff;color:var(--accentPrimary);cursor:auto}.scores365 .radio-button-bubble {-moz-box-pack:center;-moz-box-align:center;align-items:center;border:2px solid #6b7173;border:2px solid var(--textSecondary);border-radius:50%;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:16px;justify-content:center;width:16px}.scores365 .active-radio-button .radio-button-bubble {border:2px solid #2194ff;border:2px solid var(--accentPrimary)}.scores365 .active-radio-button-fill {background-color:#2194ff;background-color:var(--accentPrimary);border-radius:50%;height:8px;width:8px}.scores365 .direction-ltr .radio-button-bubble {margin:0 8px 0 0}.scores365 .direction-rtl .radio-button-bubble {margin:0 0 0 8px}.scores365 .qr-code-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:center}.scores365 .qr-code-active-container {border:8px solid #fff;border:8px solid var(--whitePrimary)}.scores365 .qr-code-reload-container {position:relative}.scores365 .qr-code-reload {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:center;align-items:center;color:#2194ff;color:var(--accentPrimary);cursor:pointer;display:-moz-box;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;top:0;width:100%}.scores365 .qr-code-reload-text {font-size:14px;font-weight:500;margin-top:2px}.scores365 .ps {-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.scores365 .ps__rail-x {bottom:0;height:15px;z-index:10}.scores365 .ps__rail-x, .scores365 .ps__rail-y {display:none;opacity:0;position:absolute;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;z-index:10}.scores365 .ps__rail-y {right:0;width:11px;z-index:10}.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {background-color:#0000;display:block}.ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y, .scores365 .ps:hover>.ps__rail-x, .scores365 .ps:hover>.ps__rail-y {opacity:1;z-index:10}.scores365 .ps__thumb-x {bottom:2px;height:6px;-moz-transition:background-color .2s linear,height .2s ease-in-out;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;z-index:10}.scores365 .ps__thumb-x, .scores365 .ps__thumb-y {background-color:#d0d8de;background-color:var(--scrollerPrimary);border-radius:50vw;position:absolute;z-index:10}.scores365 .ps__thumb-y {right:2px;-moz-transition:background-color .2s linear,width .2s ease-in-out;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;z-index:10}.scores365 .small-view-scroll {overflow:auto!important}.scores365 .direction-ltr .ps__rail-y {left:auto!important;right:0!important}.scores365 .direction-rtl .ps__rail-y {left:0!important;right:auto!important}.scores365 .direction-ltr .ps__thumb-y {left:auto!important;right:0!important}.scores365 .direction-rtl .ps__thumb-y {left:0!important;right:auto!important}.scores365 .direction-ltr .ps__rail-x, .scores365 .direction-rtl .ps__rail-x {bottom:0!important;top:auto!important}.scores365 .log-widget-button {height:24px;width:24px}.scores365 .scores-list-header-module {margin-bottom:8px}.scores365 .header-date-selector-date-container, .scores365 .scores-list-header-module {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center}.scores365 .header-date-selector-date-container {width:210px}.scores365 .scores-list-header-module-mobile-container {width:100%}.scores365 .scores-list-header-module-mobile-placeholder-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin-bottom:8px;width:100%}.scores365 .scores-list-header-module-mobile-dater-container {-moz-box-pack:end;background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;display:-moz-box;display:flex;height:40px;justify-content:flex-end;position:relative}.scores365 .scores-list-header-module-mobile-dater-date-selector-container {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;height:42px;justify-content:center}.scores365 .scores-list-header-module-mobile-days {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center;overflow:hidden;position:relative}.scores365 .scores-list-header-module-inner-mobile-days {display:-moz-box;display:flex;position:absolute;top:0;width:inherit}.scores365 .direction-ltr .scores-list-header-module-inner-mobile-days {will-change:left}.scores365 .direction-rtl .scores-list-header-module-inner-mobile-days {will-change:right}.scores365 .scores-list-header-module-mobile-dater-button {-moz-box-pack:center;-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;border:none;border-bottom:1px solid #0000;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex-direction:column;height:40px;justify-content:center;padding:0 4px}.scores365 .scores-list-header-module-mobile-dater-active-button {border-bottom:1px solid #2194ff;border-bottom:1px solid var(--accentPrimary)}.scores365 .scores-list-header-module-mobile-dater-button-day {color:#6b7173;color:var(--textSecondary);font-size:13px;font-weight:500;line-height:16px}.scores365 .scores-list-header-module-mobile-dater-active-button .scores-list-header-module-mobile-dater-button-day {color:#2194ff;color:var(--accentPrimary)}.scores365 .scores-list-header-module-mobile-dater-button-name {color:#6b7173;color:var(--textSecondary);display:block;font-size:10px;font-weight:500;line-height:14px;margin-top:2px}.scores365 .scores-list-header-module-mobile-dater-active-button .scores-list-header-module-mobile-dater-button-name {color:#2194ff;color:var(--accentPrimary)}.scores365 .article-iframe-element {border:0;height:100%;width:100%}.scores365 .athlete-widget-empty-state-container {-moz-box-pack:center;-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;display:-moz-box;display:flex;flex-direction:column;justify-content:center}.scores365 .athlete-widget-small-view .athlete-widget-image-container {height:100%;margin-top:84px}.scores365 .athlete-widget-text {color:#151e22;color:var(--textPrimary);font-size:26px;font-weight:500;margin-top:24px}.scores365 .athlete-widget-small-view .athlete-widget-text {font-size:24px}.scores365 .athlete-widget-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary);cursor:pointer;display:-moz-box;display:flex;font-size:16px;height:36px;justify-content:center;margin-bottom:8px;margin-top:36px;text-decoration:none;width:234px}.scores365 .athlete-widget-empty-state-search-input {border:none;-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);font-size:13px;font-weight:400;height:32px;max-width:149px;outline:none;padding-left:8px}.scores365 .athlete-widget-empty-state-search-result-container {height:800px}.scores365 .competitions-slider-widget-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .competitions-slider-widget-see-all-scores-label {-moz-box-flex:1;align-self:flex-end;color:#2194ff;color:var(--accentPrimary);cursor:pointer;flex:1 1;font-size:11px;font-style:italic}.scores365 .competitions-slider-widget-bookmaker-logo {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;font-size:12px;font-weight:500;height:40px;justify-content:center;width:150px}.scores365 .direction-ltr .competitions-slider-widget-bookmaker-logo {-webkit-clip-path:polygon(7% 0,100% 0,100% 100%,0 100%);clip-path:polygon(7% 0,100% 0,100% 100%,0 100%)}.scores365 .direction-rtl .competitions-slider-widget-bookmaker-logo {-webkit-clip-path:polygon(0 0,93% 0,100% 100%,0 100%);clip-path:polygon(0 0,93% 0,100% 100%,0 100%)}.scores365 .competitions-slider-widget-powered-by-strip {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#0000;box-shadow:none;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:11px;justify-content:center;margin:0}.scores365 .competitions-slider-widget-left-bar-container {max-width:235px;width:24%}.scores365 .competitions-slider-widget-left-bar-container, .scores365 .competitions-slider-widget-right-bar-container {-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:80px;min-width:160px}.scores365 .competitions-slider-widget-right-bar-container {-moz-box-pack:center;-moz-box-sizing:border-box;box-sizing:border-box;flex-wrap:wrap;justify-content:center;max-width:225px;padding:16px 8px 0;position:relative;width:16%}.scores365 .competitions-slider-widget-has-odds {height:104px}.scores365 .competitions-slider-widget-top-bar-container {-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:none;height:56px;margin-bottom:1px;padding:8px 0;width:100%}.scores365 .competitions-slider-widget-show-odds {height:104px}.scores365 .competitions-slider-widget-dropdown {-moz-box-pack:start;-moz-box-align:start;align-items:flex-start;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:40px;justify-content:flex-start;margin-left:32px;margin-right:32px}.scores365 .competitions-slider-widget-arrow {border:solid #6b7173;border:solid var(--textSecondary);border-width:0 2px 2px 0;display:inline-block;padding:3px;-moz-transform:rotate(45deg);transform:rotate(45deg);width:100%}.scores365 .competitions-slider-widget-large-desktop .competitions-slider-widget-see-all-scores-label {display:-moz-box;display:flex;position:absolute;top:0}.scores365 .direction-ltr .competitions-slider-widget-large-desktop .competitions-slider-widget-see-all-scores-label {left:16px}.scores365 .direction-rtl .competitions-slider-widget-large-desktop .competitions-slider-widget-see-all-scores-label {right:16px}.scores365 .competitions-slider-widget-large-desktop .competitions-slider-widget-dropdown {margin:0 16px;max-width:345px;width:100%}.scores365 .competitions-slider-widget-desktop .competitions-slider-widget-top-bar-container {display:-moz-box;display:flex}.scores365 .competitions-slider-widget-desktop .competitions-slider-widget-dropdown {margin:0 8px;min-width:160px}.scores365 .competitions-slider-widget-desktop .competitions-slider-widget-odds-by {font-size:18px;height:21px}.scores365 .competitions-slider-widget-desktop .competitions-slider-widget-odds-bookie {font-size:30px;font-weight:500;height:24px;width:116px}.scores365 .competitions-slider-widget-tablet .competitions-slider-widget-top-bar-container {display:-moz-box;display:flex}.scores365 .competitions-slider-widget-tablet .competitions-slider-widget-container {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.scores365 .competitions-slider-widget-tablet .competitions-slider-widget-odds-by {color:#fff;color:var(--whitePrimary);font-size:12px;font-weight:500;width:56px}.scores365 .competitions-slider-widget-tablet .competitions-slider-widget-odds-bookie {color:#fff;color:var(--whitePrimary);font-size:18px;font-weight:500;height:24px;width:72px}.scores365 .competitions-slider-widget-tablet .competitions-slider-widget-dropdown {margin:0 8px;min-width:215px}.scores365 .competitions-slider-widget-top-bar-container .competitions-slider-widget-dropdown {min-width:345px}.scores365 .competitions-slider-widget-mobile .competitions-slider-widget-top-bar-container {-moz-box-pack:end;background-color:#f3f3f3;background-color:var(--surfacePrimary);display:-moz-box;display:flex;height:32px;justify-content:flex-end}.scores365 .competitions-slider-widget-mobile .competitions-slider-widget-left-bar-container, .scores365 .competitions-slider-widget-mobile .competitions-slider-widget-right-bar-container {display:none}.scores365 .competitions-slider-widget-mobile .competitions-slider-widget-see-all-scores-label {margin:0 8px}.scores365 .competitions-slider-widget-mobile .competitions-slider-widget-dropdown {display:none}.scores365 .competitions-slider-widget-containers {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center}.scores365 .competitions-slider-widget-dropdown-container {max-width:225px;width:100%}.scores365 .competitions-slider-widget-top-bar-container .competitions-slider-widget-dropdown-container {max-width:345px}.scores365 .competitions-slider-widget-dropdown-arrow {border:1px solid #6b7173;border-bottom:2px solid var(--textSecondary);border-left:0 solid var(--textSecondary);border-right:2px solid var(--textSecondary);border-top:0 solid var(--textSecondary);cursor:pointer;height:0;padding:3px;width:0}.scores365 .competitions-slider-widget-item-container:last-child {border-bottom:initial}.scores365 .competitions-slider-widget-dropdown-down-arrow {-moz-transform:rotate(45deg);transform:rotate(45deg)}.scores365 .competitions-slider-widget-dropdown-up-arrow {-moz-transform:rotate(225deg);transform:rotate(225deg)}.scores365 .competitions-slider-widget-bar-odds-by {font-size:22px;font-weight:400;margin:0 8px}.scores365 .competitions-slider-widget-bar-odds-bookie, .scores365 .competitions-slider-widget-bar-odds-by {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#000;color:var(--blackPrimary);display:-moz-box;display:flex;justify-content:center}.scores365 .competitions-slider-widget-bar-odds-bookie {font-size:38px;font-weight:500;height:auto;padding-top:4px;width:124px}.scores365 .competitions-slider-widget-triangle-odds-by {font-size:12px;height:14px;margin:0 4px}.scores365 .competitions-slider-widget-triangle-odds-bookie, .scores365 .competitions-slider-widget-triangle-odds-by {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-weight:500;justify-content:center}.scores365 .competitions-slider-widget-triangle-odds-bookie {font-size:16px;height:18px}.scores365 .competitions-slider-widget-odds-triangle {height:40px}.scores365 .competitions-slider-widget-mobile .competitions-slider-widget-odds-triangle {height:32px}.scores365 .competitions-slider-widget-item-container {-moz-box-pack:start;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:1px solid #ced0d0;border-bottom:1px solid var(--dividerPrimary);cursor:pointer;display:-moz-box;display:flex;height:40px;justify-content:flex-start;max-width:215px;width:100%}.scores365 .competitions-slider-widget-top-bar-container .competitions-slider-widget-item-container {max-width:345px}.scores365 .competitions-slider-widget-item-container:hover {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary)}.scores365 .one-item-competition {border-bottom:none;cursor:default;height:40px}.scores365 .one-item-competition:hover {background-color:inherit}.scores365 .competitions-slider-widget-item-logo {margin:8px}.scores365 .competitions-slider-widget-item-text {font-size:13px}.scores365 .one-item-text {font-size:20px}.scores365 .games-predictions-widget-game-placeholder-container {height:56px;margin-bottom:1px}.scores365 .games-predictions-widget-game-placeholder-content {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--surfacePrimary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex:1 1;justify-content:center;padding:0 8px;width:100%}.scores365 .games-predictions-widget-game-placeholder-competitor-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:14px;margin:auto 4px;width:80px}.scores365 .games-predictions-widget-game-placeholder-competitor-logo {background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:12px;height:24px;width:24px}.scores365 .games-predictions-widget-game-placeholder-center-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;margin:auto 4px;width:56px}.scores365 .games-predictions-widget-header-placeholder-container {height:32px;margin-bottom:1px}.scores365 .games-predictions-widget-header-placeholder-content {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .games-predictions-widget-header-placeholder {background-color:#9c9b9b;background-color:var(--grayPrimary);height:12px;width:100px}.scores365 .match-event-module-animation {-moz-animation:slideFromTop .5s forwards;animation:slideFromTop .5s forwards;height:0;opacity:0}.scores365 .match-event-module-stages-container {background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:.5px solid rgba(0,0,0,.102);border-bottom:.5px solid var(--highlightPrimary)}.scores365 .match-event-module-stage-row-container {-moz-box-pack:justify;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:space-between;padding:0 2px}.scores365 .small_view .match-event-module-stage-row-container {-moz-box-pack:justify;display:-moz-box;display:flex;justify-content:space-between;padding:0 4px}.scores365 .match-event-module-stage-row-penalty-container {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .match-event-module-stage-row-event-container {-moz-box-flex:1;display:-moz-box;display:flex;flex:1 1;max-width:44%;overflow:hidden;position:relative}@-moz-keyframes slideFromTop{to{height:40px;opacity:1}}@keyframes slideFromTop{to{height:40px;opacity:1}}.match-event-module-stage-row-time-and-penalty-container{-moz-box-flex:1;flex:1 1;max-width:12%;min-width:60px;padding:0;position:relative;text-align:center}.scores365 .small_view .match-event-module-stage-row-time-and-penalty-container {min-width:40px}.scores365 .match-event-module-animation .match-event-module-stage-row-time-and-penalty-container-animation {-moz-animation:fadeInAndOut 1.5s;animation:fadeInAndOut 1.5s;-moz-animation-delay:.5s;animation-delay:.5s;-moz-animation-iteration-count:2;animation-iteration-count:2}@keyframes fadeInAndOut{0%{opacity:1}50%{opacity:0}to{opacity:1}}.match-event-module-stage-empty-state,.match-event-module-stage-row-no-event{-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:12px;font-weight:500;height:40px;justify-content:center}.scores365 .popup {height:664px;width:440px}.scores365 .small_view .popup {height:90%;max-height:787px;max-width:385px;width:85%}.scores365 .match-event-module-stages-header-container {-moz-box-align:center;align-items:center;background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary);display:-moz-box;display:flex;height:20px;margin:0;width:100%}.scores365 .match-event-module-stages-header-name-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:12px;height:100%;padding:0 6px;width:-moz-calc(50% - 42px);width:calc(50% - 42px)}.scores365 .match-event-module-stages-header-score-container {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;font-size:13px;font-weight:500;height:100%;justify-content:center;width:60px}.scores365 .match-event-module-stages-time-line {border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;height:100%;margin-top:20px;position:absolute;right:50%;width:1px}.scores365 .match-event-module-stages-time-container {-moz-box-align:center;-moz-box-flex:1;-moz-box-pack:center;align-items:center;direction:ltr;display:-moz-box;display:flex;flex:1 1;font-size:12px;font-weight:500;height:40px;justify-content:center}.scores365 .match-event-module-stages-critical-time-container {color:#ff495c;color:var(--dangerPrimary)}.scores365 .match-event-module-stages-time-yellow-circle-penalty {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#ffb800;background-color:var(--warningPrimary);border-radius:10px;color:#000;color:var(--blackPrimary);display:-moz-box;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;position:relative;width:20px;z-index:10}.scores365 .match-event-module-stages-critical-time-extra-time {color:#ff495c;color:var(--dangerPrimary)}.scores365 .related-game-module-game-title-container {-moz-box-pack:start;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:13px;height:36px;justify-content:flex-start;margin-bottom:1px;padding:0 11px}.scores365 .related-game-module-small-view {height:32px;padding:0 6px}.scores365 .live-streaming-module {-moz-box-align:center;-moz-box-pack:justify;align-items:center;background-image:-moz-linear-gradient(top,#fff -18%,#f3f3f3 29%,#fff 84%,#fff 84%);background-image:linear-gradient(180deg,#fff -18%,#f3f3f3 29%,#fff 84%,#fff 0);background-image:-moz-linear-gradient(top,var(--surfaceSecondary) -18%,var(--surfacePrimary) 29%,var(--surfaceSecondary) 84%,var(--surfaceSecondary) 84%);background-image:linear-gradient(to bottom,var(--surfaceSecondary) -18%,var(--surfacePrimary) 29%,var(--surfaceSecondary) 84%,var(--surfaceSecondary) 84%);display:-moz-box;display:flex;height:49px;justify-content:space-between;width:100%}.scores365 .live-streaming-module-small-view {height:32px}.scores365 .live-streaming-module-bookmaker {-moz-box-pack:center;-moz-box-align:center;align-items:center;cursor:pointer;display:-moz-box;display:flex;height:20px;justify-content:center;padding:0 33px;width:82px}.scores365 .live-streaming-module-small-view .live-streaming-module-bookmaker {height:12px;padding:0 25px;width:48px}.scores365 .live-streaming-module-diagonal-line {height:100%;width:1px}.scores365 .direction-ltr .live-streaming-module-diagonal-line {border-right:1px solid #f3f3f3;border-right:1px solid var(--surfacePrimary);-moz-transform:rotate(10deg);transform:rotate(10deg)}.scores365 .direction-rtl .live-streaming-module-diagonal-line {border-left:1px solid #f3f3f3;border-left:1px solid var(--surfacePrimary);-moz-transform:rotate(-10deg);transform:rotate(-10deg)}.scores365 .live-streaming-module-text {color:#151e22;color:var(--textPrimary);font-weight:500;height:100%;padding:0 8px;width:-moz-calc(100% - 200px);width:calc(100% - 200px)}.scores365 .live-streaming-module-highlight-text, .scores365 .live-streaming-module-text {-moz-box-pack:start;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:18px;justify-content:flex-start}.scores365 .live-streaming-module-highlight-text {color:#ff495c;color:var(--dangerPrimary);margin:0 4px}.scores365 .live-streaming-module-small-view .live-streaming-module-highlight-text {font-size:12px}.scores365 .live-streaming-module-small-view .live-streaming-module-text {font-size:12px;width:-moz-calc(100% - 134px);width:calc(100% - 134px)}.scores365 .live-streaming-module-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);cursor:pointer;display:-moz-box;display:flex;height:100%;justify-content:center;min-width:56px}.scores365 .live-streaming-module-small-view .live-streaming-module-button {min-width:37px}.scores365 .direction-ltr .live-streaming-module-button {-webkit-clip-path:polygon(10% 0,101% 0,101% 101%,0 101%);clip-path:polygon(10% 0,101% 0,101% 101%,0 101%)}.scores365 .direction-rtl .live-streaming-module-button {-webkit-clip-path:polygon(0 0,90% 0,101% 101%,0 101%);clip-path:polygon(0 0,90% 0,101% 101%,0 101%)}.scores365 .live-streaming-module-triangle {border-bottom:7px solid #0000;border-left:14px solid #fff;border-left:14px solid var(--whitePrimary);border-top:7px solid #0000;height:0;width:0}.scores365 .live-streaming-module-small-view .live-streaming-module-triangle {border-bottom:5px solid #0000;border-left:10px solid #fff;border-left:10px solid var(--whitePrimary);border-top:5px solid #0000}.scores365 .live-match-tracker-module-placeholder-container {max-height:100%;max-width:100%;width:735px}.scores365 .live-match-tracker-module-cover {left:0;position:absolute;top:0;width:100%;z-index:1}.scores365 .live-match-tracker-module-loading {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .my-scores-widget-is-small-view {margin:0 2px}.scores365 .my-scores-widget-competition {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:start;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:16px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-competition {margin-bottom:8px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-header {margin:0 2px}.scores365 .my-scores-header-module-title {font-weight:500;min-width:132px}.scores365 .my-scores-widget-date {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;-moz-box-align:start;align-items:flex-start;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex-direction:column;justify-content:center}.scores365 .my-scores-widget-scores-bar .my-scores-widget-date:first-child {margin-top:12px}.scores365 .my-scores-widget-date-live, .scores365 .my-scores-widget-date-not-live {-moz-box-align:start;align-items:flex-start}.scores365 .my-scores-widget-date-live, .scores365 .my-scores-widget-date-not-live, .scores365 .my-scores-widget-date-title {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;display:-moz-box;display:flex;flex-direction:column;justify-content:center;width:100%}.scores365 .my-scores-widget-date-title {-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;font-size:24px;font-weight:400;height:104px;padding:0 5px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-date-title {font-size:22px;height:auto;margin:24px 0}.scores365 .my-scores-widget-scores-bar .my-scores-widget-date-title {-moz-box-align:start;align-items:flex-start;color:#151e22;color:var(--textPrimary);font-size:16px;font-weight:500;height:100%;padding:0}[dir=ltr] .my-scores-widget-scores-bar .my-scores-widget-date-title {margin:0 0 8px 8px}[dir=rtl] .my-scores-widget-scores-bar .my-scores-widget-date-title {margin:0 8px 8px 0}.scores365 .my-scores-widget-date-title-game-count {-moz-box-pack:end;display:-moz-box;display:flex;font-size:13px;font-weight:400;justify-content:flex-end;margin:0 3px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-date-title-game-count {font-size:12px}.scores365 .my-scores-widget-date-title-day {-moz-box-pack:justify;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:24px;font-weight:400;justify-content:space-between}.scores365 .my-scores-widget-is-small-view .my-scores-widget-date-title-day {font-size:22px}.scores365 .my-scores-widget-date-title-line {background-color:#151e22;background-color:var(--textPrimary);height:1px;margin:0 8px;width:8px}.scores365 .my-scores-widget-date-section-title-container {-moz-box-pack:start;-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:14px;font-weight:400;height:16px;justify-content:flex-start;margin-bottom:4px;width:100%}[dir=ltr] .my-scores-widget-date-section-title-container {padding-left:8px}[dir=rtl] .my-scores-widget-date-section-title-container {padding-right:8px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-date-section-title-container {font-size:12px;height:24px;margin-bottom:2px;margin-top:16px;padding:0 8px}.scores365 .lang-my-mm .my-scores-widget-date-section-title-container {min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.scores365 .my-scores-widget-date-section-title-live {color:#ff495c;color:var(--dangerPrimary)}.scores365 .my-scores-widget-date-section-title-live-separator {margin:0 4px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-date-section-title-live-separator {margin:0 2px}.scores365 .my-scores-widget-date-not-live-title-container {-moz-box-pack:start;-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:14px;height:16px;justify-content:flex-start;margin-bottom:1px;width:100%}.scores365 .lang-my-mm .my-scores-widget-date-not-live-title-container {font-size:12px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.scores365 .my-scores-widget-is-small-view .my-scores-widget-date-not-live-title-container {font-size:12px;height:24px;margin-bottom:4px;margin-top:16px;padding:0 8px}.scores365 .my-scores-scroll-button {background-color:#2194ff;background-color:var(--accentPrimary);border-radius:12px;color:#fff;color:var(--whitePrimary);font-size:12px;height:18px;left:0;margin:20px auto 0;position:fixed;right:0;top:100px;width:55px;z-index:10}.scores365 .my-scores-scroll-button, .scores365 .my-scores-widget-competition-title-container {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .my-scores-widget-competition-title-container {background-color:#fff;background-color:var(--surfaceSecondary);height:40px;margin-bottom:1px;width:100%}.scores365 .lang-my-mm .my-scores-widget-competition-title-container {font-size:12px;height:50px}.scores365 .my-scores-widget-competition-title-link {-moz-box-pack:start;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;font-size:13px;height:100%;justify-content:flex-start;width:100%}.scores365 .my-scores-widget-competition-title-competition-country-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:start;align-items:flex-start;display:-moz-box;display:flex;flex-direction:column}.scores365 .my-scores-widget-competition-title-country-name {color:#6b7173;color:var(--textSecondary);font-size:12px;font-weight:400}.scores365 .lang-my-mm .my-scores-widget-competition-title-country-name {font-weight:400}.scores365 .my-scores-widget-competition-title-standings {height:20px;margin:10px 8px}.scores365 .my-scores-widget-competition-title-logo {height:24px;margin:0 8px;width:24px}.scores365 .my-scores-widget-competition-title-standings-icon {height:24px;width:24px}.scores365 .my-scores-widget-mobile-today-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;-moz-box-sizing:border-box;box-sizing:border-box;flex-direction:column;font-size:14px;padding:8px;text-align:center;width:100%}.scores365 .my-scores-widget-mobile-today-empty-state, .scores365 .my-scores-widget-mobile-today-empty-state-button {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .my-scores-widget-mobile-today-empty-state-button {background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary);font-size:13px;height:24px;margin-top:16px;min-width:124px;padding:0 8px}.scores365 .my-scores-widget-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;flex-direction:column;height:212px;justify-content:center;margin:16px 0;padding:8px 8px 32px;text-align:center;width:100%}.scores365 .my-scores-widget-empty-state-text {font-size:14px;font-weight:500;margin-bottom:16px;width:290px}.scores365 .my-scores-widget-empty-state-image {height:60px;margin:16px 0;width:auto}.scores365 .my-scores-widget-empty-state-button {background-color:#2194ff;background-color:var(--accentPrimary);border-radius:16px;color:#fff;color:var(--whitePrimary);font-size:14px;font-weight:500;height:32px;min-width:230px;padding:0 8px}.scores365 .my-scores-widget-empty-state-button, .scores365 .my-scores-widget-is-small-view .my-scores-widget-empty-state {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .my-scores-widget-is-small-view .my-scores-widget-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-bottom:0;margin-top:16px;width:100%}.scores365 .my-scores-widget-is-small-view .my-scores-widget-empty-state-text {color:#6b7173;color:var(--textSecondary);font-size:14px;margin-bottom:16px;text-align:center;width:80%}.scores365 .my-scores-widget-is-small-view .my-scores-widget-empty-state-image {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;margin-bottom:8px}.scores365 .my-scores-widget-is-small-view .my-scores-widget-empty-state-button {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;min-width:230px;padding:0 8px}.scores365 .my-scores-widget-empty-state-import-button {color:#151e22;color:var(--textPrimary);cursor:pointer;font-size:14px;margin-top:8px}.scores365 .my-scores-widget-empty-state-import-highlight-text {color:#2194ff;color:var(--accentPrimary)}.scores365 .my-scores-widget-desktop-placeholder-container {margin-top:-33px}.scores365 .my-scores-widget-desktop-placeholder-section-title {color:#6b7173;color:var(--textSecondary);font-size:14px;padding-bottom:8px;padding-top:24px}.scores365 .my-scores-widget-desktop-placeholder-bottom-date-selector {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;justify-content:center;margin:48px 0;position:relative;top:0}.scores365 .my-scores-widget-desktop-placeholder-bottom-dater {-moz-box-flex:initial;background-color:#fff;background-color:var(--surfaceSecondary);border-radius:16px;flex:initial;height:32px}.scores365 .my-scores-widget-mobile-placeholder-container {display:block;margin:0}.scores365 .my-scores-widget-mobile-placeholder-container-margin {margin:0 2px}.scores365 .my-scores-widget-mobile-placeholder-date-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex-direction:column;font-size:22px;font-weight:400;height:104px;justify-content:center;padding:0 5px;width:100%}.scores365 .my-scores-widget-mobile-placeholder-day-container {-moz-box-pack:justify;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:space-between}.scores365 .my-scores-widget-mobile-placeholder-line {background-color:#151e22;background-color:var(--textPrimary);height:1px;margin:0 8px;width:8px}.scores365 .my-scores-widget-mobile-placeholder-section-title {-moz-box-pack:start;-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:12px;height:24px;justify-content:flex-start;margin-bottom:4px;margin-top:16px;padding:0 8px;width:100%}.scores365 .my-scores-widget-placeholder-competition-container {margin-bottom:8px}.scores365 .my-scores-widget-placeholder-competition-title-container {height:40px;margin-bottom:1px;width:100%}.scores365 .my-scores-widget-placeholder-competition-title-content {-moz-box-align:center;align-items:center}.scores365 .my-scores-widget-placeholder-competition-title-center-container, .scores365 .my-scores-widget-placeholder-competition-title-content {-moz-box-flex:1;-moz-box-pack:start;display:-moz-box;display:flex;flex:1 1;justify-content:flex-start}.scores365 .my-scores-widget-placeholder-competition-title-competition-logo {align-self:center;background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:50%;height:24px;margin:0 8px;width:24px}.scores365 .my-scores-widget-placeholder-competition-title-competition-and-country-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin:0 6px}.scores365 .my-scores-widget-placeholder-competition-title-competition-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:14px;margin-bottom:2px;width:120px}.scores365 .my-scores-widget-placeholder-competition-title-country-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:12px;width:50px}.scores365 .my-scores-widget-placeholder-competition-title-bullet {fill:#9c9b9b;fill:var(--grayPrimary);height:32px;margin:0 8px;width:32px}.scores365 .my-selections-widget-placeholder-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin-bottom:24px;width:100%}.scores365 .my-selections-widget-trapezoid-card-title {min-height:32px}.scores365 .my-selections-widget-placeholder-section {margin-top:24px}.scores365 .previous-meetings-widget-placeholder-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .previous-meetings-widget-placeholder-full-view .previous-meetings-widget-placeholder-container {margin-bottom:16px;margin-top:0}.scores365 .previous-meetings-widget-placeholder-header-container {height:160px;margin-bottom:1px;width:100%}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-header-container {height:103px}.scores365 .previous-meetings-widget-placeholder-header-content {-moz-box-flex:1;-moz-box-orient:vertical;-moz-box-direction:normal;border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;flex:1 1;flex-direction:column;padding:8px 2px}.scores365 .previous-meetings-widget-placeholder-header-content, .scores365 .previous-meetings-widget-placeholder-header-content-container {-moz-box-align:center;-moz-box-pack:justify;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:space-between}.scores365 .previous-meetings-widget-placeholder-header-content-container {-moz-box-flex:9;flex:9 1;width:100%}.scores365 .previous-meetings-widget-placeholder-header-title-container {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;height:20px;justify-content:center;width:100%}.scores365 .previous-meetings-widget-placeholder-header-title {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;width:50px}.scores365 .previous-meetings-widget-placeholder-header-statistics {-moz-box-flex:1;-moz-box-pack:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .previous-meetings-widget-placeholder-header-divider {border-right:2px solid #9c9b9b;border-right:2px solid var(--grayPrimary);display:inline-block;height:16px;margin-top:25px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-header-divider {border-right:1px solid #9c9b9b;border-right:1px solid var(--grayPrimary);margin-top:10px}.scores365 .previous-meetings-widget-placeholder-header-competitor {-moz-box-flex:1;-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;flex-direction:column}.scores365 .previous-meetings-widget-placeholder-header-competitor-logo {background-color:#9c9b9b;background-color:var(--grayPrimary);height:55px;width:55px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-header-competitor-logo {height:40px;width:40px}.scores365 .previous-meetings-widget-placeholder-header-competitor-name {background-color:#9c9b9b;background-color:var(--grayPrimary);-moz-box-sizing:border-box;box-sizing:border-box;height:16px;margin-top:10px;width:55px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-header-competitor-name {width:40px}.scores365 .previous-meetings-widget-placeholder-header-statistic-container {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex:1 1;flex-direction:column;justify-content:center}.scores365 .previous-meetings-widget-placeholder-header-statistic-value {background-color:#9c9b9b;background-color:var(--grayPrimary);-moz-box-sizing:border-box;box-sizing:border-box;height:40px;width:30px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-header-statistic-value {height:30px;width:20px}.scores365 .previous-meetings-widget-placeholder-header-statistic-label {background-color:#9c9b9b;background-color:var(--grayPrimary);-moz-box-sizing:border-box;box-sizing:border-box;height:16px;margin-top:10px;width:30px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-header-statistic-label {width:20px}.scores365 .previous-meetings-widget-placeholder-game-container {height:42px;margin-bottom:1px;width:100%}.scores365 .previous-meetings-widget-placeholder-game-content {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:justify;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex:1 1;justify-content:space-between;padding:8px 2px}.scores365 .previous-meetings-widget-placeholder-game-balloon {background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:50%;color:#fff;color:var(--whitePrimary);font-size:12px;height:32px;line-height:32px;margin:0 4px;text-align:center;width:32px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-game-balloon {height:25px;line-height:25px;margin:0 2px;width:25px}.scores365 .previous-meetings-widget-placeholder-game-side-container {-moz-box-flex:1;-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:1 1;justify-content:center}.scores365 .previous-meetings-widget-placeholder-game-score-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:20px;margin:0 12px;width:40px}.scores365 .previous-meetings-widget-placeholder-game-team-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;width:100px}.scores365 .previous_meetings_widget_small_view .previous-meetings-widget-placeholder-game-team-name {width:60px}.scores365 .previous-meetings-widget-placeholder-game-date {background-color:#9c9b9b;background-color:var(--grayPrimary);height:16px;width:50px}.scores365 .previous-meetings-widget-placeholder-game-center-container {-moz-box-flex:12;-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex:12 1;justify-content:center}.scores365 .recent-form-widget-partial-placeholder-container {height:42px;margin-bottom:1px;width:100%}.scores365 .recent-form-widget-partial-placeholder-content {-moz-box-flex:1;-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex:1 1;justify-content:center;padding:8px 2px}.scores365 .recent-form-widget-partial-placeholder-balloon-container {-moz-box-flex:2;-moz-box-pack:center;display:-moz-box;display:flex;flex:2 1;justify-content:center}.scores365 .recent-form-widget-partial-placeholder-balloon {background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:50%;color:#fff;color:var(--whitePrimary);font-size:12px;height:32px;line-height:32px;margin:0 4px;text-align:center;width:32px}.scores365 .recent-form-widget-partial-placeholder-small-view .recent-form-widget-partial-placeholder-balloon {height:25px;line-height:25px;margin:0 2px;width:25px}.scores365 .recent-form-widget-partial-placeholder-title {background-color:#9c9b9b;background-color:var(--grayPrimary);height:12px;margin:0 8px;width:60px}.scores365 .recent-form-widget-partial-placeholder-small-view .recent-form-widget-partial-placeholder-title {height:1px;width:12px}.scores365 .recent-form-widget-full-placeholder-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;height:100%;width:100%}.scores365 .recent-form-widget-full-placeholder-competitor {margin-bottom:30px}.scores365 .scoreboard-widget {background-color:#fff;background-color:var(--surfaceSecondary);border-spacing:0;padding:8px 0;width:100%}.scores365 .scoreboard-widget-small-view .scoreboard-widget {margin:0 2px}.scores365 .scoreboard-widget-divider-cell {padding:0}.scores365 .scoreboard-widget-divider {background-color:#6b7173;background-color:var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;height:1px;width:100%}.scores365 .scoreboard-widget-competitor-table-row {height:40px;max-width:64%}.scores365 .scoreboard-widget-small-view .scoreboard-widget-competitor-table-row {height:32px}.scores365 .scoreboard-widget-competitor-table-row-odd {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .scoreboard-widget-competitor-table-row-even {background-color:#f3f3f3;background-color:var(--surfacePrimary)}.scores365 .scoreboard-widget-competitor-cell {-moz-box-pack:start;-moz-box-align:center;align-items:center;-moz-box-sizing:border-box;box-sizing:border-box;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:13px;height:40px;justify-content:flex-start;letter-spacing:-.31px;padding:0 6px}.scores365 .scoreboard-widget-small-view .scoreboard-widget-competitor-cell {max-width:220px}.scores365 .scoreboard-widget-competitor-cell-link:hover {text-decoration:underline}.scores365 .scoreboard-widget-small-view .scoreboard-widget-competitor-cell-link:hover {text-decoration:none}.scores365 .scoreboard-widget-competitor-possession-logo {height:12px;margin:4px;width:12px}.scores365 .scoreboard-widget-competitor-winner {font-weight:500}.scores365 .scoreboard-widget-score-cell {height:inherit;padding:0}.scores365 .scoreboard-widget-extra-score {color:#6b7173;color:var(--textSecondary);font-size:9px;position:absolute;right:-7px;top:-7px}.scores365 .scoreboard-widget-extra-score-live {color:#151e22;color:var(--textPrimary)}.scores365 .scoreboard-widget-small-view .scoreboard-widget-extra-score {font-size:7px;right:-6px;top:-5px}.scores365 .scoreboard-widget-headers-table-row-competitors {min-width:35%}.scores365 .scoreboard-widget-headers-table-row {color:#6b7173;color:var(--textSecondary);font-size:12px;height:24px;letter-spacing:-.29px}.scores365 .scoreboard-widget-headers-table-row-stage {-moz-box-sizing:border-box;box-sizing:border-box;font-weight:400;max-width:18px;padding:0 6px}.scores365 .scoreboard-widget-headers-table-row-stage-live {color:#151e22;color:var(--textPrimary);font-weight:500}.scores365 .scoreboard-widget-small-view .scoreboard-widget-headers-table-row-stage {-moz-box-sizing:border-box;box-sizing:border-box;max-width:24px;padding:0 2px}.scores365 .scoreboard-widget-match-time-row {color:#6b7173;color:var(--textSecondary);font-size:11px;height:18px;letter-spacing:-.27px}.scores365 .scoreboard-widget-match-time-row-title {-moz-box-sizing:border-box;box-sizing:border-box;padding:0 6px;vertical-align:bottom}.scores365 .scoreboard-widget-match-time-cell {text-align:center;vertical-align:bottom}.scores365 .scoreboard-widget-match-time-cell-live {color:#151e22;color:var(--textPrimary);font-weight:500}.scores365 .scores-list-widget-header-title {-moz-box-align:end;align-items:flex-end;display:-moz-box;display:flex}.scores365 .scores-list-widget-games-predictions {margin:8px 0}.scores365 .scores-list-widget-competition-empty-state {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:13px;height:56px;justify-content:center;text-align:center;width:100%}.scores365 .scores-list-widget-competition-title {-moz-box-pack:justify;display:-moz-box;display:flex;justify-content:space-between}.scores365 .scores-list-widget-empty-state {margin-bottom:84px}.scores365 .scores-list-widget-show-all-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);border-radius:0;border-radius:initial;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:12px;height:28px;justify-content:center;margin:2px auto;width:100%}.scores365 .scores-list-widget-show-all-button:hover {-webkit-filter:brightness(110%);filter:brightness(110%)}.scores365 .scores-list-widget-desktop-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:justify;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;flex-direction:column;font-size:18px;font-weight:500;justify-content:space-between;margin-top:8px;padding:8px;text-align:center}.scores365 .scores-list-widget-desktop-empty-state-image {height:120px;margin-bottom:24px}.scores365 .scores-list-widget-desktop-live-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:justify;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;flex-direction:column;justify-content:space-between;margin-top:8px;padding:8px;text-align:center}.scores365 .scores-list-widget-desktop-live-empty-state .scores-list-widget-desktop-live-empty-state-button {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);border-radius:16px;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:16px;height:32px;justify-content:center;min-width:230px;padding:0 8px}.scores365 .scores-list-widget-desktop-live-empty-state .scores-list-widget-desktop-live-empty-state-text {font-size:18px;font-weight:500;margin-bottom:24px;width:336px}.scores365 .scores-list-widget-desktop-live-empty-state .scores-list-widget-desktop-live-empty-state-image {margin:52px 0 44px}.scores365 .scores-list-widget-mobile-live-empty-state {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;justify-content:center;margin-bottom:32px;margin-top:80px;width:100%}.scores365 .scores-list-widget-mobile-live-empty-state .scores-list-widget-mobile-live-empty-state-button {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:15px;height:32px;justify-content:center;min-width:230px;padding:0 8px}.scores365 .scores-list-widget-mobile-live-empty-state .scores-list-widget-mobile-live-empty-state-text {color:#6b7173;color:var(--textSecondary);font-size:16px;margin-bottom:24px;text-align:center;width:80%}.scores365 .scores-list-widget-mobile-live-empty-state .scores-list-widget-mobile-live-empty-state-image {height:auto;margin-bottom:8px;width:82px}.scores365 .scores-list-widget-mobile-empty-state, .scores365 .scores-list-widget-mobile-live-empty-state .scores-list-widget-mobile-live-empty-state-image {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column}.scores365 .scores-list-widget-mobile-empty-state {-moz-box-pack:center;justify-content:center;margin:80px 0;width:100%}.scores365 .scores-list-widget-mobile-empty-state-image {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100px;margin-bottom:8px}.scores365 .scores-list-widget-mobile-empty-state-text {color:#6b7173;color:var(--textSecondary);font-size:16px;text-align:center;width:80%}.scores365 .scores-list-widget-competition-info-container {padding:8px 0}.scores365 .scores-list-widget-competition-info-title {-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--whitePrimary);display:-moz-box;display:flex;height:36px;margin-bottom:1px;padding:0 8px}@media(max-width:768px){.scores-list-widget-competition-info-container{padding:4px 0}}.scores-list-widget-competition-title-container{-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:36px;margin-bottom:1px;padding:0 8px}.scores365 .lang-my-mm .scores-list-widget-competition-title-container {height:50px}.scores365 .scores-list-widget-competition-title-logo-and-star {-moz-box-align:center;-moz-box-pack:justify;align-items:center;display:-moz-box;display:flex;height:32px;justify-content:space-between}.scores365 .scores-list-widget-competition-title-logo {height:24px;text-align:center;width:24px}.scores365 .direction-ltr .scores-list-widget-competition-title-star {padding-right:8px}.scores365 .direction-rtl .scores-list-widget-competition-title-star {padding-left:8px}.scores365 .scores-list-widget-competition-title-country-name {color:#6b7173;color:var(--textSecondary);display:block;font-size:11px;font-weight:400;padding-top:2px}.scores365 .scores-list-widget-competition-title-competition-and-country {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;display:-moz-box;display:flex;flex-direction:column;justify-content:center;margin:0 8px;width:100%}.scores365 .scores-list-widget-competition-title-competition-name {color:#151e22;color:var(--textPrimary);font-size:13px;font-weight:400;margin-top:2px;text-decoration:blink}.scores365 .lang-my-mm .scores-list-widget-competition-title-competition-name {line-height:2}@media(hover:hover)and (pointer:fine){.clickable.scores-list-widget-competition-title-competition-name:hover{text-decoration:underline}}.scores-list-widget-competition-title-format-icon{padding:4px}@media(max-width:768px){.scores-list-widget-competition-title-logo-and-star{-moz-box-align:center;-moz-box-pack:justify;align-items:center;display:-moz-box;display:flex;height:24px;justify-content:space-between}}@media(max-width:1023px){.scores-list-widget-competition-title-logo-and-star{-moz-box-align:center;-moz-box-pack:justify;align-items:center;display:-moz-box;display:flex;height:24px;justify-content:space-between}}.small-view-placeholder{height:333px;width:100%}.scores365 .small-view-placeholder, .scores365 .teaser-odds-widget-content {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .teaser-odds-widget-content {padding:2px 88px 24px}.scores365 .teaser-odds-widget-small-view .teaser-odds-widget-content {padding:12px 8px}.scores365 .teaser-odds-widget-game {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;margin-top:12px}.scores365 .odds-row-small-view .teaser-odds-widget-game {margin-bottom:12px;margin-top:0}.scores365 .teaser-odds-widget-game-title {padding:0 2px;width:100%}.scores365 .direction-rtl .teaser-odds-widget-game-title, .scores365 .teaser-odds-widget-game-title {-moz-box-pack:justify;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:13px;height:16px;justify-content:space-between;margin-bottom:4px}.scores365 .odds-row-small-view .teaser-odds-widget-game-title {font-size:12px;width:auto}.scores365 .teaser-odds-widget-game-link {display:-moz-box;display:flex;font-size:13px}.scores365 .odds-row-small-view .teaser-odds-widget-game-link {font-size:12px}.scores365 .teaser-odds-widget-game-vs {margin:0 2px}.scores365 .teaser-odds-widget-game-link:hover {text-decoration:underline}.scores365 .top-games-widget {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;background-color:#f3f3f3;background-color:var(--surfacePrimary);display:-moz-box;display:flex;flex-direction:column;max-height:inherit}.scores365 .top-games-widget-loader {margin:24px auto}.scores365 .top-games-widget-content {overflow-y:auto;width:100%}.scores365 .top-games-widget-content-handset {overflow-y:visible;overflow-y:initial;width:100%}.scores365 .top-games-widget-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);border-radius:16px;bottom:10px;box-shadow:0 0 4px 0 #00000080;color:#fff;color:var(--whitePrimary);cursor:pointer;display:-moz-box;display:flex;font-size:12px;height:24px;justify-content:center;min-width:90px;padding:0 5px;position:absolute;text-decoration:none}.scores365 .top-games-widget-button-handset {background-color:#fff;background-color:var(--surfaceSecondary);border-radius:0;bottom:0;color:#151e22;color:var(--textPrimary);letter-spacing:-.18px;padding:0;position:relative;width:100%}.scores365 .top-games-widget .game-card-center-score {margin-bottom:0}.scores365 .top-games-widget .game-card-status {padding-top:4px}.scores365 .sponsorship .top-games-widget .game-card:hover {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary);cursor:pointer}.scores365 .game-center-container {height:-moz-calc(100vw - 252px);height:calc(100vw - 252px);min-height:600px;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0}.scores365 .game-center-widget-placeholder-container {width:100%}.scores365 .container, .scores365 .game-center-tabs-module-tab {display:-moz-box;display:flex}.scores365 .game-center-tabs-module-tab {-moz-box-align:center;-moz-box-pack:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#6b7173;color:var(--textSecondary);cursor:pointer;font-size:14px;font-weight:400;height:32px;justify-content:center;margin:0;text-align:center;text-transform:none;width:100%}.scores365 .game-center-tabs-module-tab-active {border-bottom:2px solid #2194ff;border-bottom:2px solid var(--accentPrimary);color:#151e22;color:var(--textPrimary);font-weight:500}.scores365 .game-center-tabs-module-tab-placeholder-container {height:32px;width:100%}.scores365 .game-center-tabs-module-tab-placeholder-content {-moz-box-flex:1;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex:1 1;flex-wrap:wrap}.scores365 .game-center-tabs-module-tab-placeholder-tab {-moz-box-align:center;-moz-box-pack:center;-moz-box-flex:1;align-items:center;background-color:#9c9b9b;background-color:var(--grayPrimary);display:-moz-box;display:flex;flex:1 1;justify-content:center;margin:8px 32px}.scores365 .wizard-widget-small-view {height:95%;width:95%}.scores365 .wizard-widget-medium-view {height:95%;max-width:640px;width:95%}.scores365 .wizard-widget-large-view {width:640px}.scores365 .is-gdpr-visible .wizard-widget-small-view {height:85%;position:absolute;top:20px;width:95%}.scores365 .wizard-loading-indicator {margin:48px auto}.scores365 .wizard-widget-entities-container {background-color:#f3f3f3;background-color:var(--surfacePrimary);-moz-box-sizing:border-box;box-sizing:border-box;height:312px;overflow-y:auto;padding:16px 0;position:relative}.scores365 .wizard-widget-small-view .wizard-widget-entities-container {-moz-box-sizing:border-box;box-sizing:border-box;height:-moz-calc(100% - 248px);height:calc(100% - 248px)}.scores365 .wizard-widget-grid {grid-gap:8px;-moz-animation:fadeIn .3s linear forwards;animation:fadeIn .3s linear forwards;display:grid;grid-template-columns:repeat(auto-fill,104px);grid-template-rows:104px;opacity:0}.scores365 .wizard-widget-grid, .scores365 .wizard-widget-logos {-moz-box-pack:center;justify-content:center}.scores365 .wizard-widget-logos {-moz-box-align:center;align-items:center;cursor:pointer;display:-moz-box;display:flex;height:24px;position:relative;width:24px}.scores365 .direction-ltr .wizard-widget-logos {margin:2px 8px 2px 0}.scores365 .direction-rtl .wizard-widget-logos {margin:2px 0 2px 8px}.scores365 .wizard-widget-tooltip .wizard-widget-logos {margin:4px}.scores365 .wizard-widget-loader-container {width:100%}.scores365 .wizard-widget-entities-selections-container {background-color:#f3f3f3;background-color:var(--surfacePrimary);border-top:1px solid rgba(0,0,0,.102);border-top:1px solid var(--highlightPrimary);-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;padding:4px 44px}.scores365 .wizard-widget-small-view .wizard-widget-entities-selections-container {padding:6px 8px}.scores365 .wizard-widget-entities-selections-title {color:#151e22;color:var(--textPrimary);font-size:12px}.scores365 .wizard-widget-entities-selections-logos-container, .scores365 .wizard-widget-entities-selections-title {-moz-animation:fadeIn .3s linear forwards;animation:fadeIn .3s linear forwards;-moz-animation-delay:.8s;animation-delay:.8s;opacity:0}.scores365 .wizard-widget-entities-selections-logos-container {display:-moz-box;display:flex;height:24px;padding:4px 0 6px}.scores365 .wizard-widget-competitors-selections-logos-container {display:-moz-box;display:flex;height:24px;width:160px}.scores365 .direction-ltr .wizard-widget-divider {border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary);margin:0 8px;padding-left:8px}.scores365 .direction-rtl .wizard-widget-divider {border-right:1px solid #6b7173;border-right:1px solid var(--textSecondary);margin:0 8px;padding-right:8px}.scores365 .wizard-widget-selections-logos-container {display:-moz-box;display:flex;height:24px;max-width:160px}.scores365 .wizard-widget-entities-selections-logo {-moz-animation:scale-up-selection-logo .5s ease-in-out;animation:scale-up-selection-logo .5s ease-in-out;position:relative}.scores365 .wizard-widget-tooltip {padding:0 4px}.scores365 .wizard-widget-tooltip .wizard-widget-entities-selections-logo {margin:0}.scores365 .wizard-widget-logos:before {-moz-animation:scale-up-selection-logo-background .5s ease-in-out;animation:scale-up-selection-logo-background .5s ease-in-out;-moz-animation-delay:.1s;animation-delay:.1s;background:rgba(#2194FF,.8);background:rgba(var(--accentPrimary),.8);border-radius:50%;content:"";height:32px;position:absolute;-moz-transform:scale(0);transform:scale(0);width:32px}.scores365 .wizard-widget-entities-tooltip-logos-container {-moz-box-pack:start;display:-moz-box;display:flex;flex-wrap:wrap;justify-content:flex-start}.scores365 .wizard-widget-selections-bubble {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:rgba(#2194FF,.08);background-color:rgba(var(--accentPrimary),.08);border-radius:100%;color:#2194ff;color:var(--accentPrimary);cursor:pointer;direction:ltr;display:-moz-box;display:flex;font-weight:500;height:24px;justify-content:center;margin:2px 0;width:24px}.scores365 .wizard-widget-selections-bubble-container:before {-moz-animation:scale-up-selection-bubble-background .25s ease-in-out;animation:scale-up-selection-bubble-background .25s ease-in-out;-moz-animation-delay:.1s;animation-delay:.1s;border:2px solid rgba(#ffffff,.4);border:2px solid rgba(var(--surfaceSecondary),.4);border-radius:50%;content:"";height:24px;position:absolute;-moz-transform:scale(0);transform:scale(0);width:24px}.scores365 .wizard-widget-selections-bubble-label {font-size:13px}.scores365 .wizard-widget-selections-bubble-label-disappear {-moz-animation:fadeOut .2s linear;animation:fadeOut .2s linear}.scores365 .wizard-widget-selections-bubble-label-appear {-moz-animation:fadeIn .2s linear;animation:fadeIn .2s linear}.scores365 .wizard-widget-selections-bubble-container-appear {-moz-animation:scale-up-selection-logo .3s ease-in-out;animation:scale-up-selection-logo .3s ease-in-out}.scores365 .wizard-widget-selections-bubble-empty {background-color:rgba(hexToRGB(#6B7173),.12);background-color:rgba(var(--textSecondary-rgb),.12);color:#6b7173;color:var(--textSecondary);cursor:default}.scores365 .wizard-widget-delete-icon:hover, .scores365 .wizard-widget-entities-selections-logo:hover+.wizard-widget-delete-icon, .scores365 .wizard-widget-entities-selections-tooltip-logo:hover+.wizard-widget-delete-icon {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .wizard-widget-delete-icon {border-radius:100%;color:#fff;display:none;height:14px;position:absolute;right:-3.5px;top:-3.5px;width:14px}.scores365 .wizard-widget-toast {-moz-box-pack:justify;-moz-box-align:center;align-items:center;background-color:#f3f3f3;background-color:var(--surfacePrimary);bottom:120px;box-shadow:0 0 4px 0 #00000080;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:12px;height:32px;justify-content:space-between;left:140px;position:absolute;width:360px}.scores365 .wizard-widget-toast-small-view {left:0;width:100%}.scores365 .wizard-widget-search-empty-state {-moz-box-align:center;-moz-box-pack:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%;justify-content:center}.scores365 .wizard-widget-search-empty-state-text {color:#6b7173;color:var(--textSecondary);font-size:18px;margin-top:22px;text-align:center}.scores365 .wizard-widget-search-empty-icon {height:73px;width:73px}@-moz-keyframes scale-up-selection-logo{0%{-moz-transform:scale(0);transform:scale(0)}75%{-moz-transform:scale(1.3);transform:scale(1.3)}to{-moz-transform:scale(1);transform:scale(1)}}@keyframes scale-up-selection-logo{0%{-moz-transform:scale(0);transform:scale(0)}75%{-moz-transform:scale(1.3);transform:scale(1.3)}to{-moz-transform:scale(1);transform:scale(1)}}@-moz-keyframes scale-up-selection-logo-background{0%{-moz-transform:scale(0);transform:scale(0)}25%{-moz-transform:scale(1);transform:scale(1)}to{-moz-transform:scale(0);transform:scale(0)}}@keyframes scale-up-selection-logo-background{0%{-moz-transform:scale(0);transform:scale(0)}25%{-moz-transform:scale(1);transform:scale(1)}to{-moz-transform:scale(0);transform:scale(0)}}@-moz-keyframes scale-up-selection-bubble-background{0%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.3);transform:scale(1.3)}to{-moz-transform:scale(1);transform:scale(1)}}@keyframes scale-up-selection-bubble-background{0%{-moz-transform:scale(1);transform:scale(1)}50%{-moz-transform:scale(1.3);transform:scale(1.3)}to{-moz-transform:scale(1);transform:scale(1)}}.wizard-widget-footer-container{-moz-box-align:center;align-items:center;-moz-animation:fadeIn .3s linear forwards;animation:fadeIn .3s linear forwards;-moz-animation-delay:1.1s;animation-delay:1.1s;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:48px;opacity:0;padding:0 44px}.scores365 .wizard-widget-small-view .wizard-widget-footer-container {padding:0 8px}.scores365 .wizard-widget-next-step-container {-moz-box-align:center;-moz-box-pack:end;align-items:center;display:-moz-box;display:flex;justify-content:flex-end;width:100%}.scores365 .wizard-widget-next-step-text {color:#6b7173;color:var(--textSecondary);font-size:11px;margin:0 8px}.scores365 .wizard-widget-footer-back-container {cursor:pointer;height:32px;width:32px}.scores365 .wizard-widget-footer-back-button-container {-moz-box-pack:start;background-color:#6b7173;background-color:var(--textSecondary);border-radius:20px;display:-moz-box;display:flex;font-size:12px;height:32px;justify-content:flex-start;position:relative;width:32px}.scores365 .direction-rtl .wizard-widget-footer-back-container {-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .wizard-widget-footer-next-button-container {background-color:#2194ff;background-color:var(--accentPrimary);border-radius:20px;cursor:pointer;font-size:12px;height:32px;position:relative;width:32px}.scores365 .direction-rtl .wizard-widget-footer-next-button-container {-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .wizard-widget-footer-next-container {cursor:pointer;height:32px;width:32px}.scores365 .direction-rtl .wizard-widget-footer-next-container {-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .wizard-widget-footer-approval-container {cursor:pointer;height:32px;width:32px}.scores365 .wizard-widget-entity-card-container {background-color:#fff;background-color:var(--surfaceSecondary);border:1px solid #0000;-moz-box-sizing:border-box;box-sizing:border-box;color:#151e22;color:var(--textPrimary);cursor:pointer;font-size:13px;height:104px;overflow:hidden;padding:0 10px;position:relative;text-align:center;-moz-transition:border .7s;transition:border .7s;width:104px}.scores365 .wizard-widget-entity-card-container-selected {border:1px solid #2194ff;border:1px solid var(--accentPrimary)}.scores365 .wizard-widget-entity-card-icons {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;padding:4px;position:absolute;top:0}.scores365 .direction-ltr .wizard-widget-entity-card-icons {left:0}.scores365 .direction-rtl .wizard-widget-entity-card-icons {right:0}.scores365 .wizard-widget-entity-card-star {-moz-animation-duration:.5s;animation-duration:.5s;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-moz-animation-timing-function:ease;animation-timing-function:ease;padding:4px;position:absolute}.scores365 .wizard-widget-entity-card-star-animation-selected-container {-moz-animation:background-star-animation .3s ease-in-out forwards;animation:background-star-animation .3s ease-in-out forwards;padding:4px;position:absolute;-moz-transform:rotate(288deg);transform:rotate(288deg)}.scores365 .direction-ltr .wizard-widget-entity-card-star-animation-selected-container {right:0}.scores365 .direction-rtl .wizard-widget-entity-card-star-animation-selected-container {left:0}.scores365 .wizard-widget-entity-card-icon-sport {opacity:.5}.scores365 .wizard-widget-entity-card-icon-country, .scores365 .wizard-widget-entity-card-icon-sport {margin-bottom:4px;max-height:12px;max-width:12px}.scores365 .wizard-widget-entity-card-icon-user {margin:0 4px;max-height:12px;max-width:12px}.scores365 .wizard-widget-entity-card-logo {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:40px;justify-content:center;margin:0 auto;padding-bottom:8px;padding-top:16px;width:40px}.scores365 .wizard-widget-entity-name {-moz-animation:fade-in 1s forwards;animation:fade-in 1s forwards;opacity:1;width:100%}.scores365 .wizard-widget-popularity-rank {-moz-box-pack:center;-moz-box-align:center;align-items:center;bottom:14px;display:-moz-box;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;opacity:0;position:absolute;width:72px}.scores365 .wizard-widget-large-view .wizard-widget-entity-card-container:hover {border:1px solid #2194ff;border:1px solid var(--accentPrimary)}.scores365 .wizard-widget-large-view .wizard-widget-entity-card-container:hover .wizard-widget-entity-name {-moz-animation:fade-out .25s forwards;animation:fade-out .25s forwards}.scores365 .wizard-widget-large-view .wizard-widget-entity-card-container:hover .wizard-widget-popularity-rank {-moz-animation:fade-in .25s forwards;animation:fade-in .25s forwards;-moz-animation-delay:.2s;animation-delay:.2s}.scores365 .direction-ltr .wizard-widget-entity-card-star-unselected {opacity:0;right:-30px;-moz-transform:rotate(0);transform:rotate(0);-moz-transition:all .3s;transition:all .3s}.scores365 .direction-rtl .wizard-widget-entity-card-star-unselected {left:-30px;opacity:0;-moz-transform:rotate(0);transform:rotate(0);-moz-transition:all .3s;transition:all .3s}.scores365 .wizard-widget-large-view .wizard-widget-entity-card-container:hover .wizard-widget-entity-card-star-unselected {opacity:1;-moz-transform:rotate(288deg);transform:rotate(288deg);-moz-transition:all .3s;transition:all .3s}.scores365 .direction-ltr .wizard-widget-large-view .wizard-widget-entity-card-container:hover .wizard-widget-entity-card-star-unselected {right:0}.scores365 .direction-rtl .wizard-widget-large-view .wizard-widget-entity-card-container:hover .wizard-widget-entity-card-star-unselected {left:0}.scores365 .wizard-widget-entity-card-star-selected {opacity:1;padding:4px;position:absolute;-moz-transform:rotate(288deg);transform:rotate(288deg)}.scores365 .direction-ltr .wizard-widget-entity-card-star-selected {right:0}.scores365 .direction-rtl .wizard-widget-entity-card-star-selected {left:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-moz-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@-moz-keyframes background-star-animation{0%{opacity:.25;-moz-transform:scale(1);transform:scale(1)}50%{opacity:.5;-moz-transform:scale(1.5);transform:scale(1.5)}to{opacity:0;-moz-transform:scale(2);transform:scale(2)}}@keyframes background-star-animation{0%{opacity:.25;-moz-transform:scale(1);transform:scale(1)}50%{opacity:.5;-moz-transform:scale(1.5);transform:scale(1.5)}to{opacity:0;-moz-transform:scale(2);transform:scale(2)}}.wizard-widget-import-selection-container{-moz-box-pack:justify;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:368px;justify-content:space-between;padding:56px 45px;position:relative;width:100%}.scores365 .wizard-widget-import-selection-text-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;height:100%}.scores365 .wizard-widget-import-selection-text {-moz-box-align:start;align-items:flex-start;display:-moz-box;display:flex;margin:16px 0;width:100%}.scores365 .wizard-widget-import-selection-frame {height:64px;position:relative;width:280px}.scores365 .wizard-widget-import-selection-frame-background {background-color:#2194ff;background-color:var(--accentPrimary);border:1px solid #2194ff;border:1px solid var(--accentPrimary);height:64px;opacity:.08;position:absolute;width:280px}.scores365 .wizard-widget-import-selection-frame-text {-moz-box-pack:center;-moz-box-align:start;align-items:flex-start;display:-moz-box;display:flex;justify-content:center;left:16px;padding:0 12px;position:absolute;top:16px}.scores365 .wizard-widget-import-selection-text-order {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#2194ff;background-color:var(--accentPrimary);border-radius:50%;color:#fff;color:var(--surfaceSecondary);display:-moz-box;display:flex;font-size:12px;height:16px;justify-content:center;margin-top:1px;width:16px}.scores365 .direction-ltr .wizard-widget-import-selection-text-order {margin-right:8px}.scores365 .direction-rtl .wizard-widget-import-selection-text-order {margin-left:8px}.scores365 .wizard-widget-import-selection-text-label {color:#151e22;color:var(--textPrimary);font-size:16px;max-width:300px}.scores365 .wizard-widget-import-selection-sync-text-label {font-size:14px}.scores365 .wizard-widget-import-selection-frame-text-label {color:#151e22;color:var(--textPrimary);font-size:14px;font-weight:500;max-width:200px}.scores365 .wizard-widget-import-selection-success-logo {margin-top:30px}.scores365 .wizard-widget-header-container {background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:1px solid rgba(0,0,0,.102);border-bottom:1px solid var(--highlightPrimary);-moz-box-sizing:border-box;box-sizing:border-box;height:144px;padding:0 44px;width:100%}.scores365 .wizard-widget-small-view .wizard-widget-header-container {padding:0 8px}.scores365 .wizard-widget-header-top-container {-moz-box-align:center;-moz-box-pack:start;align-items:center;-moz-animation:fade-in .15s linear forwards;animation:fade-in .15s linear forwards;-moz-animation-delay:.3s;animation-delay:.3s;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:10px;height:12px;justify-content:flex-start;letter-spacing:.36px;list-style-type:none;opacity:0;padding-top:8px;text-transform:uppercase;width:100%}.scores365 .wizard-widget-header-top-import-button {color:#2194ff;color:var(--accentPrimary);cursor:pointer;font-size:12px;letter-spacing:normal;position:absolute;text-transform:none;top:16px;z-index:1}.scores365 .direction-ltr .wizard-widget-header-top-import-button {right:42px}.scores365 .direction-rtl .wizard-widget-header-top-import-button {left:42px}.scores365 .wizard-widget-header-top-close-button {padding:2px 4px;position:absolute;top:0}.scores365 .direction-ltr .wizard-widget-header-top-close-button {right:0}.scores365 .direction-rtl .wizard-widget-header-top-close-button {left:0}.scores365 .wizard-widget-header-title-container {-moz-box-align:center;align-items:center;-moz-animation:fade-in .15s linear forwards;animation:fade-in .15s linear forwards;-moz-animation-delay:.4s;animation-delay:.4s;-moz-box-sizing:border-box;box-sizing:border-box;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:22px;font-weight:500;height:38px;opacity:0;padding-top:12px;width:100%}.scores365 .wizard-widget-small-view .wizard-widget-header-title-container {font-size:16px;padding-top:20px}.scores365 .wizard-widget-header-title-highlight-container {color:#2194ff;color:var(--accentPrimary)}.scores365 .direction-ltr .wizard-widget-header-title-highlight-container {margin-right:6px}.scores365 .direction-rtl .wizard-widget-header-title-highlight-container {margin-left:6px}.scores365 .wizard-widget-header-search-input-container {height:32px;margin:16px 0;overflow:hidden;position:relative}.scores365 .wizard-widget-header-search-input-container:after {content:""}.scores365 .direction-ltr .wizard-widget-header-search-input-container:after {-moz-animation:gradient-animate-animation-a .3s linear forwards;animation:gradient-animate-animation-a .3s linear forwards;-moz-animation-delay:.6s;animation-delay:.6s;background-image:-moz-linear-gradient(left,#0000,#fff 50%);background-image:linear-gradient(90deg,#0000,#fff 50%);background-image:-moz-linear-gradient(left,#0000,var(--surfaceSecondary) 50%);background-image:linear-gradient(to right,#0000,var(--surfaceSecondary) 50%);height:100%;position:absolute;right:-100%;top:0;width:400%;z-index:10}@-moz-keyframes gradient-animate-animation-a{0%{right:-100%}to{right:100%}}.direction-rtl .wizard-widget-header-search-input-container:after{-moz-animation:gradient-animate-animation-a .3s linear forwards;animation:gradient-animate-animation-a .3s linear forwards;-moz-animation-delay:.6s;animation-delay:.6s;background-image:-moz-linear-gradient(right,#0000,#fff 50%);background-image:linear-gradient(270deg,#0000,#fff 50%);background-image:-moz-linear-gradient(right,#0000,var(--surfaceSecondary) 50%);background-image:linear-gradient(to left,#0000,var(--surfaceSecondary) 50%);height:100%;left:-100%;position:absolute;top:0;width:400%;z-index:10}.scores365 .wizard-widget-search-input {background-color:#f3f3f3;background-color:var(--surfacePrimary);border:none;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;color:var(--whitePrimary);font-size:12px;height:100%;padding:0 24px;width:100%}.scores365 .wizard-widget-search-input::-webkit-input-placeholder {color:#6b7173;color:var(--textSecondary)}.scores365 .wizard-widget-search-input::-moz-placeholder {color:#6b7173;color:var(--textSecondary)}.scores365 .wizard-widget-search-input::-ms-input-placeholder {color:#6b7173;color:var(--textSecondary)}.scores365 .wizard-widget-search-input::placeholder {color:#6b7173;color:var(--textSecondary)}.scores365 .wizard-widget-search-input:focus {color:#151e22;color:var(--textPrimary);outline-width:0}.scores365 .wizard-widget-search-icon {fill:#6b7173;fill:var(--textSecondary);bottom:23px;cursor:pointer;display:-moz-box;display:flex;height:14px;margin-left:8px;opacity:.8;position:relative;width:14px}.scores365 .direction-rtl .wizard-widget-search-icon {cursor:pointer;margin-right:8px}.scores365 .wizard-widget-header-expandable-tabs-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:22px;position:relative}.scores365 .wizard-widget-header-expandable-tabs-container:after {content:""}.scores365 .direction-ltr .wizard-widget-header-expandable-tabs-container:after {background-image:-moz-linear-gradient(left,#0000,#fff 50%);background-image:linear-gradient(90deg,#0000,#fff 50%);background-image:-moz-linear-gradient(left,#0000,var(--surfaceSecondary) 50%);background-image:linear-gradient(to right,#0000,var(--surfaceSecondary) 50%);right:-100%}.scores365 .direction-ltr .wizard-widget-header-expandable-tabs-container:after, .scores365 .direction-rtl .wizard-widget-header-expandable-tabs-container:after {-moz-animation:gradient-animate-animation-a .5s linear forwards;animation:gradient-animate-animation-a .5s linear forwards;-moz-animation-delay:.8s;animation-delay:.8s;height:100%;position:absolute;top:0;width:400%;z-index:10}.scores365 .direction-rtl .wizard-widget-header-expandable-tabs-container:after {background-image:-moz-linear-gradient(right,#0000,#fff 50%);background-image:linear-gradient(270deg,#0000,#fff 50%);background-image:-moz-linear-gradient(right,#0000,var(--surfaceSecondary) 50%);background-image:linear-gradient(to left,#0000,var(--surfaceSecondary) 50%);left:-100%}@keyframes gradient-animate-animation-a{0%{left:-100%}to{left:100%}}.wizard-widget-header-expandable-tab{-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);cursor:pointer;display:inline;font-size:13px;min-height:22px;min-width:88px;text-align:center}.scores365 .wizard-widget-large-view .wizard-widget-header-expandable-tab:hover {color:#2194ff;color:var(--accentPrimary)}.scores365 .wizard-widget-header-expandable-tab-active {-moz-box-pack:center;border-bottom:2px solid #2194ff;border-bottom:2px solid var(--accentPrimary);color:#2194ff;color:var(--accentPrimary);cursor:pointer;display:inline;font-size:13px;font-weight:500;justify-content:center;min-height:20px;min-width:88px;text-align:center}.scores365 .wizard-widget-header-expandable-more-container {-moz-box-pack:justify;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:20px;justify-content:space-between;width:88px}.scores365 .wizard-widget-arrow-down {border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #6b7173;border-top:5px solid var(--textSecondary);display:-moz-inline-box;display:inline-flex;height:0;margin-bottom:1px;margin-left:4px;position:relative;width:0}.scores365 .direction-rtl .wizard-widget-arrow-down {border-left:5px solid #0000;border-right:5px solid #0000;margin-right:4px}.scores365 .wizard-widget-arrow-up, .scores365 .wizard-widget-large-view .wizard-widget-header-expandable-tab:hover .wizard-widget-arrow-down {border-top:5px solid #2194ff;border-top:5px solid var(--accentPrimary)}.scores365 .wizard-widget-arrow-up {border-left:5px solid #0000;border-right:5px solid #0000;display:-moz-inline-box;display:inline-flex;height:0;margin-bottom:1px;margin-left:4px;position:relative;-moz-transform:rotate(180deg);transform:rotate(180deg);width:0}.scores365 .direction-rtl .wizard-widget-arrow-up {border-left:5px solid #0000;border-right:5px solid #0000;margin-right:4px}.scores365 .wizard-widget-header-expandable-items-container {box-shadow:0 0 4px 0 #00000080;display:inherit;max-width:88px;position:absolute;top:22px;z-index:30}.scores365 .hide-container {display:none}.scores365 .wizard-widget-header-expandable-item {-moz-box-pack:start;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#6b7173;color:var(--textSecondary);cursor:pointer;display:-moz-box;display:flex;font-size:13px;justify-content:flex-start;min-height:20px;min-width:68px;padding:3px 10px;text-align:left;text-align:initial}.scores365 .wizard-widget-large-view .wizard-widget-header-expandable-item:hover, .scores365 .wizard-widget-more-text {color:#2194ff;color:var(--accentPrimary)}.scores365 .search-widget-container {display:-moz-box;display:flex;margin-bottom:1px;position:relative;width:100%;z-index:30}.scores365 .search-widget-icon {fill:#6b7173;fill:var(--textSecondary);height:18px;width:18px}.scores365 .search-widget-result-list-container {background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 0 4px 0 #00000080;left:0;max-height:-moz-calc(100vh - 64px);max-height:calc(100vh - 64px);overflow-y:hidden;position:absolute;top:32px;width:100%;z-index:40}.scores365 .search-widget-result-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .search-widget-sport-dropdown-list {background-color:#fff;background-color:var(--surfaceSecondary);border-top:.5px solid #f3f3f3;border-top:.5px solid var(--surfacePrimary);bottom:auto;box-shadow:0 0 4px 0 #00000080;color:#6b7173;color:var(--textSecondary);top:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.scores365 .direction-ltr .search-widget-sport-dropdown-list {left:auto;right:0}.scores365 .direction-rtl .search-widget-sport-dropdown-list {left:0;right:auto}.scores365 .search-widget-footer-sport-dropdown-list {bottom:32px;top:auto}.scores365 .search-widget-sport-dropdown-header {height:100%}.scores365 .search-widget-sport-dropdown-header-item {color:#2194ff;color:var(--accentPrimary);font-weight:400;height:24px;white-space:nowrap}.scores365 .direction-ltr .search-widget-sport-dropdown-header-item {margin:0 18px 0 0}.scores365 .direction-rtl .search-widget-sport-dropdown-header-item {margin:0 0 0 18px}.scores365 .search-widget-sport-dropdown-item {background-color:#fff;background-color:var(--surfaceSecondary);color:#6b7173;color:var(--textSecondary);cursor:pointer;font-size:12px;font-weight:400;height:24px;margin:0 8px 0 12px;padding:initial;white-space:nowrap}.scores365 .search-widget-sport-dropdown-item:hover {color:#2194ff;color:var(--accentPrimary)}.scores365 .search-widget-item-container {border-top:.5px solid #f3f3f3;border-top:.5px solid var(--surfacePrimary);width:100%}.scores365 .search-widget-item-container:hover {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary)}.scores365 .search-widget-item-container .search-widget-small-view {height:32px}.scores365 .search-widget-item-container-active-index {background-color:#f3f3f3;background-color:var(--surfacePrimary)}.scores365 .search-widget-item-text-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .search-widget-item-subText {color:#6b7173;color:var(--textSecondary);font-size:12px}.scores365 .search-widget-item-content-container {-moz-box-pack:start;-moz-box-align:center;align-items:center;cursor:pointer;display:-moz-box;display:flex;font-size:13px;height:46px;justify-content:flex-start;width:100%}.scores365 .search-widget-item-logo {padding:8px}.scores365 .search-widget-item-star-icon-container {height:46px;width:100%}.scores365 .search-widget-small-view .search-widget-item-star-icon-container {height:32px}.scores365 .search-widget-item-star-icon-drawer-container {background-color:#fff;background-color:var(--surfaceSecondary);width:32px}.scores365 .search-widget-item-logo-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:36px;justify-content:center;width:36px}.scores365 .search-widget-mini-drawer {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .search-widget-mini-drawer-container {height:46px;width:100%}.scores365 .search-widget-small-view .search-widget-mini-drawer-container {height:32px}.scores365 .search-widget-list-title {border-bottom:1px solid #fff;border-bottom:1px solid var(--surfaceSecondary);font-size:12px;font-weight:500;padding:15px 10px 5px}.scores365 .search-widget-show-more {-moz-box-pack:center;-moz-box-align:center;align-items:center;border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--surfacePrimary);border-top:1px solid #f3f3f3;border-top:1px solid var(--surfacePrimary);color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:11px;height:24px;justify-content:center}.scores365 .search-widget-input-container {-moz-box-pack:justify;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:32px;justify-content:space-between;position:relative;width:100%;z-index:60}.scores365 .search-widget-dropdown-container {-moz-box-pack:center;height:100%;justify-content:center}.scores365 .search-widget-dropdown-container, .scores365 .search-widget-icon-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.scores365 .search-widget-icon-container {fill:#6b7173;fill:var(--textSecondary);padding:4px 8px}.scores365 .search-widget-input {border-width:0;-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);font-size:14px;font-weight:500;outline:none;padding:4px 8px;width:100%}.scores365 .competitor-standings-widget-dropdown-container {margin-bottom:2px;max-height:36px}.scores365 .competitor-standings-widget-dropdown-container, .scores365 .competitor-standings-widget-dropdown-header {background:#fff;background:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;height:36px}.scores365 .competitor-standings-widget-dropdown-header {color:#6b7173;color:var(--textSecondary);font-size:13px}@media(hover:hover)and (pointer:fine){.competitor-standings-widget-dropdown-header:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.competitor-standings-widget-single-header{background:#fff;background:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);height:36px}.scores365 .standings-widget-dropdown-list {max-height:168px;overflow-y:auto}.scores365 .competitor-standings-widget-dropdown-item {background:#fff;background:var(--surfaceSecondary);border-top:2px solid #f3f3f3;border-top:2px solid var(--surfacePrimary);-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px;height:36px}@media(hover:hover)and (pointer:fine){.competitor-standings-widget-dropdown-item:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.following-strip-widget{height:110px;margin-top:14px}.scores365 .following-strip-widget-title-container {color:#151e22;color:var(--textPrimary);font-size:12px;margin-bottom:1px}.scores365 .direction-ltr .following-strip-widget-title-container {margin-left:8px}.scores365 .direction-rtl .following-strip-widget-title-container {margin-right:8px}.scores365 .following-strip-widget-entities-container {display:-moz-box;display:flex;flex-wrap:nowrap;overflow-x:auto}.scores365 .following-strip-widget-entity-container {-moz-box-flex:0;-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-radius:2px;box-shadow:0 0 4px 0 #00000080;display:-moz-box;display:flex;flex:0 0 auto;flex-direction:column;height:76px;margin:0 2px;padding-top:20px;position:relative;width:96px}.scores365 .following-strip-widget-entity-logo {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:32px;justify-content:center;padding-bottom:8px;width:32px}.scores365 .following-strip-widget-entity-name {font-size:11px;max-width:90%;text-align:center}.scores365 .following-strip-widget-star-selected {max-height:16px;max-width:16px;padding:4px;position:absolute;top:0}.scores365 .direction-ltr .following-strip-widget-star-selected {right:0}.scores365 .direction-rtl .following-strip-widget-star-selected {left:0}.scores365 .following-strip-widget-more-button-logo {-moz-box-pack:center;-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:32px;justify-content:center;padding-bottom:8px;width:32px}.scores365 .direction-rtl .following-strip-widget-more-button-logo {padding:8px 0 0;-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .following-strip-widget-page-button {font-size:12px;position:absolute}.scores365 .following-strip-widget-page-done-button {color:#2194ff;color:var(--accentPrimary)}.scores365 .following-strip-widget-page-edit-button {color:#fff;color:var(--whitePrimary)}.scores365 .direction-ltr .following-strip-widget-page-button {right:16px}.scores365 .direction-rtl .following-strip-widget-page-button {left:16px}.scores365 .top-performers-widget {width:100%}.scores365 .play-by-play-widget-loading-indicator {-moz-box-align:center;align-items:center;height:100%}.scores365 .play-by-play-widget-loading-indicator, .scores365 .play-by-play-widget-messages-container {-moz-box-pack:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:center}.scores365 .play-by-play-widget-messages-container {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-bottom:1px;padding-top:20px}.scores365 .play-by-play-message-container {display:-moz-box;display:flex;font-size:13px;margin:8px 18px}.scores365 .play-by-play-message-bar-container {-moz-box-pack:start;-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;justify-content:flex-start;width:24px}.scores365 .play-by-play-message-bar-line {align-self:center;background-color:#6b7173;background-color:var(--textSecondary);height:100%;margin-top:4px;width:2px}.scores365 .play-by-play-message-content-container {padding-bottom:28px;width:100%}.scores365 .direction-ltr .play-by-play-message-content-container {margin:0 0 0 10px}.scores365 .direction-rtl .play-by-play-message-content-container {margin:0 10px 0 0}.scores365 .play-by-play-message-content-title-container {-moz-box-pack:justify;-moz-box-align:start;align-items:flex-start;display:-moz-box;display:flex;font-size:14px;justify-content:space-between;padding-bottom:8px;width:100%}.scores365 .play-by-play-message-centered-title-container {height:28px}.scores365 .play-by-play-message-title-container {-moz-box-orient:horizontal;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:row}.scores365 .play-by-play-message-title-text-container {margin:0 6px}.scores365 .play-by-play-message-content-member-container {-moz-box-orient:horizontal;-moz-box-direction:normal;-moz-box-pack:start;-moz-box-align:center;align-items:center;background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary);display:-moz-box;display:flex;flex-direction:row;height:28px;justify-content:flex-start;margin-bottom:4px}.scores365 .play-by-play-message-content-member-substitution-in-container {color:#5bb849;color:var(--successPrimary)}.scores365 .play-by-play-message-content-member-substitution-out-container {color:#ff495c;color:var(--dangerPrimary)}.scores365 .play-by-play-message-content-member-name-container {font-size:13px;padding:0 8px}.scores365 .direction-ltr .play-by-play-message-content-comment-container {margin:0 10px 0 0}.scores365 .direction-rtl .play-by-play-message-content-comment-container {margin:0 0 0 10px}.scores365 .play-by-play-widget-collapsed-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-top:1px solid #f3f3f3;border-top:1px solid var(--surfacePrimary);display:-moz-box;display:flex;height:24px;justify-content:center}.scores365 .play-by-play-message-event-logo-container {height:auto;width:16px}.scores365 .play-by-play-widget-preview-header-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:24px;justify-content:center;margin:1px 0}.scores365 .play-by-play-widget-preview-header-text {color:#151e22;color:var(--textPrimary);font-size:13px;font-weight:500}.scores365 .play-by-play-widget-preview-header-live-label {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#ff495c;background-color:var(--dangerPrimary);border-radius:5px;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:9px;height:10px;justify-content:center;margin-top:1px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:0 4px}.scores365 .direction-ltr .play-by-play-widget-preview-header-live-label {margin-left:2px}.scores365 .direction-rtl .play-by-play-widget-preview-header-live-label {margin-right:2px}.scores365 .play-by-play-widget-preview-footer-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:26px;justify-content:center;margin-top:1px}.scores365 .play-by-play-widget-preview-footer-text {color:#6b7173;color:var(--textSecondary);font-size:12px}.scores365 .match-facts-widget-collapse-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border-top:1px solid #f3f3f3;border-top:1px solid var(--surfacePrimary);display:-moz-box;display:flex;height:23px;justify-content:center;margin-top:4px}.scores365 .match-facts-widget-container {background-color:#fff;background-color:var(--surfaceSecondary);padding-top:20px}.scores365 .match-facts-list {padding-bottom:0}.scores365 .match-facts-list-without-expandable-support {padding-bottom:4px}.scores365 .match-facts-widget-small-view .match-facts-list-without-expandable-support {padding-bottom:12px}.scores365 .match-facts-row-component {-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;margin-bottom:16px}.scores365 .match-facts-widget-small-view .match-facts-row-component {margin-bottom:8px}.scores365 .match-facts-icon {height:16px;margin:0 14px 0 16px}.scores365 .match-facts-row-text {font-size:13px}.scores365 .direction-rtl .match-facts-row-text {margin-left:20px}.scores365 .direction-ltr .match-facts-row-text {margin-right:20px}.scores365 .match-facts-row-text-small-view {font-size:13px}.scores365 .direction-rtl .match-facts-row-text-small-view {margin-left:24px}.scores365 .direction-ltr .match-facts-row-text-small-view {margin-right:24px}.scores365 .match-facts-widget-without-expandable-support {height:20px;margin-top:0;visibility:hidden}.scores365 .dynamic-pages-widget {-moz-box-orient:vertical;-moz-box-direction:normal;align-content:flex-start;display:-moz-box;display:flex;flex-direction:column}.scores365 .dynamic-pages-widget-section-card {box-shadow:0 0 4px 0 #00000080;height:100%;margin-bottom:30px;padding:50px}.scores365 .dynamic-pages-widget-small-view .dynamic-pages-widget-section-card {padding:0}.scores365 .dynamic-pages-widget-section-image {display:block;height:100%;width:100%}.scores365 .dynamic-pages-widget-section-header {color:#151e22;color:var(--textPrimary);font-size:36px;font-weight:500;margin:24px 0;text-align:center}.scores365 .dynamic-pages-widget-small-view .dynamic-pages-widget-section-header {font-size:18px;margin:12px 0}.scores365 .dynamic-pages-widget-section-content {font-size:15px;line-height:28px}.scores365 .dynamic-pages-widget-small-view .dynamic-pages-widget-section-content {margin:15px}.scores365 .iframe-container {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center}.scores365 .dynamic-pages-widget-small-view .iframe-container {background-color:#fff}[dir=rtl] .iframe-container {direction:ltr}.scores365 .placeholder {background-color:#fff;background-color:var(--surfaceSecondary);height:252px;width:100%}.scores365 .key-players-widget {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .key-players-widget-header-container {width:100%}.scores365 .key-players-widget-content {-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex-direction:column;margin-bottom:1px;padding-top:16px;width:100%}.scores365 .key-players-widget-content-card-container {display:-moz-box;display:flex;margin-top:14px}.scores365 .key-players-widget-small-view .key-players-widget-content-card-container {margin-top:10px}.scores365 .key-players-widget-content-player-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column}.scores365 .key-players-widget-content-player-logo {min-height:86px}.scores365 .key-players-widget-content-player-logo-exist-player {background-color:#fff;background-color:var(--whitePrimary);border:1px solid #6b7173;border:1px solid var(--textSecondary);border-radius:50%;cursor:pointer;min-height:84px}.scores365 .key-players-widget-small-view .key-players-widget-content-player-logo {min-height:72px}.scores365 .key-players-widget-content-player-names-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:46px}.scores365 .key-players-widget-small-view .key-players-widget-content-player-names-container {height:40px}.scores365 .key-players-widget-content-player-name-container {color:#151e22;color:var(--textPrimary);font-size:13px;padding:0 4px;text-align:center;width:112px}.scores365 .key-players-widget-small-view .key-players-widget-content-player-name-container {font-size:12px;width:82px}.scores365 .key-players-widget-content-player-position-container {color:#6b7173;color:var(--textSecondary);font-size:13px}.scores365 .key-players-widget-small-view .key-players-widget-content-player-position-container {font-size:11px}.scores365 .key-players-widget-content-card-stats {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;display:-moz-box;display:flex;flex-direction:column;height:114px;justify-content:center;padding:0 2px;width:214px}.scores365 .key-players-widget-small-view .key-players-widget-content-card-stats {height:96px;width:124px}.scores365 .key-players-widget-content-card-stats-row {-moz-box-pack:justify;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:space-between;margin-top:8px;width:100%}.scores365 .key-players-widget-content-card-stats-row-name {color:#6b7173;color:var(--textSecondary);font-size:12px;padding:0 8px;text-align:center}.scores365 .key-players-widget-content-card-stats-row-value {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#f3f3f3;background-color:var(--surfacePrimary);border-radius:3px;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:12px;height:24px;justify-content:center;width:36px}.scores365 .key-players-widget-content-card-stats-row-value-rating {border-radius:10px;color:#fff;color:var(--whitePrimary);height:16px;margin:4px 0}.scores365 .key-players-widget-popup {height:664px;width:440px}.scores365 .key-players-widget-small-popup {height:90%;max-height:787px;max-width:385px;width:85%}.scores365 .key-players-widget-betting-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex-direction:column;margin-bottom:1px;padding:8px 0;width:100%}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-container {-moz-box-pack:center;display:-moz-box;display:flex;height:32px;justify-content:center;margin-bottom:8px;width:100%}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-title {color:#6b7173;color:var(--textSecondary);font-size:13px;margin:0 10px;text-align:center;width:230px}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-cell {-moz-box-pack:center;align-self:flex-end;background-color:#f3f3f3;background-color:var(--surfacePrimary);border-radius:12px;color:#505050;cursor:pointer;display:-moz-box;display:flex;font-size:13px;height:16px;justify-content:center;margin:0 4px;position:relative;width:80px}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-cell.key-players-widget-betting-odds-cell-empty-state {cursor:default}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-trend {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:16px;justify-content:center;left:0;position:absolute;width:16px}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-text {color:#151e22;color:var(--textPrimary);font-size:13px;margin:0 16px;min-width:32px;text-align:center}.scores365 .key-players-widget-betting-container .key-players-widget-betting-bet-now-button {margin-top:0;min-height:32px}.scores365 .key-players-widget-betting-container .key-players-widget-betting-odds-by-button {background-color:#0000;border:1px solid #6b7173;border:1px solid var(--textSecondary);border-radius:12px;color:#151e22;color:var(--textPrimary);font-size:11px;height:24px;margin-top:0;width:182px}.scores365 .key-players-widget-small-view .key-players-widget-betting-odds-container {height:28px}.scores365 .key-players-widget-small-view .key-players-widget-betting-odds-container .key-players-widget-betting-odds-title {width:148px}.scores365 .betting-opportunity-card, .scores365 .betting-opportunity-container {display:-moz-box;display:flex}.scores365 .betting-opportunity-card {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;flex-direction:column;position:relative;width:100%}.scores365 .betting-opportunity-card .betting-opportunity-bookmaker-button {border:none;font-size:16px;margin:8px 0 42px;min-height:32px;overflow:hidden;position:relative;width:192px;z-index:2}.scores365 .betting-opportunity-card .betting-opportunity-no-insights.betting-opportunity-bookmaker-button {margin:8px 0 72px}.scores365 .betting-opportunity-card .betting-opportunity-small-view .betting-opportunity-bookmaker-button {margin:8px 0 52px;min-height:32px}.scores365 .betting-opportunity-card .betting-opportunity-small-view .betting-opportunity-no-insights.betting-opportunity-bookmaker-button {margin:8px 0 80px}.scores365 .betting-opportunity-game-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex-direction:column;width:100%;z-index:2}.scores365 .betting-opportunity-general-time {background-color:#000;background-color:var(--blackPrimary);color:#fff;color:var(--whitePrimary);font-size:12px;font-weight:500;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:4px 8px}.scores365 .betting-opportunity-small-view .betting-opportunity-general-time {margin-bottom:1px}.scores365 .link.betting-opportunity-game-card.game-card {cursor:pointer}.scores365 .betting-opportunity-trend {color:#151e22;color:var(--textPrimary);font-size:13px;height:16px;margin:40px 8px 12px;z-index:2}.scores365 .betting-opportunity-small-view .betting-opportunity-trend {font-size:12px;height:14px;margin:36px 8px 12px}.scores365 .betting-opportunity-insight {-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#151e22;color:var(--textPrimary);display:-webkit-box;font-size:12px;margin:14px 0 12px;overflow:hidden;text-align:center;width:250px;z-index:2}.scores365 .betting-opportunity-small-view .betting-opportunity-insight {margin:8px 0 12px}.scores365 .betting-opportunity-link {-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);cursor:pointer;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .betting-opportunity-text-cta {color:#151e22;color:var(--textPrimary);font-size:20px;height:100%;text-align:center;width:230px;z-index:2}.scores365 .betting-opportunity-small-view .betting-opportunity-text-cta {font-size:18px;width:206px}.scores365 .betting-opportunity-no-insights.betting-opportunity-text-cta {font-size:22px}.scores365 .betting-opportunity-cta-text {font-weight:500;z-index:2}.scores365 .betting-opportunity-container-image {position:absolute;z-index:1}.scores365 .betting-opportunity-small-view .betting-opportunity-container-image {left:0;right:0;top:0}.scores365 .betting-opportunity-placeholder-game-wrapper {height:24px}.scores365 .betting-opportunity-placeholder-game {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .betting-opportunity-placeholder-textual-game-date {background-color:#9c9b9b;background-color:var(--grayPrimary);height:24px;width:58px}.scores365 .betting-opportunity-placeholder-card-wrapper {height:194px;width:100%}.scores365 .betting-opportunity-placeholder-trend-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:14px;margin:40px 0 12px;width:200px}.scores365 .betting-opportunity-placeholder-card {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:194px;width:100%}.scores365 .betting-opportunity-placeholder-small-view .betting-opportunity-placeholder-trend-text {height:14px}.scores365 .betting-opportunity-placeholder-cta-text {background-color:#9c9b9b;background-color:var(--grayPrimary);height:46px;width:230px}.scores365 .betting-opportunity-placeholder-small-view .betting-opportunity-placeholder-cta-text {height:40px;width:206px}.scores365 .betting-opportunity-placeholder-cta-button {background-color:#9c9b9b;background-color:var(--grayPrimary);border-radius:20px;height:32px;margin:8px 0 42px;width:192px}.scores365 .brackets-widget {height:100%}.scores365 .brackets-widget-small-view {overflow-x:hidden}.scores365 .brackets-widget-desktop-placeholder {background-color:#fff;background-color:var(--surfaceSecondary);height:1045px}.scores365 .brackets-widget-desktop-placeholder, .scores365 .brackets-widget-mobile-placeholder {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center;width:100%}.scores365 .brackets-widget-mobile-placeholder {margin-top:100px}.scores365 .brackets-description {background-color:#fff;background-color:var(--surfaceSecondary);font-size:13px;letter-spacing:.06px;line-height:1.38;margin:16px 0;padding:32px 16px}.scores365 .brackets-description h2 {color:#151e22;color:var(--textPrimary);font-size:13px;font-weight:500;letter-spacing:.06px}.scores365 .bracket-widget-match-box {background-color:#6b7173;background-color:var(--textSecondary);margin:0;width:296px}.scores365 .bracket-widget-match-box-title-container {-moz-box-orient:vertical;-moz-box-direction:normal;background-color:#fff;background-color:var(--surfaceSecondary);border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary);flex-direction:column;height:32px;width:100%}.scores365 .bracket-widget-match-box-title-expanded {-moz-box-align:start;align-items:flex-start;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:80px}.scores365 .bracket-widget-match-box-title {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:12px;font-weight:500;height:24px;justify-content:center;width:100%}.scores365 .bracket-widget-match-box-title-expanded .bracket-widget-match-box-title {-moz-box-align:end;align-items:flex-end}.scores365 .bracket-widget-match-box-title-expanded .game-card-center-score {font-size:24px}.scores365 .bracket-widget-match-box-win-description-text {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);color:#2194ff;color:var(--accentPrimary);display:-moz-box;display:flex;font-size:12px;justify-content:center;padding:4px 20px;text-align:center}.scores365 .bracket-widget-match-box .game-card-competitor-container {max-width:0}.scores365 .brackets-widget-branch-arrows-container {-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;justify-content:space-around;width:32px}.scores365 .brackets-widget-branch-arrows-container, .scores365 .brackets-widget-branch-container, .scores365 .brackets-widget-rectangles {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:100%}.scores365 .brackets-widget-rectangles {-moz-box-pack:center;justify-content:center;width:100%}.scores365 .brackets-widget-rectangles-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;height:-moz-calc(50% + 1px);height:calc(50% + 1px)}.scores365 .brackets-widget-rectangles-two-stages {height:146%}.scores365 .brackets-widget-branch-rectangle-top {-moz-box-sizing:border-box;box-sizing:border-box;height:50%;width:16px}.scores365 .brackets-widget-branch-rectangle-top, .scores365 .brackets-widget-rotate-rectangles .brackets-widget-branch-rectangle-top {border:1px solid #6b7173;border:1px solid var(--textSecondary);border-bottom:none}.scores365 .direction-ltr .brackets-widget-rectangles-container .brackets-widget-branch-rectangle-top {border-left:none}.scores365 .direction-rtl .brackets-widget-rectangles-container .brackets-widget-branch-rectangle-top {border-right:none}.scores365 .brackets-widget-branch-rectangle-bottom {-moz-box-sizing:border-box;box-sizing:border-box;height:50%;width:16px}.scores365 .brackets-widget-branch-rectangle-bottom, .scores365 .brackets-widget-rotate-rectangles .brackets-widget-branch-rectangle-bottom {border:1px solid #6b7173;border:1px solid var(--textSecondary);border-top:none}.scores365 .direction-ltr .brackets-widget-rectangles-container .brackets-widget-branch-rectangle-bottom {border-left:none}.scores365 .direction-rtl .brackets-widget-rectangles-container .brackets-widget-branch-rectangle-bottom {border-right:none}.scores365 .brackets-widget-branch-rectangle-top-highlight {border:2px solid #6b7173;border:2px solid var(--textSecondary);border-bottom:none;border-left:none}.scores365 .brackets-widget-branch-rectangle-bottom-highlight {border:2px solid #6b7173;border:2px solid var(--textSecondary);border-left:none;border-top:none}.scores365 .brackets-widget-rotate-rectangles .brackets-widget-branch-rectangle-top-highlight {border:2px solid #6b7173;border:2px solid var(--textSecondary);border-bottom:none;border-right:none}.scores365 .brackets-widget-rotate-rectangles .brackets-widget-branch-rectangle-bottom-highlight {border:2px solid #6b7173;border:2px solid var(--textSecondary);border-right:none;border-top:none}.scores365 .brackets-widget-branch-horizontal-line {border-top:1px solid #6b7173;border-top:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;height:1px;width:16px}.scores365 .brackets-widget-branch-horizontal-line-highlight {border-top:2px solid #6b7173;border-top:2px solid var(--textSecondary)}.scores365 .brackets-widget-branch-arrow {fill:#6b7173;fill:var(--textSecondary);height:16px;width:18px}.scores365 .brackets-widget-branch-rotate-arrow {-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .brackets-widget-game-score {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:12px;height:100%;justify-content:center;min-width:36px}@media(hover:hover)and (pointer:fine){.brackets-widget-desktop-meeting-cell-container:hover .brackets-widget-qualify-score.brackets-widget-game-score{background-color:#fff;background-color:var(--surfaceSecondary);background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);color:#2194ff;color:var(--accentPrimary)}}.direction-ltr .brackets-widget-game-score{border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary)}.scores365 .direction-rtl .brackets-widget-game-score {border-right:1px solid #6b7173;border-right:1px solid var(--textSecondary)}.scores365 .brackets-widget-qualify-score {background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary)}.scores365 .brackets-widget-leading-score {background-color:#f3f3f3;background-color:var(--surfacePrimary);color:#2194ff;color:var(--accentPrimary)}.scores365 .bracket-widget-scoreboard-cells {display:-moz-box;display:flex;height:100%;position:relative}.scores365 .bracket-widget-scoreboard-cells .scoreboard-cell-container {width:20px}.scores365 .bracket-widget-scoreboard-cells .scoreboard-cell-main-score {background-color:rgba(0,0,0,.102);background-color:var(--highlightPrimary);color:#151e22;color:var(--textPrimary)}.scores365 .brackets-widget-group-game-container {height:56px}.scores365 .brackets-widget-desktop {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;flex-direction:column}.scores365 .pre-visual-stage.brackets-widget-desktop {padding-top:16px}.scores365 .brackets-widget-desktop-arrow {fill:#151e22;fill:var(--textPrimary);height:20px;width:20px}.scores365 .brackets-widget-desktop-slider-container {margin-top:30px;width:-moz-calc(100% - 32px);width:calc(100% - 32px)}.scores365 .brackets-widget-desktop-stage-container {-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%;width:274px}.scores365 .brackets-widget-desktop-stage {display:-moz-box;display:flex}.scores365 .brackets-widget-desktop-stage-title-container {-moz-box-pack:center;border-bottom:1px solid #151e22;border-bottom:1px solid var(--textPrimary);-moz-box-sizing:border-box;box-sizing:border-box;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:13px;font-weight:500;justify-content:center;margin-bottom:24px;min-height:30px;width:100%}.scores365 .brackets-widget-desktop-arrow-container {cursor:pointer;height:22px;position:absolute;width:22px}.scores365 .direction-ltr .brackets-widget-desktop-backward-arrow-container {left:0}.scores365 .direction-ltr .brackets-widget-desktop-forward-arrow-container, .scores365 .direction-rtl .brackets-widget-desktop-backward-arrow-container {right:0}.scores365 .direction-rtl .brackets-widget-desktop-forward-arrow-container {left:0}.scores365 .brackets-widget-desktop-stage-groups-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;height:100%}.scores365 .brackets-widget-desktop-stage-groups-container:first-child {margin-top:0}.scores365 .brackets-widget-desktop-branches-container {-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;display:-moz-box;display:flex;flex-direction:column;margin-top:54px;-moz-transition:height .25s;transition:height .25s;width:32px}.scores365 .brackets-widget-dropdown-container {-moz-box-pack:center;background:#fff;background:var(--surfaceSecondary);display:-moz-box;display:flex;height:40px;justify-content:center;padding-top:24px}.scores365 .brackets-widget-small-view .brackets-widget-dropdown-container {height:36px;margin-bottom:2px;padding-top:0;width:100%}.scores365 .brackets-widget-dropdown-list {-moz-box-orient:vertical;-moz-box-direction:normal;border:1px solid #f3f3f3;border:1px solid var(--surfacePrimary);display:-moz-box;display:flex;flex-direction:column;position:absolute;top:64px;width:inherit}.scores365 .brackets-widget-small-view .brackets-widget-dropdown-list {top:36px;width:100%}.scores365 .brackets-widget-dropdown-header {width:inherit}@media(hover:hover)and (pointer:fine){.brackets-widget-dropdown-header:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.brackets-widget-dropdown-item{-moz-box-pack:center;-moz-box-align:center;align-items:center;border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--surfacePrimary);color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;height:40px;justify-content:center}.scores365 .brackets-widget-small-view .brackets-widget-dropdown-item {-moz-box-pack:start;height:36px;justify-content:flex-start}@media(hover:hover)and (pointer:fine){.brackets-widget-dropdown-item:hover:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.brackets-widget-dropdown-item-selected{-moz-box-align:center;align-items:center;border:none;display:-moz-box;display:flex;font-size:24px;font-weight:500;height:40px;pointer-events:none}.scores365 .brackets-widget-small-view .brackets-widget-dropdown-item-selected {color:#6b7173;color:var(--textSecondary);font-size:13px}.scores365 .brackets-widget-title {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:14px;height:40px}.scores365 .brackets-widget-small-view .brackets-widget-title {font-size:13px}.scores365 .brackets-widget-dropdown-item-selected .brackets-widget-title {font-size:24px}.scores365 .brackets-widget-small-view .brackets-widget-dropdown-item-selected .brackets-widget-title {color:#6b7173;color:var(--textSecondary);font-size:13px;font-weight:400}.scores365 .direction-ltr .brackets-widget-title {padding-right:24px}.scores365 .direction-rtl .brackets-widget-title {padding-left:24px}.scores365 .brackets-widget-logo-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center;padding:0 8px;width:32px}.scores365 .brackets-widget-small-view .brackets-widget-logo-container {width:20px}.scores365 .brackets-widget-item-country {color:#6b7173;color:var(--textSecondary);display:contents;font-size:13px}.scores365 .stage-tabs-container {background-color:#fff;background-color:var(--surfaceSecondary);gap:16px;overflow:auto;padding-top:16px;width:100%}.scores365 .stage-tabs-container, .scores365 .stage-tabs-container .stage-tab {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:32px;justify-content:center}.scores365 .stage-tabs-container .stage-tab {background-color:#f3f3f3;background-color:var(--surfacePrimary);border-radius:100px;color:#6b7173;color:var(--textSecondary);cursor:pointer;font-size:13px;font-weight:500;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 16px;-moz-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.scores365 .stage-tabs-container .active-stage-tab {background-color:#2194ff;background-color:var(--accentPrimary);color:#fff;color:var(--whitePrimary)}.scores365 .brackets-widget-small-view .stage-tabs-container {background-color:initial}.scores365 .brackets-widget-small-view .stage-tabs-container .stage-tab {background-color:#fff;background-color:var(--surfaceSecondary)}.scores365 .brackets-widget-small-view .stage-tabs-container .active-stage-tab {background-color:#2194ff;background-color:var(--accentPrimary)}.scores365 .brackets-widget-desktop-meeting-cell-container {-moz-box-pack:center;-moz-box-align:center;-moz-box-orient:vertical;-moz-box-direction:normal;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border:1px solid #6b7173;border:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex-direction:column;height:72px;justify-content:center;position:relative;-moz-transition:all .25s;transition:all .25s;width:274px}.scores365 .clickable.brackets-widget-desktop-meeting-cell-container {cursor:pointer}.scores365 .brackets-widget-desktop-meeting-cell-participant-container {-moz-box-pack:justify;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:space-between;min-height:35px;position:relative;width:100%}.scores365 .brackets-widget-desktop-meeting-cell-participant-container-hover {background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%)}.scores365 .brackets-widget-desktop-meeting-cell-participant-container:last-child {border-top:1px solid #6b7173;border-top:1px solid var(--textSecondary);-moz-box-sizing:border-box;box-sizing:border-box}.scores365 .brackets-widget-desktop-meeting-cell-final-container .brackets-widget-desktop-meeting-cell-participant-container {border:none}.scores365 .brackets-widget-desktop-third-place-cell-container {bottom:16px;position:absolute}.scores365 .brackets-widget-desktop-meeting-cell-participant-info-container {grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:24px 1fr;justify-items:center;padding:0 8px}.scores365 .brackets-widget-scoreboard-final-participant-container .brackets-widget-desktop-meeting-cell-participant-info-container {grid-template-columns:40px 1fr}.scores365 .brackets-widget-desktop-meeting-cell-participant-names-container {-moz-box-pack:center;-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;justify-content:center;min-width:0}.scores365 .brackets-widget-desktop-meeting-cell-participant-logo {height:24px;width:24px}.scores365 .brackets-widget-desktop-meeting-cell-participant-name {color:#151e22;color:var(--textPrimary);font-size:13px;width:100%}.scores365 .brackets-widget-desktop-meeting-cell-participant-rank {color:#6b7173;color:var(--textSecondary);font-size:12px;width:100%}.scores365 .brackets-widget-qualified-star {height:6px;position:absolute;top:2px;width:6px}.scores365 .direction-ltr .brackets-widget-qualified-star {left:30px}.scores365 .direction-rtl .brackets-widget-qualified-star {right:30px}.scores365 .brackets-widget-desktop-meeting-cell-participant-aggregate {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border:.5px solid #6b7173;border:.5px solid var(--textSecondary);border-radius:8px;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:9px;height:12px;justify-content:center;position:absolute;width:34px;z-index:1}.scores365 .direction-ltr .brackets-widget-desktop-meeting-cell-participant-aggregate {right:0}.scores365 .direction-rtl .brackets-widget-desktop-meeting-cell-participant-aggregate {left:0}.scores365 .brackets-widget-desktop-meeting-cell-participant-status {font-size:12px;position:absolute;top:-16px}.scores365 .direction-ltr .brackets-widget-desktop-meeting-cell-participant-status {left:0}.scores365 .direction-rtl .brackets-widget-desktop-meeting-cell-participant-status {right:0}.scores365 .brackets-widget-desktop-meeting-cell-participant-date {color:#6b7173;color:var(--textSecondary)}.scores365 .brackets-widget-desktop-meeting-cell-participant-third-place {color:#151e22;color:var(--textPrimary);font-size:14px}.scores365 .brackets-widget-desktop-meeting-cell-participant-live {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#ff495c;background-color:var(--dangerPrimary);border-radius:8px;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:9px;height:12px;justify-content:center;min-width:24px;padding:0 2px}.scores365 .brackets-widget-desktop-final-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;border:2px solid #f3f3f3;border:2px solid var(--surfacePrimary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex-direction:column;height:132px;margin:auto;position:relative;width:274px}.scores365 .brackets-widget-desktop-post-final-container {border:2px solid #ffb800;border:2px solid var(--warningPrimary)}.scores365 .brackets-widget-desktop-post-final-container-hover {background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);border:2px solid #6b7173;border:2px solid var(--textSecondary)}.scores365 .brackets-widget-desktop-post-final-tooltip-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%;width:100%}.scores365 .brackets-widget-final-participants {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:-moz-calc(100% - 14px);height:calc(100% - 14px)}.scores365 .brackets-widget-final-participant {-moz-box-pack:start;-moz-box-align:center;align-items:center;height:78px;justify-content:flex-start;margin-top:4px;width:76px}.scores365 .brackets-widget-final-participant, .scores365 .brackets-widget-final-scoreboard {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .brackets-widget-final-scoreboard {height:100%;width:100%}.scores365 .brackets-widget-scoreboard-final-participant-container {min-height:64px}.scores365 .brackets-widget-final-participant-logo {-moz-box-align:center;-moz-box-pack:center;align-items:center;display:-moz-box;display:flex;height:40px;justify-content:center;position:relative;width:40px}.scores365 .brackets-widget-final-participant-qualified {height:34px;width:34px}.scores365 .brackets-widget-final-participant-name {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:12px;justify-content:center;margin-top:4px;text-align:center}.scores365 .brackets-widget-final-info-container {padding:0 8px;width:60px}.scores365 .brackets-widget-final-info-container, .scores365 .brackets-widget-final-info-status-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%}.scores365 .brackets-widget-final-info-status-container {white-space:nowrap}.scores365 .brackets-widget-final-participant-status {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center;margin:8px 0 0}.scores365 .brackets-widget-final-participant-time {color:#6b7173;color:var(--textSecondary);font-size:11px}.scores365 .brackets-widget-final-participant-live {background-color:#ff495c;background-color:var(--dangerPrimary);border-radius:8px;color:#fff;color:var(--whitePrimary);font-size:9px;height:12px;min-width:24px;padding:0 2px}.scores365 .brackets-widget-final-info-penalties-score {font-size:10px;font-weight:400;margin:0 2px}.scores365 .brackets-widget-final-info-score-and-date {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#151e22;color:var(--textPrimary);display:-moz-box;display:flex;font-size:20px;font-weight:500;justify-content:center;margin-top:4px}.scores365 .brackets-widget-final-info-ended .brackets-widget-final-info-score-and-date {color:#6b7173;color:var(--textSecondary)}.scores365 .brackets-widget-final-participant-aggregate {background-color:#fff;background-color:var(--surfaceSecondary);border:.5px solid #6b7173;border:.5px solid var(--textSecondary);border-radius:8px;color:#6b7173;color:var(--textSecondary);font-size:9px;height:12px;margin:4px 0;width:34px;z-index:1}.scores365 .brackets-widget-final-info-trophy, .scores365 .brackets-widget-final-participant-aggregate {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .brackets-widget-final-info-trophy {height:40px;margin-bottom:4px;width:auto}.scores365 .brackets-widget-final-info-winner {height:auto;left:-8px;position:absolute;right:-8px;width:56px}.scores365 .is-scoreboard .brackets-widget-final-info-winner {bottom:0}.scores365 .brackets-widget-scoreboard-final-info-winner {height:50px;width:50px}.scores365 .direction-ltr .brackets-widget-scoreboard-final-info-winner {left:4px}.scores365 .direction-rtl .brackets-widget-scoreboard-final-info-winner {right:4px}.scores365 .brackets-widget-final-footer {color:#6b7173;color:var(--textSecondary);font-size:11px;height:14px;margin-bottom:4px;width:100%}.scores365 .brackets-widget-final-footer, .scores365 .brackets-widget-final-scoreboard-status {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .brackets-widget-final-scoreboard-status {position:absolute;top:-16px}.scores365 .direction-ltr .brackets-widget-final-scoreboard-status {left:0}.scores365 .direction-rtl .brackets-widget-final-scoreboard-status {right:0}.scores365 .brackets-widget-mobile {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;padding:16px 0;width:100%}.scores365 .brackets-widget-mobile_navigate {padding:0}.scores365 .brackets-widget-mobile-knockout {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%;width:100%}.scores365 .brackets-widget-mobile-list {-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;height:100%;padding-top:12px;width:100%}.scores365 .brackets-widget-mobile-list-content {width:100%}.scores365 .brackets-widget-mobile-branch {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center;margin-bottom:8px;width:28px}.scores365 .brackets-widget-mobile-rectangles {margin-bottom:28px}.scores365 .brackets-widget-mobile-arrows {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:100%;width:28px}.scores365 .brackets-widget-mobile-arrow-container {height:256px}.scores365 .brackets-widget-branch-mobile-arrow {fill:#6b7173;fill:var(--textSecondary);height:16px;width:18px}.scores365 .brackets-widget-mobile-stage-title-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:12px;height:16px;justify-content:center;width:100%}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-first-stage-title-container {position:absolute;top:0}.scores365 .brackets-widget-mobile-second-stage-title-container {position:absolute;top:-18px}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-second-stage-title-container {top:20px}.scores365 .brackets-widget-mobile-last-stage-title-container {background-color:#f3f3f3;background-color:var(--surfacePrimary);height:14px;position:absolute;top:-14px}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-last-stage-title-container {position:absolute;top:22px}.scores365 .brackets-widget-mobile-stages-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;width:100%}.scores365 .brackets-widget-mobile-reverse-container {-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.scores365 .brackets-widget-mobile-stage-container {display:-moz-box;display:flex;justify-content:space-around;width:100%}.scores365 .brackets-widget-mobile-stage {position:relative}.scores365 .brackets-widget-mobile-first-stage-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;padding-top:12px}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-first-stage-container {-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse;padding:0}.scores365 .brackets-widget-mobile-first-stage-groups {display:-moz-box;display:flex}.scores365 .brackets-widget-mobile-second-stage-container {-moz-box-orient:vertical;-moz-box-direction:normal;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;flex-direction:column;justify-content:space-around;width:100%}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-second-stage-container {-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.scores365 .brackets-widget-mobile-second-stage-groups {display:-moz-box;display:flex;justify-content:space-around;width:100%}.scores365 .brackets-widget-mobile-last-stage-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;flex-direction:column;position:relative;width:100%}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-last-stage-container {-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.scores365 .brackets-widget-mobile-third-place-container {position:absolute;top:-16px}.scores365 .direction-ltr .brackets-widget-mobile-third-place-container {right:36px}.scores365 .direction-rtl .brackets-widget-mobile-third-place-container {left:36px}.scores365 .brackets-widget-mobile-branch-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:36px;width:100%}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-branch-container {-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.scores365 .brackets-widget-mobile-branch-rectangle {border:1px solid #6b7173;border:1px solid var(--textSecondary);border-top:none;height:18px;width:50%}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-branch-rectangle {border:1px solid #6b7173;border:1px solid var(--textSecondary);border-bottom:none}.scores365 .brackets-widget-mobile-branch-line {border-left:1px solid #6b7173;border-left:1px solid var(--textSecondary);height:18px}.scores365 .brackets-widget-mobile-reverse-container .brackets-widget-mobile-branch-last-stage-line {height:36px}.scores365 .brackets-widget-mobile-list-groups-container {display:-moz-box;display:flex;width:100%}.scores365 .brackets-widget-mobile-list-group {width:-moz-calc(100% - 28px);width:calc(100% - 28px)}.scores365 .pre-visual-stage .brackets-widget-mobile-list-group {width:100%}.scores365 .brackets-widget-mobile-list-group-games {-moz-box-orient:vertical;-moz-box-direction:normal;background-color:#fff;background-color:var(--surfaceSecondary);border:1px solid #ced0d0;border:1px solid var(--dividerPrimary);display:-moz-box;display:flex;flex-direction:column;margin-bottom:8px;width:100%}.scores365 .pre-visual-stage .brackets-widget-mobile-list-group-games {border:initial}.scores365 .game-card.brackets-widget-mobile-list-group-game {border-bottom:1px solid #6b7173;border-bottom:1px solid var(--textSecondary)}.scores365 .game-card.brackets-widget-mobile-list-single-game {border-bottom:none}.scores365 .brackets-widget-mobile-arrows-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;height:auto;width:28px}.scores365 .game-card-top-view-container {white-space:nowrap}.scores365 .brackets-widget-mobile-knockout-meeting-cell-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;flex-direction:column;height:72px;justify-content:center;margin:0 2px 0 4px;position:relative;width:72px}.scores365 .brackets-widget-mobile-knockout-meeting-cell-container-hover {border:1px solid #2194ff;border:1px solid var(--accentPrimary)}.scores365 .brackets-widget-mobile-knockout-meeting-cell-status {color:#6b7173;color:var(--textSecondary);font-size:10px;height:12px;margin:3px 0;white-space:nowrap;width:100%}.scores365 .brackets-widget-mobile-knockout-meeting-cell-live, .scores365 .brackets-widget-mobile-knockout-meeting-cell-status {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;justify-content:center}.scores365 .brackets-widget-mobile-knockout-meeting-cell-live {background-color:#ff495c;background-color:var(--dangerPrimary);border-radius:8px;color:#fff;color:var(--whitePrimary);font-size:9px;height:10px;min-width:22px;padding:0 2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.scores365 .brackets-widget-mobile-knockout-meeting-cell-participants {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:34px;justify-content:center;width:100%}.scores365 .brackets-widget-mobile-knockout-meeting-cell-participant-container {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;flex-direction:column;justify-content:space-around;width:100%}.scores365 .brackets-widget-mobile-knockout-meeting-cell-participant-logo {height:20px;width:20px}.scores365 .brackets-widget-mobile-knockout-meeting-cell-participant-name {color:#151e22;color:var(--textPrimary);font-size:11px;height:11px;margin-top:2px}.scores365 .brackets-widget-mobile-knockout-meeting-cell-score {color:#151e22;color:var(--textPrimary);font-size:13px;font-weight:500;height:15px;margin-bottom:6px;text-align:center}.scores365 .brackets-widget-mobile-knockout-meeting-cell-ended-score {color:#6b7173;color:var(--textSecondary)}.scores365 .brackets-widget-mobile-knockout-meeting-cell-aggregate {-moz-box-pack:center;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);border:1px solid #6b7173;border:1px solid var(--textSecondary);border-radius:8px;bottom:-8px;display:-moz-box;display:flex;font-size:9px;height:10px;justify-content:center;padding:0 4px;position:absolute}.scores365 .brackets-widget-mobile-branch-arrows-container {display:-moz-box;display:flex;justify-content:space-around;margin-top:8px;width:100%}.scores365 .brackets-widget-mobile-branch-rotate-arrows-container {margin-bottom:4px;margin-top:0}.scores365 .brackets-widget-mobile-branch-rotate-semi-arrows-container {margin-bottom:16px;margin-top:4px;-moz-transform:rotate(180deg);transform:rotate(180deg)}@media(max-width:320px){.brackets-widget-mobile-knockout-meeting-cell-container{margin:0 1px 0 2px;width:70px}}.brackets-widget-mobile-knockout-meeting-cell-final-container{height:132px;width:240px}.scores365 .brackets-widget-mobile-post-final-container {border:2px solid #ffb800;border:2px solid var(--warningPrimary)}.scores365 .brackets-widget-mobile-knockout-final-container-hover {border:1px solid #2194ff;border:1px solid var(--accentPrimary)}.scores365 .brackets-widget-mobile-knockout-qualified-star {height:8px;position:absolute;right:0;width:8px}.scores365 .brackets-widget-mobile-knockout-home-qualified-star {left:0}.scores365 .brackets-widget-mobil-knockout-match-box-container {max-height:95%;overflow-y:auto}.scores365 .bottom-message-module {height:64px}.scores365 .bottom-message-small-view .bottom-message-module {-moz-box-pack:start;justify-content:flex-start}.scores365 .gdpr-component-container {-moz-box-pack:justify;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:64px;justify-content:space-between;width:1200px}.scores365 .gdpr-small-view .gdpr-component-text-box {display:inline;height:42px;margin-bottom:11px;margin-left:8px;width:77.5%}.scores365 .gdpr-component-icon {height:14px;vertical-align:middle;width:13px}.scores365 .gdpr-small-view .gdpr-component-icon {height:10px;width:10px}.scores365 .gdpr-component-text {color:#151e22;color:var(--textPrimary);display:inline;font-size:13px}.scores365 .gdpr-small-view .gdpr-component-text {font-size:11px}.scores365 .gdpr-component-link {color:#2194ff;color:var(--accentPrimary);font-size:13px}.scores365 .gdpr-component-link:hover {text-decoration:underline}.scores365 .gdpr-small-view .gdpr-component-link {font-size:11px}.scores365 .gdpr-action-button {background-color:#2194ff;background-color:var(--accentPrimary);border-radius:16px;color:#fff;color:var(--whitePrimary);cursor:pointer;display:-moz-inline-box;display:inline-flex;font-size:14px;height:32px;text-align:center;width:72px}.scores365 .gdpr-action-button, .scores365 .gdpr-small-view .gdpr-action-button {-moz-box-pack:center;-moz-box-align:center;align-items:center;justify-content:center}.scores365 .gdpr-small-view .gdpr-action-button {display:-moz-box;display:flex;font-size:12px;height:24px;margin:20px 8px 20px 16px;width:48px}.scores365 .drawer-module {-moz-box-orient:vertical;-moz-box-direction:normal;align-content:flex-start;display:-moz-box;display:flex;flex-direction:column}.scores365 .drawer-module-content-container {display:-moz-box;display:flex;height:-moz-calc(100% - 48px);height:calc(100% - 48px)}.scores365 .drawer-module-content {overflow-scrolling:touch;overflow-y:scroll;position:relative;width:100%}.scores365 .drawer-module-header-container {-moz-box-pack:justify;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;height:48px;justify-content:space-between;width:100%}.scores365 .drawer-module-header-close-button-container {height:48px;padding:0 10px;width:32px}.scores365 .drawer-module-edit-mode {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#fff;color:var(--whitePrimary);display:-moz-box;display:flex;font-size:12px;justify-content:center;padding:0 16px}.scores365 .drawer-module-done-button {color:#2194ff;color:var(--accentPrimary)}.scores365 .drawer-module-sidebar-home-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);font-size:9px;height:48px;justify-content:center;width:64px}.scores365 .drawer-module-pages-container, .scores365 .drawer-module-sidebar-home-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .drawer-module-pages-container {background-color:#f3f3f3;background-color:var(--surfacePrimary);height:100%}.scores365 .drawer-module-pages-about-button-container {border-bottom:.5px solid #f3f3f3;border-bottom:.5px solid var(--surfacePrimary);color:#151e22;color:var(--textPrimary);font-size:12px;font-weight:500;height:40px;padding:0 10px}.scores365 .drawer-module-pages-about-button-container, .scores365 .drawer-module-pages-about-social-container {-moz-box-align:center;-moz-box-pack:justify;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);display:-moz-box;display:flex;justify-content:space-between}.scores365 .drawer-module-pages-about-social-container {padding:18px 40px}.scores365 .drawer-module-pages-about-social-icon {height:33px;width:33px}.scores365 .settings-module-container {background-color:#fff;background-color:var(--surfaceSecondary);height:100%;max-height:90vh;overflow:auto;position:relative}.scores365 .settings-module-container, .scores365 .settings-module-section-container {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column}.scores365 .settings-module-section-container {border-bottom:1px solid #f3f3f3;border-bottom:1px solid var(--surfacePrimary);padding:8px 16px}.scores365 .settings-module-section-container:last-child {border-bottom:none}.scores365 .settings-module-section-title {-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:14px;height:32px}.scores365 .settings-module-row-container {color:#151e22;color:var(--textPrimary);font-size:14px;width:100%}.scores365 .settings-module-qr-code-container, .scores365 .settings-module-row-container {-moz-box-align:center;-moz-box-pack:justify;align-items:center;display:-moz-box;display:flex;font-weight:500;height:32px;justify-content:space-between}.scores365 .settings-module-qr-code-container {fill:#6b7173;fill:var(--textSecondary);cursor:pointer}.scores365 .settings-module-qr-code-arrow {height:16px;width:16px}.scores365 .direction-rtl .settings-module-qr-code-arrow {-moz-transform:rotate(180deg);transform:rotate(180deg)}.scores365 .settings-module-privacy-policy-row {color:#6b7173;color:var(--textSecondary);font-size:14px}.scores365 .settings-module-debug-row, .scores365 .settings-module-privacy-policy-row {-moz-box-align:center;align-items:center;cursor:pointer;display:-moz-box;display:flex;min-height:40px;padding:0 16px;text-decoration:none}.scores365 .settings-module-debug-row {-moz-box-pack:center;background-color:#ffb800;background-color:var(--warningPrimary);border-radius:4px;color:#000;color:var(--blackPrimary);font-size:16px;font-weight:700;justify-content:center}.scores365 .settings-module-notification_guide_link {color:#2194ff;color:var(--accentPrimary);cursor:pointer;font-size:14px;font-weight:500;padding:8px 0;text-decoration:underline}.scores365 .secondary-bar-module-widget-wrapper {margin-bottom:16px}.scores365 .secondary-bar-module-placeholder {-moz-box-orient:vertical;-moz-box-direction:normal;display:-moz-box;display:flex;flex-direction:column;margin-top:33px;max-width:320px;width:320px}.scores365 .secondary-bar-module-placeholder-twitter, .scores365 .secondary-bar-module-twitter-container {background-color:#fff;background-color:var(--surfaceSecondary);height:800px}.scores365 .secondary-bar-module-twitter-container {-moz-box-pack:center;display:-moz-box;display:flex;justify-content:center;margin-bottom:16px;padding:8px 0}.scores365 .secondary-bar-module-twitter-inner-container {height:800px;overflow-y:scroll;width:100%}.scores365 .mega-header-module-placeholder-container {height:104px;width:100%}.scores365 .mega-header-module-placeholder-content {-moz-box-flex:1;-moz-box-align:center;align-items:center;background-color:#fff;background-color:var(--surfaceSecondary);-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;flex:1 1;margin:0 auto;max-width:1224px;width:100%}.scores365 .mega-header-module-placeholder-logo-container {-moz-box-pack:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:68px;justify-content:center;margin:0 6px;width:98px}.scores365 .mega-header-module-placeholder-name {background-color:#9c9b9b;background-color:var(--grayPrimary);height:36px;width:200px}.scores365 .mega-header-module-container {background-color:#fff;background-color:var(--surfaceSecondary);box-shadow:0 2px 4px -2px #0003;-moz-box-sizing:border-box;box-sizing:border-box;height:0;-moz-transition:height .25s ease-in-out;transition:height .25s ease-in-out;width:100%}.scores365 .visible {height:96px}.scores365 .mega-header-module-sub-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:100%;margin:0 auto;max-width:1224px}.scores365 .mega-header-module-content {-moz-box-orient:vertical;-moz-box-direction:normal;-moz-box-pack:justify;display:-moz-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.scores365 .mega-header-module-entity {display:-moz-box;display:flex;margin-top:18px;width:100%}.scores365 .mega-header-module-entity-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;position:relative}.scores365 .mega-header-module-entity-name {color:#151e22;color:var(--textPrimary);font-size:26px;font-weight:500;margin:0;max-width:min(944px,100vw - 280px);overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.scores365 .loading.mega-header-module-entity-name {width:300px}.scores365 .mega-header-module-entity-follow-container {-moz-box-align:center;align-items:center;display:-moz-box;display:flex;font-size:13px;margin:0 8px}.scores365 .mega-header-module-entity-follow-button {border:1px solid #2194ff;border:1px solid var(--accentPrimary);color:#2194ff;color:var(--accentPrimary);margin:0 8px}@media(hover:hover)and (pointer:fine){.mega-header-module-entity-follow-button:hover{background-image:-moz-linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:linear-gradient(rgba(0,0,0,.102) 0 0,rgba(0,0,0,.102) 100% 100%);background-image:-moz-linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);background-image:linear-gradient(var(--highlightPrimary) 0 0,var(--highlightPrimary) 100% 100%);cursor:pointer}}.mega-header-module-entity-follow-active-button{border:1px solid #6b7173;border:1px solid var(--textSecondary);color:#6b7173;color:var(--textSecondary);margin:0 8px}.scores365 .mega-header-module-entity-follow-popularity {-moz-box-pack:center;-moz-box-align:center;align-items:center;color:#6b7173;color:var(--textSecondary);display:-moz-box;display:flex;font-size:12px;justify-content:center}.scores365 .mega-header-module-star-container {height:36px;position:absolute;top:-7px;z-index:10}.scores365 .direction-ltr .mega-header-module-star-container {right:-22px}.scores365 .direction-rtl .mega-header-module-star-container {left:-22px}.scores365 .mega-header-module-buttons-container {display:-moz-box;display:flex;height:34px}.scores365 .mega-header-module-button-container {-moz-box-align:end;align-items:flex-end;border:initial;border-bottom:2px solid #0000;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;font-weight:500;height:100%;margin:0 5px;padding:0 10px}.scores365 .mega-header-module-active-button {border-bottom:2px solid #2194ff;border-bottom:2px solid var(--accentPrimary)}.scores365 .mega-header-module-button-name-container {-moz-box-pack:center;-moz-box-align:end;align-items:flex-end;display:-moz-box;display:flex;font-size:14px;font-weight:400;height:100%;justify-content:center;margin-bottom:5px}.scores365 .mega-header-module-active-button .mega-header-module-button-name-container, .scores365 .mega-header-module-button-name-container:hover {font-weight:500}.scores365 .mega-header-module-button-live-flag-container {-moz-box-align:end;align-items:flex-end;display:-moz-box;display:flex;height:100%;margin-bottom:3px}.scores365 .mega-header-divider {height:60px;margin-top:22px}.scores365 .direction-ltr .mega-header-divider {border-right:2px solid #6b7173;border-right:2px solid var(--textSecondary)}.scores365 .direction-rtl .mega-header-divider {border-left:2px solid #6b7173;border-left:2px solid var(--textSecondary)}.scores365 .mega-header-divider-container {height:100%}.scores365 .direction-ltr .mega-header-divider-container {margin-right:20px}.scores365 .direction-rtl .mega-header-divider-container {margin-left:20px}
/*# sourceMappingURL=styles-7f8fe117.a6949b5a.chunk.css.map*/