html{--custom-scroll-width: 8px;scroll-behavior:smooth}html::-webkit-scrollbar,.custom-scroll::-webkit-scrollbar{width:var(--custom-scroll-width)}html::-webkit-scrollbar-track,.custom-scroll::-webkit-scrollbar-track{border-radius:5px;background-color:#181e21}html::-webkit-scrollbar-track:hover,.custom-scroll::-webkit-scrollbar-track:hover{background-color:#181e21}html::-webkit-scrollbar-track:active,.custom-scroll::-webkit-scrollbar-track:active{background-color:#181e21}html::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{border-radius:5px;background-color:#606f76;border:2px solid #181E21}html::-webkit-scrollbar-thumb:hover,.custom-scroll::-webkit-scrollbar-thumb:hover{border:2px solid #606F76}html::-webkit-scrollbar-thumb:active,.custom-scroll::-webkit-scrollbar-thumb:active{background-color:#606f76}.custom-scroll--hover::-webkit-scrollbar-thumb{background-color:transparent;border-color:transparent}.custom-scroll--hover::-webkit-scrollbar-track{background-color:transparent}.custom-scroll--hover:hover::-webkit-scrollbar-thumb{background-color:#606f76}.custom-scroll--hover:hover::-webkit-scrollbar-track{background-color:#181e21}.custom-scroll--hide{scrollbar-width:none}.custom-scroll--hide::-webkit-scrollbar{display:none}ng-scrollbar.hide-scroll{--scrollbar-thumb-color: none;--scrollbar-track-color: none}app-participation-panel ng-scrollbar.scroll-y-offset-right div scrollbar-y{right:calc((1rem + var(--scrollbar-padding)) * -1)!important}.global-scrollblock{position:fixed;width:100%;overflow-y:scroll}[appScrollGradient]:before,[appScrollGradient]:after{content:"";position:absolute;left:0;right:0;height:80px;pointer-events:none;z-index:20;opacity:0;transition:opacity .2s ease-in-out}[appScrollGradient]:before{top:var(--scroll-gradient-top, 0);background:linear-gradient(0deg,#1d252900 50.36%,#1d2529)}[appScrollGradient]:after{bottom:0;background:linear-gradient(180deg,#1d252900 50.36%,#1d2529)}[appScrollGradient].has-scroll-top:before{opacity:1}[appScrollGradient].has-scroll-bottom:after{opacity:1}
