 #gin-toolbar-bar .toolbar-icon-redhen-dashboard::before {
	background: url("/sites/default/files/redhen.png")
		no-repeat center center;
	background-size: cover;
	border-radius: 8px;
	border: none !important;
	display: block;
	height: 32px !important;
	left: 50% !important;
	mask-image: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	width: 32px !important;
}

 #gin-toolbar-bar .toolbar-icon-system-dashboard::before {
	background: url("/sites/default/files/icon-dashboard-01.svg")
		no-repeat center center;
	background-size: cover;
	border-radius: 8px;
	border: none !important;
	display: block;
	height: 32px !important;
	left: 50% !important;
	mask-image: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	width: 32px !important;
}