.progress.linear{height:var(--spacing-1);overflow:hidden;position:relative}.progress.linear .bg{opacity:.1;width:100%}.progress.linear .bar,.progress.linear .bg{background-color:var(--bg-color,var(--app-color-primary));height:100%;left:0;position:absolute;top:0}.progress.linear .bar{animation:indeterminate 1.5s infinite;animation-timing-function:cubic-bezier(.4,0,.2,1);width:50%}.progress.linear:hover{cursor:wait}@keyframes indeterminate{0%{transform:translate(-120%)}to{transform:translate(220%)}}
