.custom-scroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background:transparent}.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px;transition:background-color .2s ease}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}