.typing-pulse{display:flex;align-items:center;margin:0 1rem;font-size:14px;color:#8d8d8d;font-weight:500}.typing-text{animation:pulse 1.5s ease-in-out infinite}.dots{display:inline-flex;margin-left:2px}.dot{opacity:0;animation:dots 1.5s ease-in-out infinite}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes dots{0%,60%,to{opacity:0}30%{opacity:1}}