.scrollbar-custom::-webkit-scrollbar{width:20px;height:20px}.scrollbar-custom::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.scrollbar-custom::-webkit-scrollbar-thumb{background:#66C076;border-radius:6px}.scrollbar-custom::-webkit-scrollbar-thumb:hover{background:#34AD74}.scrollbar-custom{scrollbar-width:auto;scrollbar-color:#66C076 #f1f5f9}.dark .scrollbar-custom::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.dark .scrollbar-custom::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.dark .scrollbar-custom::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.dark .scrollbar-custom{scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}