/* Add icon for the "Needs Review" tab */
#toolbar-link-view-workbench_needs_review-page_1::before {
  background-image: url(/modules/custom/ucl_utility/images/icons/787878/iconmonstr-id-card-4.svg);
}

#toolbar-link-view-workbench_needs_review-page_1.is-active::before {
  background-image: url(/modules/custom/ucl_utility/images/icons/000000/iconmonstr-id-card-4.svg);
}
