.dot-flashing{position:relative;width:30px;height:30px;border-radius:50%;background-color:var(--accent);color:var(--accent);animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-45px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:30px;height:30px;border-radius:50%;background-color:var(--accent);color:var(--accent)}.dot-flashing:after{left:45px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:var(--accent)}50%,to{background-color:rgba(3,152,252,.5)}}