@keyframes animation{10%{transform:scaleY(.3)}30%{transform:scaleY(1)}60%{transform:scaleY(.5)}80%{transform:scaleY(.75)}to{transform:scaleY(.5)}}.playing{position:relative;display:flex;justify-content:space-between;width:13px;height:13px}.animation-bar{animation:animation 2.2s ease infinite alternate}.animation-bar,.animation-bar-not-playing{width:3px;height:100%;background-color:var(--primary);border-radius:3px;content:"";transform-origin:bottom}.animation-bar-not-playing:nth-child(2),.animation-bar-not-playing:nth-child(3){animation-delay:0}.animation-bar:nth-child(2){animation-delay:-2.2s}.animation-bar:nth-child(3){animation-delay:-3.7s}