@keyframes dot-pulse{0%,to{transform:scale(.5);opacity:.4}50%{transform:scale(1.25);opacity:1}}.animate-dot-pulse{animation-name:dot-pulse;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}