.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.3) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(100,116,139,.3);border-radius:4px;-webkit-transition:background .2s;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.5)}.dark .custom-scrollbar{scrollbar-color:rgba(203,213,225,.2) transparent}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(203,213,225,.2)}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(203,213,225,.3)}