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

.report_apps .report-by-age a{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3C8DBC;
  font-weight: bold;
}

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

.report_apps .disable-link:hover{
  cursor: default;
}

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

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

.report_apps .select2 {
  width: 100%;
}

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

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

.report_apps .filter-name-of-phone{
  margin: 10px 0px;
}
