  .hearken-left-fold-menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    .fold-menu {
      height: calc(100% - 52px);
      overflow-y: auto;
      overflow-x: hidden;
      border-bottom: 1px solid #EEF0F3;

      .ant-menu-item-selected {
        border-radius: 0;

        &::before {
          content: '';
          display: block;
          width: 2px;
          height: 100%;
          background-color: #1E89FF;
          position: absolute;
          left: 0;
          top: 0;
        }
      }
    }

    .btn-wrapper {
      padding: 10px;
      width: 100%;

      .collapse-btn {
        border: 0;
      }
    }
  }

  .ant-layout .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
    width: 100%;
  }