.loading-dots{display:flex;justify-content:space-between;width:150px}.dot{width:20px;height:20px;background-color:#ebf8fc;border-radius:50%;animation:bounce 1s infinite}#dot1{animation-delay:0s}#dot2{animation-delay:.15s}#dot3{animation-delay:.2s}#dot4{animation-delay:.25s}@keyframes bounce{0%,to{transform:translateY(0);opacity:.25}50%{transform:translateY(-20px);opacity:1}}