.pulsing-dot{animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.3}to{transform:scale(1);opacity:1}}