.loadingComponent{margin:50px auto;width:70px;text-align:center;display:flex;justify-content:space-between}.loadingComponent>div{width:18px;height:18px;background-color:#333;border-radius:50%;animation:bouncedelay 1.4s ease-in-out infinite both}.loadingComponent .bounce1{animation-delay:-.32s}.loadingComponent .bounce2{animation-delay:-.16s}@keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}