.Ping{display:flex;align-items:center;justify-content:center}.Ping__heartbeat{position:absolute;width:-moz-fit-content;width:fit-content;background-color:#27a829;border-radius:40px;width:1rem;height:1rem;opacity:.75;animation:ping 1.25s cubic-bezier(0,0,.2,1) infinite}.Ping__dot{position:relative;width:-moz-fit-content;width:fit-content;background:#27a829;border-radius:40px;width:.75rem;height:.75rem}@keyframes ping{75%,to{transform:scale(2);opacity:0}}