.userspatialsection {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 30px 30px;
}

.userspatialsection .spatialLabelsAndCharts {
  display: flex;
  width: 100%;
}

.userspatialsection .spatialLabelsAndCharts .spatialLabelsContainer {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.userspatialsection .spatialLabelsAndCharts .spatialChartContainer {
  display: flex;
  width: calc(100% - 230px);
  flex-direction: column;
}

.userspatialsection .spatialLabelsAndCharts .spatialLabel {
  font-family: 'Metropolis Regular';
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 2.32px;
  text-align: left;
  color: #333333;
  flex-grow: 1;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
}

.userspatialsection .spatialLabelsAndCharts.hide {
  display: none;
}

.userspatialsection .indexContainer {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}

.userspatialsection .indexContainer .indexTitle {
  font-family: 'Metropolis Regular';
  line-height: 1.21;
  letter-spacing: 4.32px;
  color: #333333;
  font-size: 18px;
  background-color: #c8c8c7;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userspatialsection .indexContainer .indexValue {
  font-family: 'Metropolis Regular';
  font-weight: normal;
  line-height: 1.2;
  font-size: 80px;
  color: #0eb5fe;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 52px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.userspatialsection .indexContainer.hide {
  display: none;
}