.report_information_users .report-by-age{
  display: flex;
  place-content: space-between;
}

.report_information_users .link-report-by-age{
  font-size: 16px;
  color: #3C8DBC;
  font-weight: bold;
}

.report_information_users .value-report-by-age{
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.report_information_users .tab-pane{
  padding: 10px;
}

.report_information_users .select2 {
  width: 100%;
}

.report_information_users .title-table {
  display: flex;
  justify-content: space-between;
}

.report_information_users .title-table span {
  font-size: 17px;
  font-weight: bold;
}
