.cmf-core-controls-visual-data-circular-progress-bar-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper.blurred {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container .circular-bar-container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container .circular-bar-container > canvas {
  width: 100%;
  height: 100%;
  margin: auto;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container > .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;
  overflow: hidden;
  z-index: 1;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container > .values-container > .percentage-container {
  width: 100%;
  max-height: 25%;
  min-height: 25%;
  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-circular-progress-bar-wrapper .main-container > .values-container > .percentage-container.only-percentage {
  -webkit-box-pack: center;
          justify-content: center;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container > .values-container > .percentage-container.animated {
  -webkit-transition: color 0.5s linear 0s;
  transition: color 0.5s linear 0s;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container > .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-circular-progress-bar-wrapper .main-container > .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-circular-progress-bar-wrapper .main-container > .values-container > .value-container {
  width: 100%;
  max-height: 25%;
  min-height: 25%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container > .values-container > .value-container > .text {
  font-family: "open-sans-regular";
  text-align: center;
  white-space: nowrap;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container.half-circle {
  height: 160%;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container.half-circle .values-container .percentage-container {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.cmf-core-controls-visual-data-circular-progress-bar-wrapper .main-container.half-circle .values-container .percentage-container.only-percentage {
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
