.flex-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 8px;
}

.filter-span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.filter-span span {
  color: #1F5BB4;
  font-weight: bold;
  font-size: 14px;
  margin-left: 3px;
}

.data-display {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background-color: white;
}
