.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#4D6564;color:#4D6564;animation:dot-flashing 1s linear infinite alternate;animation-delay:.1s}.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:#4D6564;color:#4D6564}.dot-flashing:after{left:15px;animation:dot-flashing 1s infinite alternate;animation-delay:.2s}@keyframes dot-flashing{0%{background-color:#4D6564}50%,to{background-color:rgba(77,101,100,.2)}}