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}.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}