.pow-progress-bar{--pow-bar-color: #1976d2;width:100%;height:4px;background:rgba(0,0,0,.12);border-radius:2px;overflow:hidden;position:relative}.pow-progress-bar-indicator{position:absolute;top:0;bottom:0;left:0;width:40%;background:var(--pow-bar-color);border-radius:2px;animation:pow-indeterminate 1.8s infinite ease-in-out}@keyframes pow-indeterminate{0%{left:-40%}100%{left:100%}}