.spinner-container{display:flex;justify-content:center;align-items:center;height:60px}.bar{background-color:rgb(15,118,110);height:40px;width:6px;margin:0 2px;border-radius:2px;animation:bounce 1.2s ease-in-out infinite}.bar:nth-child(2){animation-delay:-1.1s}.bar:nth-child(3){animation-delay:-1s}.bar:nth-child(4){animation-delay:-.9s}.bar:nth-child(5){animation-delay:-.8s}@keyframes bounce{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.spinner-container.small{height:20px}.spinner-container.small .bar{height:16px;width:3px;margin:0 1px}