.loader{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;justify-content:center;width:100%}.loader-dots{line-height:1;position:relative;text-align:center}.loader-dot{animation:.4s linear var(--loader-dot-move-delay) infinite alternate oscillate-x;background:currentColor;border-radius:.3333rem;display:inline-block;height:.66667em;margin:0 .16667em;width:.66667em}.loader-dot:first-child{--loader-dot-move-delay:0s}.loader-dot:nth-child(2){--loader-dot-move-delay:.2s}.loader-dot:nth-child(3){--loader-dot-move-delay:.6s}@keyframes oscillate-x{0%{transform:translate(-80%) scale(1)}50%{transform:translate(0) scaleX(1.333)}to{transform:translate(80%) scale(1)}}
