.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background:rgb(var(--color-scrollbar-thumb))}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-border-strong))}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s ease}.custom-scrollbar:hover{scrollbar-color:rgb(var(--color-scrollbar-thumb)) transparent}