#indicators {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 1200px) {
  #indicators {
    flex-direction: column;
  }
}

#indicator-content {
  background-color: white;
  border-radius: 8px;
  padding: 15px 20px;
}

#overview {
  font-size: 18px;
  margin-bottom: 2px !important;
  font-weight: bold;
}

#chart-title {
  font-size: 16px;
  margin-bottom: 3px !important;
  font-weight: medium;
}

.indicator-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slash {
  max-width: 1px;
  padding: 0px;
}

.indicator-number-total {
  font-weight: bold;
  margin-bottom: 0px;
}

.description-indicator-total {
  font-size: 16px;
  margin-bottom: 0px;
}

.indicator-number {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}

.description-indicator {
  font-size: 14px;
  margin-bottom: 0px;
}

.indicator-number-small {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.description-indicator-small {
  font-size: 11px;
  margin-bottom: 0px;
}

.indicator-legend-box {
  gap: 10px;
  height: 17px;
  display: flex;
  align-items: center;
  margin: 6px 0px 12px 0px;
}

.indicator-legend {
  display: flex;
  align-items: center;
}

.legend-text {
  font-size: 11px;
  font-weight: 300;
  margin: 0px;
  color: #212529bf;
}

.indicator-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-content {
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #343A40;
}

.year-button {
  margin-right: 16px !important;
  font-size: 10px;
  padding: 2px 8px !important;
}

.tag {
  background-color: #6329561a;
  border: 1px solid #632956;
  color: #632956;
  font-weight: bold;
  margin-right: 16px !important;
  font-size: 10px;
  padding: 4px 10px !important;
}

.tag-chart {
  background-color: #21252914;
  border: 1px solid #212529bf;
  color: #212529bf;
  font-weight: bold;
  margin-right: 16px !important;
  font-size: 10px;
  padding: 2px 6px !important;
}

.time-visualization-content {
  flex-direction: column;
  gap: 15px;
}

.content-chart-wrapper {
  gap: 15px;
  --bs-gutter-x: 0;
}

.content-chart-box {
  background-color: white;
  border-radius: 8px;
  padding: 15px 20px;
}

.icon-indicator {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border-radius: 50%;
}

#loading-graphics {
  display: block !important;
}