html{--custom-scroll-width: 8px}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}
