#metric-chart {
  height: 700px !important;
  width: 100% !important;
}

#metric-description {
  margin-top: 20px;
}

#news {
  margin-bottom: 20px;
}

#data_tables {
  box-sizing: border-box;
  margin-top: 20px;
  height: 600px;
  width: 100%;
  overflow: scroll;
}

#data_tables thead td {
  position: sticky;
  top: 0px;
  background-color: var(--primary-color);
}

#data_tables {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#data_tables::-webkit-scrollbar { 
  display: none;
}

.tabs {
  max-width: 300px;
  width: 100%;
}

.metric-heading-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}