.toolbar-icon-shiva-dashboard-dashboard::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f015" !important; /* Unicode voor 'fa-home' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-dashboard-reports::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f080" !important; /* Unicode voor 'fa-chart-bar' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}


.toolbar-icon-shiva-invoices::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f571" !important; /* Unicode voor 'fa-file-invoice' */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-products::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f290" !important; /* Unicode voor 'fa-cubes' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-purchases::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f53d" !important; /* Unicode voor 'fa-cash-register' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-relations::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f500" !important; /* Unicode voor 'fa-users' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-sales::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f07a" !important; /* Unicode voor 'fa-shopping-cart' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-tv::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f26c" !important; /* Unicode voor 'fa-television' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-website::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* 900 voor solid icons */
  content: "\f0ac" !important; /* Unicode voor 'fa-globe' bijvoorbeeld */
  font-size: 16px;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #787878;
  background-image: none !important;
  top: 0.6em !important;
}

.toolbar-icon-shiva-tv:active::before,
.toolbar-icon-shiva-tv.is-active::before,
.toolbar-icon-shiva-sales:active::before,
.toolbar-icon-shiva-sales.is-active::before,
.toolbar-icon-shiva-relations:active::before,
.toolbar-icon-shiva-relations.is-active::before,
.toolbar-icon-shiva-purchases:active::before,
.toolbar-icon-shiva-purchases.is-active::before,
.toolbar-icon-shiva-products:active::before,
.toolbar-icon-shiva-products.is-active::before,
.toolbar-icon-shiva-invoices:active::before,
.toolbar-icon-shiva-invoices.is-active::before,
.toolbar-icon-shiva-dashboard-dashboard:active::before,
.toolbar-icon-shiva-dashboard-dashboard.is-active::before,
.toolbar-icon-shiva-website:active::before,
.toolbar-icon-shiva-website.is-active::before {
  color: #000000;
}


#toolbar-administration {
  font-family: "Inter", sans-serif;
}

#toolbar-administration .toolbar-menu a:hover,
#toolbar-administration .toolbar-menu a:focus {
  color: hsl(41, 55%, 71%);
  background-color: rgba(255, 255, 255, 0.05);
}

#toolbar-administration .toolbar-menu a.is-active,
#toolbar-administration .toolbar-menu > li.menu-item--expanded:has(ul.toolbar-menu a.is-active) > a {
  color: hsl(41, 55%, 71%);
  font-weight: bold;
}

#toolbar-administration a.toolbar-icon-admin-toolbar-tools-help {
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/themes/custom/shiva/images/apple-touch-icon.png');
  background-repeat: no-repeat;
  opacity: 0.85;
  transition: opacity 0.2s;
  background-size: 24px 24px;
  background-position: center center;
}

#toolbar-administration a.toolbar-icon-admin-toolbar-tools-help::before {
  display: none !important;
}
#toolbar-administration a.toolbar-icon-admin-toolbar-tools-help:hover,
#toolbar-administration a.toolbar-icon-admin-toolbar-tools-help:focus {
  opacity: 1;
}

.toolbar-tray-horizontal .menu-item--expanded {
  background-color: transparent;
}
