.docs-menu-wrapper {
  padding: 0 20px 10px 0;
  border-width: 0;

  .next-accordion-section-title {
    border: 0;
    background-color: transparent;
  }
  .next-accordion-section-content {
    background-color: transparent;
    font-size: 14px;
    padding: 0;
  }
  .next-accordion-section-title {
    //display: none;
  }
  .next-accordion-section > .next-accordion-section-content {
    padding-top: 0;
  }
}

@media (min-width: 750px) {
  .docs-menu-wrapper .next-accordion-section-title {
    display: none;
  }
  .docs-menu-wrapper .next-accordion-section-content {
    opacity: 1;
    height: auto;
  }
}

.docs-menu {
  &:first-child .pure-title {
    margin-top: 0;
  }
  &.active {
    .docs-menu-item {
      // border-right-width: 2px;
      &:after {
        transform: scaleY(1);
      }
    }
  }
}

.docs-menu-item {
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  padding: 10px 10px 10px 20px;
  //margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  //transition: all ease-out 0.3s;
  border-radius: 4px;
  margin-bottom: 1px;

  &.depth-0.pure-title {
    padding: 10px 10px 10px 10px;
  }

  &.pure-title {
    cursor: text;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 0;
    &:hover {
      color: #333;
      background: transparent;
      box-shadow: none;
    }
  }
  .docs-menu-item-title {
  }
}

.docs-menu.active .docs-menu-item,
.docs-menu-item:hover {
  color: #fff;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.1);
  background-color: #339eff;
  background: linear-gradient(to right, #1b73ff, #4ac8ff);
}
