.spinner-gradient-text{background:linear-gradient(90deg,#161616,#585858 33%,#a5a5a5 66%,#d6d6d6);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;-webkit-text-fill-color:#0000;animation:spinner-gradient-slide 1.4s linear infinite;color:#0000}.mode-dark .spinner-gradient-text{background:linear-gradient(90deg,#fafafa,#d6d6d6 33%,#858585 66%,#696969);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;-webkit-text-fill-color:#0000;color:#0000}@keyframes spinner-gradient-slide{0%{background-position:100% 0}to{background-position:-100% 0}}.chat-typer-spinner{background-color:#0000;text-align:center;width:30px}.chat-typer-spinner>div{animation:sk-bouncedelay 1.4s ease-in-out infinite both;border-radius:100%;display:inline-block;height:10px;width:10px}.chat-typer-spinner .bounce1{animation-delay:-.32s}.chat-typer-spinner .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}