.cmf-core-controls-visual-data-progress-bar-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmf-core-controls-visual-data-progress-bar-wrapper.blurred {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.cmf-core-controls-visual-data-progress-bar-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cmf-core-controls-visual-data-progress-bar-wrapper.horizontal > .bar-container {
  -webkit-box-flex: 1;
          flex: 1;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  margin: auto;
}
.cmf-core-controls-visual-data-progress-bar-wrapper.horizontal > .values-container {
  -webkit-box-flex: 1;
          flex: 1;
  width: 15%;
  max-width: 15%;
  margin: auto;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .bar-container {
  height: 35%;
  min-height: 35%;
  max-height: 35%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .bar-container.reduced-fragments-margin .bar-fragment {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .bar-container.increased-fragments-margin .bar-fragment {
  margin-left: 2%;
  margin-right: 2%;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .bar-container .bar-fragment {
  margin-left: 1%;
  margin-right: 1%;
  -webkit-box-flex: 1;
          flex: 1;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .bar-container .bar-fragment.animated {
  -webkit-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .values-container {
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .values-container > .percentage-container {
  -webkit-box-flex: 3;
          flex: 3;
  max-height: 60%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .values-container > .percentage-container > .text {
  font-family: "open-sans-semibold";
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .values-container > .percentage-container > .text.animated {
  -webkit-transition: color 0.5s linear 0s;
  transition: color 0.5s linear 0s;
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .values-container > .percentage-container > .text > .light-text {
  font-family: "open-sans-light";
  -webkit-transform: scale(0.6) translateY(15%);
          transform: scale(0.6) translateY(15%);
}
.cmf-core-controls-visual-data-progress-bar-wrapper > .values-container > .value-container {
  -webkit-box-flex: 2;
          flex: 2;
  max-height: 40%;
  font-family: "open-sans-regular";
  text-align: center;
  white-space: nowrap;
}
