@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dotdotdot{display:inline-block;width:24px;text-align:left;margin-left:2px}.dotdotdot span{display:inline-block;width:5px;height:5px;margin-right:2px;background:#09a7ec;border-radius:50%;animation:bounce 1.1s infinite both}.dotdotdot span:nth-child(2){animation-delay:.2s}.dotdotdot span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
