.custom-scrollbar::-webkit-scrollbar{height:2px;width:2px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;margin:4px 0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.08);border-radius:20px;transition:background-color .3s ease}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.08) transparent}.custom-scrollbar:hover{scrollbar-color:rgba(0,0,0,.15) transparent}@media (max-width:768px){.custom-scrollbar::-webkit-scrollbar{display:none}.custom-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}