*{box-sizing:border-box;margin:0;padding:0;transition:all .2s ease}body{background:var(--background);color:var(--text)}@media (max-width:1080px){html{font-size:93.75%}}@media (max-width:720px){html{font-size:87.5%}}body,button,input,textarea{font:400 1rem Inter,sans-serif}h1,h2,h3,h4,span{color:var(--text)}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{display:flex;flex-direction:column;margin:0 auto;max-width:1080px;min-height:85vh;overflow:auto;padding:2.5rem 2rem;position:relative}#video-player[added]{margin-top:10px;padding-top:56.25%;position:relative;width:100%}#video-player>iframe{bottom:0;left:0;position:absolute;right:0;top:0}#video-player:not([added])>iframe{display:none}#video-player[added].chatEnabled{min-height:600px}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.footer-notes a{text-decoration:underline}.mini-health-bar{align-items:center;display:flex}.mini-health-bar>div{background:var(--gray-line);border-radius:4px;flex:1 1;min-width:5rem;position:relative}.mini-health-bar>div>div{background:var(--green);border-radius:4px;height:28px;transition:width 1s}span.mini-current-health{font-size:12px;font-weight:400;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.live-game-stats-header-team-images{align-items:center;display:flex}.live-game-stats-header-team-images>h1{flex:1 1;text-align:center}.live-game-stats-header-team-images>h1>div{font-size:1rem;font-weight:500}.live-game-stats-header-team-images>div{flex:1 1;text-align:center}.live-game-stats-header-team-images>.blue-team,.live-game-stats-header-team-images>.red-team{border-radius:5px;display:flex;filter:drop-shadow(0 0 0 #222);flex:1 1;height:4rem;justify-content:center;padding:.3rem;width:4rem}.live-game-stats-header-team-images>.red-team{flex-direction:row-reverse;text-align:right}.live-game-stats-header-status{display:flex;margin-top:1.5rem}.live-game-stats-header-status>.blue-team>.team-stats>svg>g,.live-game-stats-header-status>.blue-team>.team-stats>svg>path{fill:var(--blue-twitter)}.live-game-stats-header-status>.red-team>.team-stats>svg>g,.live-game-stats-header-status>.red-team>.team-stats>svg>path{fill:var(--red)}.live-game-stats-header-status>.blue-team{display:flex;flex:1 1;justify-content:space-between;margin-right:15rem}@media (max-width:1080px){.live-game-stats-header-status>.blue-team{margin-right:10rem}}@media (max-width:720px){.live-game-stats-header-status>.blue-team{margin-right:1rem}}@media (max-width:520px){.game-selector{flex-direction:column}}@media (max-width:420px){.live-game-stats-header-status>.blue-team,.live-game-stats-header-status>.red-team{align-items:center;flex-direction:column-reverse!important}.match-container .live-game-card-team-image{margin:.5rem 1rem!important}}@media (min-width:520px){.game-selector-item:hover{box-shadow:0 2px 4px -1px var(--title);transform:scale(1.1);z-index:12}}.live-game-stats-header-status>.red-team{display:flex;flex:1 1;flex-direction:row-reverse;justify-content:space-between;text-align:right}.team-stats{color:var(--text);display:inline-block;text-align:center;width:24px}.team-stats>span{display:flex;justify-content:center}.gamestate-bg-in-game{animation:pulse 2s infinite;background-color:var(--green)}.gamestate-bg-game-ended{background-color:var(--red)}.gamestate-bg-game-disabled,.gamestate-bg-game-ended,.gamestate-bg-game-paused,.gamestate-bg-in-game{border-radius:9999px;color:#fff;display:inline-block;margin:0 auto 10px;padding:2.5px 10px}.gamestate-bg-game-paused{animation:pulse-paused 7s infinite;background-color:var(--gray-line)}.gamestate-bg-game-disabled{animation:pulse-paused 7s infinite;background-color:var(--purple)}@keyframes pulse{0%{box-shadow:0 0 0 0 #28661999}40%{box-shadow:0 0 0 5px #28661966}70%{box-shadow:0 0 0 10px #ff2c2c00}to{box-shadow:0 0 0 0 #ff2c2c00}}@keyframes pulse-paused{0%{box-shadow:0 0 0 0 #2b2b2bb3}40%{box-shadow:0 0 0 5px #2b2b2b80}70%{box-shadow:0 0 0 12px #2b2b2b00}to{box-shadow:0 0 0 0 #2b2b2b00}}.live-game-stats-header-gold{display:flex;margin:1rem 0}.live-game-stats-header-gold>.blue-team{border-bottom:4px solid var(--blue-twitter)}.live-game-stats-header-gold>.red-team{border-bottom:4px solid var(--red)}.live-game-stats-header-dragons{display:flex;min-height:24px}.live-game-stats-header-dragons>.blue-team{flex:1 1}.live-game-stats-header-dragons>.red-team{flex:1 1;text-align:right}.blue-team>.dragon{margin-right:.75rem}.red-team>.dragon{margin-left:.75rem}.status-live-game-card{background:var(--card-color);border-radius:4px;box-shadow:0 1px 3px -1px #0006}.status-live-game-card-content{margin:1.5rem;padding:20px 0}.status-live-game-card-content h3{text-align:center}.status-live-game-card-table-wrapper{margin-top:-300px;overflow-x:auto;overflow-y:clip;padding-top:300px}.status-live-game-card-table{width:100%}.player-champion-info{align-items:center;display:flex;text-align:left}.player-champion-info-level{font-size:12px;transform:translate(-50%,100%)}.player-champion-info-name{display:flex;flex-direction:column;margin-left:.5rem}.player-card-player-name{font-size:10px}.player-champion-wrapper{display:flex;height:32px;position:relative;width:32px}img.player-champion{z-index:2}svg.player-champion{position:absolute;z-index:1}.player-champion{border-radius:50%;height:32px;width:32px}.player-stats{color:var(--text)}.champion-stats-row span{display:none}.player-stats-row th{cursor:pointer}.champion-stats-row div{display:inline-block;margin:5px;padding:0 5px}.chevron-down{fill:var(--text);padding:5px;transition:all .4s;width:28px}.rotated{transform:rotate(-180deg)}.table-top-row-champion{width:12rem}.table-top-row-vida{height:28px;width:15rem}.table-top-row-items{height:28px;width:12rem}.table-top-row{height:28px}.footer-notes,.player-stats{background:var(--gray-line);border-radius:3px;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center}.chatDiv,.streamDiv{display:inline-block;margin-right:30px}.chatDiv .toggle-container,.streamDiv .toggle-container{display:inline-block;vertical-align:middle}.footer-notes{border:0;margin:8px 8px 0 0;max-width:100%}.copy-champion-names,.footer-notes{color:var(--text);cursor:pointer;display:inline-block;padding:0 8px}.copy-champion-names{background:var(--gray-line);border:none;border-radius:3px;font-family:inherit;font-size:12px;font-weight:400;line-height:28px;text-decoration:none}.copy-champion-names:hover{opacity:.9}.chat-toggle,.stream-toggle{background-color:var(--theme-switch-bg);border:3px solid var(--gray-line);border-radius:50px;cursor:pointer;height:1.5rem;margin-left:35%;width:2.5rem}.player-stats-kda{width:28px}.player-stats-items{background:var(--gray-line);border-radius:4px;height:28px;position:relative}.player-stats-item,.player-stats-items{align-items:center;display:flex;justify-content:center}.player-stats-item{flex:1 1}.player-stats-item>img{border-radius:4px;height:26px}.player-gold-positive{color:var(--green-positive);font-weight:500}.player-gold-negative{color:var(--red);font-weight:500}.loading-game-container{align-items:center;display:flex;height:60vh;justify-content:center;width:100%}.loading-game-container div{text-align:center;width:100%}.loading-game-container .live-game-card-title{display:block}.loading-game-image{width:20%}.toast-watcher{align-items:center;display:flex}.toast-image{display:flex;height:2rem;margin-right:1rem;width:2rem}.game-selector{background:var(--background);display:flex;margin-top:2rem;place-content:center}.game-selector-item{background:var(--background);border:1px solid;border-color:var(--card-color);border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;flex-basis:0;flex-grow:1;padding:.5rem;text-align:center}.game-selector-item.selected{background:var(--card-color)}.game-selector-item:not(.selected){box-shadow:inset 0 1px 3px 1px #00000080}.game-selector-item.unneeded{opacity:.5;pointer-events:none}.itemName{font-weight:700;text-decoration:underline}.itemDescription{background:var(--background);border-radius:6px;bottom:150%;box-shadow:0 0 9px 8px #00000080;color:var(--text);display:none;padding:10px;position:absolute;text-align:center;width:240px;z-index:9}.itemDescription>div{margin-bottom:5px}.itemDescription:after{border-color:var(--background) #0000 #0000 #0000;border-style:solid;border-width:12px;content:"";left:50%;margin-left:-12px;position:absolute;top:100%}.rune img{max-height:48px;max-width:48px}.rune-list div{margin:2px 0;padding:0}.rune-list .name{margin-left:8px;margin-top:16px;vertical-align:top}.rune-list div.rune{margin-bottom:18px}.rune-list .text{display:block}.live-game-card{background:var(--card-color);border-radius:5px;box-shadow:0 1px 3px -1px #0006;padding:.5rem;text-align:center;transition:all .2s ease-in-out;width:25rem}.live-game-card>h3{color:var(--text);padding:.2rem 0}.live-game-card-content{display:flex;justify-content:center}.live-game-card-content>div{padding-top:.3rem}.live-game-card-content h4{margin:0 auto;max-width:120px}.live-game-card:hover{transform:scale(1.05)}.live-game-card-team-image{background:var(--background);border-radius:5px;box-shadow:inset 0 1px 3px 1px #00000080;height:4rem;margin:.5rem 3rem;padding:.3rem;width:4rem}.live-game-card-title{color:var(--text);font-weight:500}.empty-games-list-container{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.empty-games-galaxy{margin:2rem;width:30%}.games-list-container{display:flex;justify-content:center}.games-list-items{grid-gap:2rem;align-items:center;display:grid;grid-template-columns:repeat(auto-fill,25rem);justify-content:center;width:100%}.games-separator{border-bottom:1px solid var(--text);height:3px;margin:2rem 0;width:100%}.games-of-day{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.game-card-versus span p,.live-game-card-team span p{font-size:14px}.game-card-versus{margin-top:20px;min-width:80px}.status-live-game-card .live-game-card-team-image{margin:7.5px}.outcome p{border-radius:3px;color:#fff;font-size:12px;margin:5px auto;padding:0 10px;text-align:center;text-transform:uppercase;width:-webkit-min-content;width:min-content}.outcome .win{background:var(--green)}.outcome .loss{background:var(--red)}.orders-container>div{margin-bottom:1rem}.navbar-container{background-color:var(--card-color);box-shadow:0 1px 3px -1px #0006;display:flex;height:5rem;justify-content:center;position:relative;width:100%;z-index:1001}.navbar-left{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.navbar-logo,.navbar-logo-container{display:flex;justify-content:center}.navbar-logo{align-items:center;flex-direction:column}.navbar-container:before,.navbar-logo-container,.toggle-container{content:"";flex-basis:100%}.navbar-icon-img{width:2.5rem}.navbar-icon-img>path{fill:var(--logo-color)}.navbar-icon{color:var(--title);font:500 1.25rem Inter,sans-serif;margin-bottom:.5rem}.settings-container{align-items:center;display:flex;width:100%}.sound-toggle{margin-left:100%}.sound-toggle,.theme-toggle{background-color:var(--theme-switch-bg);border:3px solid var(--gray-line);border-radius:50px;cursor:pointer;height:1.5rem;width:2.5rem}.theme-toggle{margin-left:35%}@media (max-width:980px){.sound-toggle,.theme-toggle{margin-left:0}}.notch{align-items:center;background-color:var(--theme-switch-notch);border-radius:50%;display:flex;height:1.75rem;justify-content:center;transform:translate(-50%,-20%);transition:all .5s;width:1.75rem}.dark>.notch,.muted>.notch{transform:translate(50%,-20%)}.adsbygoogle{display:block}.footer-container{background-color:var(--card-color);box-shadow:0 0 4px 0 #0006;height:5rem;width:100%}.footer-container,.footer-logo{align-items:center;display:flex;justify-content:center}.footer-logo{flex-direction:column}.footer-img{height:2.5rem;margin:0 1rem;width:2.5rem}.footer-img path{fill:var(--logo-color)}.footer-icon{color:red;font:500 1.25rem Inter,sans-serif}.sidebar-toggle{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.sidebar-toggle:hover .hamburger .line{background:#5965e0;background:var(--blue,#5965e0)}.hamburger{display:flex;flex-direction:column;height:18px;justify-content:space-between;width:24px}.hamburger .line{background:#2e384d;background:var(--title,#2e384d);border-radius:2px;display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:100%}.hamburger.open .line:first-child{transform:translateY(7.5px) rotate(45deg)}.hamburger.open .line:nth-child(2){opacity:0}.hamburger.open .line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.sidebar-overlay{background:#00000080;height:calc(100% - 5rem);left:0;opacity:0;position:fixed;top:5rem;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:999}.sidebar-overlay.visible{opacity:1;visibility:visible}.sidebar{background:#fff;background:var(--card-color,#fff);box-shadow:2px 0 12px #00000026;height:calc(100% - 5rem);left:0;position:fixed;top:5rem;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1000}.sidebar.open{transform:translateX(0)}.sidebar-content{-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto;padding:1.5rem}.sidebar-content *{transition:none!important}.filter-section{margin-bottom:2rem}.filter-title{border-bottom:1px solid #dcdde0;border-bottom:1px solid var(--gray-line,#dcdde0);color:#666;color:var(--text,#666);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:.5rem;text-transform:uppercase}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;padding:.5rem;transition:background .2s ease}.filter-checkbox:hover{background:#f2f3f5;background:var(--background,#f2f3f5)}.filter-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{align-items:center;border:2px solid #dcdde0;border:2px solid var(--gray-line,#dcdde0);border-radius:4px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:.75rem;transition:all .2s ease;width:20px}.filter-checkbox input:checked~.checkmark{background:#5965e0;background:var(--blue,#5965e0);border-color:#5965e0;border-color:var(--blue,#5965e0)}.filter-checkbox input:checked~.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;margin-bottom:2px;transform:rotate(45deg);width:5px}.filter-label{color:#2e384d;color:var(--title,#2e384d);font-size:.9375rem}.no-leagues{color:#666;color:var(--text,#666);font-size:.875rem;font-style:italic}@media (max-width:720px){.sidebar{max-width:280px;width:100%}}