.dot-pulse{position:relative;animation:dotPulse 1.5s linear infinite;animation-delay:.25s}.dot-pulse,.dot-pulse:after,.dot-pulse:before{width:10px;height:10px;border-radius:50%;background-color:var(--primary);color:var(--primary)}.dot-pulse:after,.dot-pulse:before{content:"";position:absolute;top:0}.dot-pulse:before{left:-15px;animation:dotPulseBefore 1.5s linear infinite;animation-delay:0s}.dot-pulse:after{left:15px;animation:dotPulseAfter 1.5s linear infinite;animation-delay:.5s}@keyframes dotPulseBefore{0%{transform:scale(.6);opacity:.3}30%{transform:scale(1);opacity:1}60%,to{transform:scale(.6);opacity:.3}}@keyframes dotPulse{0%{transform:scale(.6);opacity:.3}30%{transform:scale(1);opacity:1}60%,to{transform:scale(.6);opacity:.3}}@keyframes dotPulseAfter{0%{transform:scale(.6);opacity:.3}30%{transform:scale(1);opacity:1}60%,to{transform:scale(.6);opacity:.3}}