.bs-progress-spinner{top:10px;right:15%;font-size:23px}.with-header .bs-progress-spinner{top:31px}.progress-container{position:relative}.bs-progress{width:100%;height:3px;overflow-x:hidden;position:absolute;top:calc(var(--header-height, 0) - 3px);z-index:1}.bs-progress .line{position:absolute;opacity:.4;background:var(--primary);width:150%;height:3px}.bs-progress .subline{position:absolute;background:var(--primary);height:3px}.bs-progress .inc{animation:progress_increase 2s infinite}.bs-progress .dec{animation:progress_decrease 2s .5s infinite}.field-progress.bs-progress{top:0;height:100%;border-radius:20px}.bs-progress .subline{height:100%}@keyframes progress_increase{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes progress_decrease{from{left:-80%;width:80%}to{left:110%;width:10%}}