.dots-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 10px}.dot{height:20px;width:2px;margin-right:4px;animation:pulse 1.5s ease-in-out infinite}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}.dot:nth-child(4){animation-delay:.3s}.dot:nth-child(5){animation-delay:.5s}@keyframes pulse{0%{background-color:#00bcff;opacity:.2}50%{background-color:#00bcff;opacity:1}to{transform:scale(.8);background-color:#00bcff;opacity:.2}}