.chat-scroll-area{scrollbar-width:thin;scrollbar-color:transparent transparent}.chat-scroll-area:hover{scrollbar-color:hsl(var(--border))transparent}.chat-scroll-area::-webkit-scrollbar{width:8px}.chat-scroll-area::-webkit-scrollbar-track{background:0 0}.chat-scroll-area::-webkit-scrollbar-thumb{background-color:#0000;background-clip:padding-box;border:2px solid #0000;border-radius:4px}.chat-scroll-area:hover::-webkit-scrollbar-thumb{background-color:hsl(var(--border))}.chat-scroll-area::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground)/.5)}.chat-scroll-area::-webkit-scrollbar-thumb:active{background-color:hsl(var(--muted-foreground)/.7)}.dot-flashing{background-color:hsl(var(--foreground)/.6);width:6px;height:6px;color:hsl(var(--foreground)/.6);border-radius:5px;animation:1s linear .5s infinite alternate dot-flashing;position:relative}.dot-flashing:before,.dot-flashing:after{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{background-color:hsl(var(--foreground)/.6);width:6px;height:6px;color:hsl(var(--foreground)/.6);border-radius:5px;animation:1s infinite alternate dot-flashing;left:-12px}.dot-flashing:after{background-color:hsl(var(--foreground)/.6);width:6px;height:6px;color:hsl(var(--foreground)/.6);border-radius:5px;animation:1s 1s infinite alternate dot-flashing;left:12px}@keyframes dot-flashing{0%{background-color:hsl(var(--foreground)/.6)}50%,to{background-color:hsl(var(--foreground)/.2)}}.dot-flashing-small{background-color:hsl(var(--muted-foreground)/.6);border-radius:2px;width:4px;height:4px;animation:1s linear .5s infinite alternate dot-flashing;position:relative}.dot-flashing-small:before,.dot-flashing-small:after{content:"";background-color:hsl(var(--muted-foreground)/.6);border-radius:2px;width:4px;height:4px;display:inline-block;position:absolute;top:0}.dot-flashing-small:before{animation:1s infinite alternate dot-flashing;left:-8px}.dot-flashing-small:after{animation:1s 1s infinite alternate dot-flashing;left:8px}
