/* Admin CSS */
:root {
  --neda-red: #23255a;
}

.neda-admin-bar .icon-link {
	background: var(--neda-red);
}

.neda-admin-bar-button > a {
  position: relative;
}

#wpadminbar .neda-admin-bar-button > a:before {
  content: '';
  display: inline-block !important;
  width: 50px;
  height: 25px;
  background: url('../images/logo-small.png') center/contain no-repeat !important;
}

.neda-admin-bar-icon {
  display: none;
}