.loading-dots{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:40px;height:10px;margin-top:5px}.dot{width:5px;height:5px;border-radius:50%;-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite}.dot-1,.dot-2{background-color:#000}.dot-2{-webkit-animation-delay:.375s;animation-delay:.375s}.dot-3{-webkit-animation-delay:.75s;animation-delay:.75s}.dot-3,.dot-4{background-color:#000}.dot-4{-webkit-animation-delay:1.125s;animation-delay:1.125s}@-webkit-keyframes loading{0%{opacity:.2}25%{opacity:1}50%{opacity:.2}75%{opacity:.2}to{opacity:.2}}@keyframes loading{0%{opacity:.2}25%{opacity:1}50%{opacity:.2}75%{opacity:.2}to{opacity:.2}}