#id_report_type option[value="ROI"],
  #id_report_type option[value="significant_threat"] 
  {
    font-weight: bold;
  } 
  #id_report_type optgroup 
  {
    font-weight: bold;
    color: var(--text-secondary);
    background-color: var(--bg-input);
  }
  #id_report_type optgroup option 
  {
    font-weight: normal;
    padding-left: 20px;
    background-color: var(--bg-input);
    color: var(--text-primary);
  }