.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff;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:-15px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff}.dot-flashing:after{left:15px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#9880ff}50%,to{background-color:rgba(152,128,255,.2)}}.dot-flashing-2{position:relative;width:7px;height:7px;border-radius:5px;background-color:#9880ff;color:#9880ff;animation:dot-flashing-2 1s linear infinite alternate;animation-delay:.5s}.dot-flashing-2:after,.dot-flashing-2:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing-2:before{left:-12px;animation:dot-flashing-2 1s infinite alternate;animation-delay:0s}.dot-flashing-2:after,.dot-flashing-2:before{width:7px;height:7px;border-radius:5px;background-color:#9880ff;color:#9880ff}.dot-flashing-2:after{left:12px;animation:dot-flashing-2 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing-2{0%{background-color:#9880ff}50%,to{background-color:rgba(152,128,255,.2)}}