.zbx-collapse {
  &-right {
    transition: 0.3s;
  }
  &-active {
    transform: rotate(90deg);
  }
  .adm-list-body {
    border: none;
  }
  .adm-list-body-inner {
    .adm-list-item {
      &:active:not(.adm-list-item-disabled) {
        background-color: #fff;
      }
    }
    > a {
      .adm-list-item-content-main {
        color: #333;
        font-weight: 500;
        font-size: 16px;
      }
    }
    > div {
      .adm-list-item-content {
        color: #666;
        font-size: 14px;
        border-top: none;
      }
    }
  }
}
