.sc-gauge {
  width: 100px;
  height: 60px;
}
.sc-background {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-color: #d5d5d5;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  text-align: center;
}
.sc-mask {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  height: 80px;
  background-color: #fff;
  border-radius: 150px 150px 0 0;
}
.sc-percentage {
  position: absolute;
  top: 100px;
  left: -200%;
  width: 400%;
  height: 400%;
  margin-left: 100px;
  background-color: #0f4090;
}
.sc-percentage {
  transform: rotate(120deg);
  transform-origin: top center;
}
.sc-min {
  float: left;
}
.sc-max {
  float: right;
}
.sc-value {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 1400px) {
  .sc-gauge {
    width: 200px;
    height: 130px;
  }
}
