.wave-loader{display:flex;justify-content:center;align-items:center}.wave{width:12px;height:12px;margin:0 5px;background-color:#fff;border-radius:50%;animation:wave .8s ease-in-out infinite}.wave:first-child{animation-delay:0s}.wave:nth-child(2){animation-delay:.2s}.wave:nth-child(3){animation-delay:.4s}@keyframes wave{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}