.system-menu {
  margin-top: 20px;
}

.system-menu ul {
  margin-bottom: 20px;
}

.system-menu ul:last-child {
  margin-bottom: 0;
}

.site-name {
  display: block;
  padding: 14px 0;
  margin-left:-5px;
  color: #d7d9db;
}

.system-menu ul a {
  font-size: 13px;
}

.system-menu ul a:before {
  width: 16px;
  max-height: 16px;
  margin-right: 10px;
  justify-content: center;
  font-size: 16px;
  opacity: 0.5;
}

#global-sidebar > a, #global-sidebar *:not(.has-subnav) > a { transition:initial; }
