@-webkit-keyframes progress{0%{width:0}}@keyframes progress{0%{width:0}}.gutenify--progress-bar--title-wrap{display:flex;justify-content:space-between}.gutenify--progress-bar--title-wrap .gutenify--progress-bar--percentage-text{color:var(--progress-bar--percent-text-color)}.gutenify--progress-bar--track{background-color:var(--progress-bar--background-bar-color);border:var(--progress-bar--border-size) solid var(--progress-bar--border-color);border-radius:var(--progress-bar--border-radius);box-sizing:border-box;overflow:hidden}.gutenify--progress-bar--handle{align-items:center;-webkit-animation:in-out 1s forwards;animation:in-out 1s forwards;background-color:var(--progress-bar--progress-bar-color);box-sizing:border-box;color:#fff;color:var(--progress-bar--percent-text-color);display:flex;justify-content:right;padding:0 5px}.gutenify--progress-bar--handle.gutenify--progress-bar--handle-animate{-webkit-animation:progress 1.5s ease-in 1;animation:progress 1.5s ease-in 1}.gutenify--progress-bar--handle .gutenify--progress-bar--percentage-text{display:none}
