ad-nav {
  background-color: var(--anj-background);
  border-right: 1px solid var(--anj-border-dark);
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  top: 3rem;
  width: 13rem;
  z-index: 1030; }
  ad-nav[disabled] {
    display: none; }
  @media (max-width: 767.98px) {
    ad-nav {
      transform: translateX(-100%);
      transition: all 0.5s ease;
      z-index: 1020; }
      ad-nav[active] {
        box-shadow: 0 3px 7px var(--anj-shadow);
        transform: translateX(0); } }
  ad-nav nav {
    padding: 1rem; }
