.pulsatingDot{border-radius:50%;width:13px;height:13px;animation:1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite pulseDot}.pulsatingDot:before{animation:1.25s cubic-bezier(.215,.61,.355,1) infinite pulseRing}@keyframes pulseRing{0%{transform:scale(.5)}80%,to{opacity:0}}@keyframes pulseDot{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}
