@keyframes dotPulse{0%{transform:scale(.9);opacity:.7}30%{transform:scale(1);opacity:1}60%{transform:scale(.9);opacity:.7}to{transform:scale(.9);opacity:.7}}.dot{width:20px;height:20px;background-color:#00bdd6;border-radius:50%;margin:0 5px;animation:dotPulse 1.5s ease-in-out infinite}.dot:first-child{animation-delay:-.5s}.dot:nth-child(2){animation-delay:-.25s}.container{display:flex;justify-content:center;align-items:center}