.custom-scrollbar::-webkit-scrollbar{width:3px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(59,130,246,.3),rgba(99,102,241,.3));border-radius:1.5px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(59,130,246,.5),rgba(99,102,241,.5))}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(59,130,246,.2),rgba(99,102,241,.2))}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(59,130,246,.4),rgba(99,102,241,.4))}