.progress-bar .title{color:var(--alpha-white-color);line-height:5px}.progress-bar .progress-percentage{position:absolute;bottom:100%;right:0;padding:0;line-height:2.2;color:var(--alpha-white-color)}.progress-inner-text .progress-wrapper{height:auto}.progress-inner-text .title{line-height:inherit}.progress-inner-text .progress-percentage{top:50%;bottom:auto;right:1.5rem;line-height:1;transform:translateY(-50%)}.progress-inner-text.percent-end-progress .progress-percentage,.progress-inner-text.percent-end-title .progress-percentage{color:var(--alpha-white-color)}.percent-end-title .title+.progress-percentage{position:static;transform:none}.percent-end-bar .title-wrapper .progress-percentage{margin-left:auto}.progress-indicating .progress-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--alpha-white-color);border-radius:inherit;opacity:0;animation:progress-active 3s ease 0s infinite}.progress-animated .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:2em 2em;animation:progress-animated 1s linear infinite}