.dot-flashing{animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s;background-color:currentColor;border-radius:50%;color:currentColor;height:5px;position:relative;width:5px}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{animation:dot-flashing 1s infinite alternate;animation-delay:0s;left:-15px}.dot-flashing:after,.dot-flashing:before{background-color:currentColor;border-radius:50%;color:currentColor;height:5px;width:5px}.dot-flashing:after{animation:dot-flashing 1s infinite alternate;animation-delay:1s;left:15px}@keyframes dot-flashing{0%{background-color:currentColor}50%,to{background-color:#9880ff33}}
