fast-maturity-scale {
  width: 250px;
  height: 350px;
  display: flex;
  flex-direction: column;
  background-image: url("../../images/cloud-health/scale-bg.png");
  background-size: 100% 100%;
  padding: 20px 10px 10px 10px;
}

fast-maturity-scale .maturity-scale-label-row {
  width: 100%;
  height: 50px;
  background-color: #0b1d4b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}

fast-maturity-scale .divider {
  width: 100%;
  flex-grow: 1;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-end;
  padding: 5px;
  color: #0b1d4b;
}

fast-maturity-scale .marker {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  font-size: 2rem;
  color: #00C1D5;
}

.axis-line {
  background-color: #8fbdc3;
  flex-grow: 1;
}

.axis-line.horizontal {
  height: 2px;
}

.axis-line.vertical {
  width: 2px;
}

.comparison-maturity-label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-maturity-labelWrapper {
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 90%;
}

.comparison-maturity-label div {
  text-align: center;
}

.comparison-maturity-placeholder {
  flex-shrink: 0;
  height: 50px;
  margin-top: 10px;
}

.color-teal {
  color: #8fbdc3;
}

.maturity-legend {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 10px;
  border: 1px #565656 solid;
  border-radius: 4px;
}