.ui-progress__bar{position:relative;width:100%;height:7px;border-radius:5.5px;background-color:#62666e;overflow:hidden}.ui-progress__bar:before{content:"";position:absolute;top:0;left:0;display:block;width:var(--percent);height:100%;background-color:#ffa726;transition:width .2s ease}.ui-progress__title{font-size:18px;color:#000;margin-bottom:15px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}