.cmf-core-controls-visual-data-circular-thermometer-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper.blurred {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper.vertical .thermometer-container {
  -webkit-box-flex: 3;
          flex: 3;
  width: 50%;
  margin: auto;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper.vertical .value-container {
  -webkit-box-flex: 1;
          flex: 1;
  max-height: 25%;
  min-height: 25%;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper .thermometer-container {
  -webkit-box-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper .thermometer-container > canvas {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 200px;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper > .value-container {
  -webkit-box-flex: 6;
          flex: 6;
  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-circular-thermometer-wrapper > .value-container > .value-text {
  font-family: "open-sans-semibold";
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper > .value-container > .value-text.animated {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  linear: 0s;
}
.cmf-core-controls-visual-data-circular-thermometer-wrapper > .value-container > .value-text > .light-text {
  font-family: "open-sans-light";
  -webkit-transform: scale(0.6) translateY(15%);
          transform: scale(0.6) translateY(15%);
}
