.cmf-core-controls-visual-data-vertical-bar-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper.blurred {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.cmf-core-controls-visual-data-vertical-bar-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper.vertical .bar-container {
  -webkit-box-flex: 3;
          flex: 3;
  width: 50%;
  margin: auto;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper.vertical .values-container {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 100%;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper.vertical .values-container .percentage-container {
  min-height: 60%;
  max-height: 60%;
  -webkit-box-pack: center;
          justify-content: center;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper.vertical .values-container .value-container {
  min-height: 40%;
  max-height: 40%;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .bar-container {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 50%;
  padding-left: 4%;
  padding-right: 4%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  position: relative;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .bar-container > .bar-fill {
  width: 100%;
  z-index: 3;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .bar-container > .bar-fill.animated {
  -webkit-transition: height 0.3s, background 0.5s;
  transition: height 0.3s, background 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .bar-container > .range {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  border-left: solid 4px;
  border-right: solid 4px;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .bar-container > .target-line {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 4px;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .values-container {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 50%;
  overflow: hidden;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .values-container .percentage-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  min-height: 25%;
  max-height: 25%;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .values-container .percentage-container.animated {
  -webkit-transition: color 0.5s linear 0s;
  transition: color 0.5s linear 0s;
}
.cmf-core-controls-visual-data-vertical-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-vertical-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-vertical-bar-wrapper .values-container .value-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  min-height: 25%;
  max-height: 25%;
}
.cmf-core-controls-visual-data-vertical-bar-wrapper .values-container .value-container > .text {
  font-family: "open-sans-regular";
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
