@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.dot{animation:1.4s infinite blink}.dot-1{animation-delay:0s}.dot-2{animation-delay:.2s}.dot-3{animation-delay:.4s}@keyframes spin-smooth{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-smooth{animation:1s linear infinite spin-smooth}
