.cont{max-width:100%;max-height:100%}@keyframes indeterminateAnimation-ltr{0%{transform:translateX(0) scaleX(0)}40%{transform:translateX(0) scaleX(.4)}to{transform:translateX(100%) scaleX(.5)}}@keyframes indeterminateAnimation-rtl{0%{transform:translateX(0) scaleX(0)}40%{transform:translateX(0) scaleX(.4)}to{transform:translateX(-100%) scaleX(.5)}}.progress-bar{height:4px;width:100%;overflow:hidden;position:absolute;top:-10px}[dir] .progress-bar{background-color:rgba(5,114,206,.2);border-radius:15px}.progress-bar-value{width:100%;height:100%}[dir] .progress-bar-value{background-color:var(--info)}[dir=ltr] .progress-bar-value{animation:indeterminateAnimation-ltr 1s linear infinite;transform-origin:0 50%}[dir=rtl] .progress-bar-value{animation:indeterminateAnimation-rtl 1s linear infinite;transform-origin:100% 50%}