.secret code {
  background: #eeefe9;
}

.sidebar-link {
  height: 38px;
  border: 0;
  background: transparent;
  color: #aeb2ad;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  text-align: left;
}

.sidebar-link:hover {
  color: #fff;
  background: #34332f;
}

.sidebar-link svg {
  width: 17px;
  height: 17px;
}

.dash-nav a {
  height: 42px;
  color: #aeb2ad;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 5px;
}

.dash-nav a:hover {
  color: #fff;
  background: #34332f;
}

.dash-nav a svg {
  width: 17px;
  height: 17px;
}

.dash-nav {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #55524c transparent;
}

html,
body {
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .dash-main {
    max-width: 100%;
    overflow: hidden;
  }

  .page-head {
    display: block;
  }

  .head-actions,
  .page-head > .button {
    margin-top: 18px;
  }
}
