@keyframes bounce{50%{transform:translateY(-4px)}}.loader{font-weight:600;text-align:center}.loaderDot{display:inline-block;width:6px;height:6px;margin-left:8px;background-color:#4fb645;border-radius:50%;animation:bounce .5s infinite}.loaderDot:nth-child(2){animation-delay:.1s}.loaderDot:nth-child(3){animation-delay:.2s}
