body,html{scrollbar-width:thin;scrollbar-color:var(--foreground) #1a1a1a;scroll-behavior:smooth}body::-webkit-scrollbar,html::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background-color:var(--foreground);border-radius:10px;border:2px solid #1a1a1a;transition:background-color .3s ease}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background-color:#ffffffcc}#MessageForm #messageInputContent{scrollbar-width:thin;scrollbar-color:var(--border) transparent}#MessageForm #messageInputContent::-webkit-scrollbar{width:8px}#MessageForm #messageInputContent::-webkit-scrollbar-track{background:transparent;border-radius:10px}#MessageForm #messageInputContent::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px;border:1px solid var(--card)}#MessageForm #messageInputContent::-webkit-scrollbar-thumb:hover{background-color:var(--secondary-foreground)}#scroll-history{scrollbar-width:thin;scrollbar-color:var(--foreground) transparent}#scroll-history::-webkit-scrollbar{width:4px;height:4px}#scroll-history::-webkit-scrollbar-track{background:transparent}#scroll-history::-webkit-scrollbar-thumb{background-color:var(--foreground);border-radius:10px;transition:background-color .3s ease}#scroll-history::-webkit-scrollbar-thumb:hover{background-color:#ffffff88}.scroll-content-chat{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.scroll-content-chat::-webkit-scrollbar{width:6px}.scroll-content-chat::-webkit-scrollbar-track{background:transparent;border-radius:10px}.scroll-content-chat::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px;border:1px solid var(--card)}.scroll-content-chat::-webkit-scrollbar-thumb:hover{background-color:var(--secondary-foreground)}.scroll-hidden{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.scroll-hidden::-webkit-scrollbar{display:none}#scroll-user-profile{scrollbar-width:thin;scrollbar-color:var(--foreground) transparent}#scroll-user-profile::-webkit-scrollbar{width:1px;height:1px}#scroll-user-profile::-webkit-scrollbar-track{background:transparent}#scroll-user-profile::-webkit-scrollbar-thumb{background-color:var(--foreground);border-radius:5px;transition:background-color .3s ease}#scroll-user-profile::-webkit-scrollbar-thumb:hover{background-color:#ffffff88}.scroll-background-chat{scrollbar-width:auto;scrollbar-color:var(--border) transparent}.scroll-background-chat::-webkit-scrollbar{width:16px;height:16px}.scroll-background-chat::-webkit-scrollbar-track{background:transparent;border-radius:10px}.scroll-background-chat::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px;border:2px solid var(--card)}.scroll-background-chat::-webkit-scrollbar-thumb:hover{background-color:var(--secondary-foreground)}.loader{width:35px;height:35px;position:relative;display:flex;align-items:center;justify-content:center}.loader:before{border-radius:50%;border:3px solid #fff}.loader:after,.loader:before{content:"";box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%}.loader:after{border-radius:50%;border:3px solid transparent;border-top-color:#ff3d00;animation:rotation 1s linear infinite}.loader svg{width:70%;height:70%;position:relative;z-index:1}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}