
/* Manage => Template */
.toolbar-icon-menu-link-content75ba1018-4a20-4042-8fb7-af4b9b4c324e:before{
    background-image: url('../image/template.svg');
}
/* Manage => User Manuel Video */
.toolbar-icon-menu-link-content513f9ca7-918a-43b3-bdc7-cede227d5a9d:before{
    background-image: url('../image/video.svg');
}

/* Workbench => Darft */
a[data-drupal-link-system-path='admin/workbench/draft']:before{
  background-image: url('../image/draft.svg');
}

/* Workbench => First Review */
a[data-drupal-link-system-path='admin/workbench/1st-review']:before{
  background-image: url('../image/review1.svg');
}

/* Workbench => Second Review */
a[data-drupal-link-system-path='admin/workbench/2nd-review']:before{
    background-image: url('../image/review-2.svg');
}

/* for admin theme top menu hidden child */
.menu-item--expanded > span:only-child {
	display:none
}