@charset UTF-8;::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(100,100,100,.5);border-radius:10px;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:rgba(100,100,100,.5)}*{scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.5) #2e2e2e}body{-webkit-overflow-scrolling:touch}.scrollable{overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.5) #2e2e2e}