/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/progress-bar/styles/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.show-inside-bar {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}

.gutentools-align-right .show-inside-bar {
  right: 20px;
}

.gutentools-align-left .show-inside-bar {
  left: 20px;
}

.gutentools-progress-bar-wrapper {
  position: relative;
}

.gutentools-progress-bar {
  position: relative;
  overflow: hidden;
}
.gutentools-progress-bar .gutentools-progress-bar-completed {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  width: 0;
  transition: all 0.3s;
}

/*# sourceMappingURL=style-index.css.map*/