.bouncing-loader{display:flex;justify-content:left;margin:40px}.bouncing-loader>div{width:14px;height:14px;margin:3px 6px;border-radius:50%;background-color:#757575;opacity:1;animation:bouncing-loader .4s infinite alternate}@keyframes bouncing-loader{to{opacity:.4;transform:translateY(-8px)}}.bouncing-loader>div:nth-child(2){animation-delay:.1s}.bouncing-loader>div:nth-child(3){animation-delay:.2s}