::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:5px}::-webkit-scrollbar-thumb{background:hsla(0,0%,39%,.4);border-radius:5px;border:1px solid rgba(0,0,0,.2)}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,39%,.6)}.dark ::-webkit-scrollbar-track{background:rgba(0,0,0,.3)}.dark ::-webkit-scrollbar-thumb{background:rgba(60,60,60,.8);border:1px solid rgba(0,0,0,.5)}.dark ::-webkit-scrollbar-thumb:hover{background:rgba(80,80,80,.9)}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,39%,.4) transparent}.dark *{scrollbar-color:rgba(60,60,60,.8) rgba(0,0,0,.3)}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px;border:1px solid #1a1a1a}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#3a3a3a;border:1px solid #2a2a2a}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#2a2a2a transparent}.dark .custom-scrollbar{scrollbar-color:#3a3a3a transparent}.chat-scrollbar::-webkit-scrollbar{width:6px}.chat-scrollbar::-webkit-scrollbar-track{background:transparent}.chat-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3a3a3a,#2a2a2a);border-radius:3px;opacity:.6}.chat-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4a4a4a,#3a3a3a);opacity:1}.chat-scrollbar-auto::-webkit-scrollbar-thumb{opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.chat-scrollbar-auto:hover::-webkit-scrollbar-thumb{opacity:.6}.chat-scrollbar-auto:hover::-webkit-scrollbar-thumb:hover{opacity:1}