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