.cmf-core-controls-visual-data-linear-gauge-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmf-core-controls-visual-data-linear-gauge-wrapper.blurred {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .gauge-display-container {
  -webkit-box-flex: 2;
          flex: 2;
  overflow: hidden;
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .gauge-display-container > canvas {
  width: 100%;
  height: 100%;
  margin: auto;
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .values-display-main-container {
  -webkit-box-flex: 3;
          flex: 3;
  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-linear-gauge-wrapper > .values-display-main-container > .value-and-units {
  -webkit-box-flex: 2;
          flex: 2;
  max-height: 66%;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .values-display-main-container > .value-and-units > .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-linear-gauge-wrapper > .values-display-main-container > .value-and-units > .text > .light-text {
  font-family: "open-sans-light";
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .values-display-main-container > .delta-and-percentage {
  -webkit-box-flex: 1;
          flex: 1;
  max-height: 33%;
  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%;
  max-width: 100%;
  border-radius: 4px;
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .values-display-main-container > .delta-and-percentage.animated {
  -webkit-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
}
.cmf-core-controls-visual-data-linear-gauge-wrapper > .values-display-main-container > .delta-and-percentage > .text {
  font-family: "open-sans-regular";
  text-align: center;
  white-space: nowrap;
}
