left-aside {
  display: block;
  position: relative;
  background: var(--leftAside-background, #142531 radial-gradient(253.5px 317px at -100px center, rgba(0, 200, 193, 0.3), rgba(20, 37, 49, 0.3)));
  user-select: none;
  z-index: 1000;

  &::before {
    content: '';
    background: linear-gradient(to top, rgba(0, 200, 193, 0.3), rgba(20, 37, 49, 0.3));
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .span-icons {
    float: right;
    margin-top: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .icon_shrink {
    display: block;
    color: white;
    font-size: 20px;
    text-align: center;
  }

  .shrink .span-icons {
    position: absolute;
    right: -12px;
    top: 14px;
    height: 12px;
    box-sizing: content-box;
    width: 0;
    margin: 0;
    border-left: 12px solid var(--leftAsideRightHeader-color, #142531);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .icon_expand {
    display: block;
    width: 4px;
    height: 12px;
    color: white;
    margin-left: -8px;
  }

  aside {
    display: flex;
    flex-direction: column;
    width: 210px;
    height: 100%;
    position: relative;

    &.shrink {
      width: 75px;
    }
  }

  .menu {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 0;

    .icons {
      height: 15px;
      width: 15px;
      margin-right: 16px;
    }
  }

  .menu-other {
    overflow-y: auto;
    flex: 1;
    padding: 10px 0;
  }

  .line {
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin: 0 25px;
  }

  .menu-tools {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;

    li {
      padding: 0 !important;
      text-align: center;
      width: 145px;
      height: 30px;
      border: solid 1px rgba(255, 255, 255, .5);
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    a {
      padding: 0 !important;
      font-size: 14px;
      line-height: 14px;

      .icon-dr {
        margin-right: 12px;
      }
    }
  }

  .menu > li {
    line-height: 51px;
    white-space: nowrap;
    color: white;
    box-sizing: border-box;

    span {
      &:first-child {
        font-size: 22px;
        width: 18px;
        height: 18px;
      }

      &:last-child {
        font-size: 14px;
      }
    }

    &.must {
      .title {
        font-size: 15px;
      }
    }

    > header {
      position: relative;

      > .arrow {
        display: inline-block;
        width: 5px;
        height: 14px;
        position: absolute;
        left: 180px;
        margin-top: 20px;
        transition: transform .2s;
      }

      > .arrow-down {
        transform: rotate(90deg);
      }
    }

    > ul {
      margin-bottom: 0;
    }
  }

  .menu > li > header,
  .menu-tools li {
    padding-left: 25px;
  }

  .menu > li a {
    display: block;
    color: white;
    padding: 0 18px;
    width: 100%;
  }

  .add-menu a{
    margin-top: 20px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0!important;

    i {
      display: block;
      width: 145px;
      height: 34px;
      border: #00c8c1 1px dashed;
      border-radius: 3px;
      line-height: 29px;
      font-size: 24px;
      color: #00c8c1;
      font-style: normal;
    }
  }

  .menu > li.withoutChild.active .title {
    color: var(--global-menu-without-bgactive, #00C2B1);
  }

  .normal .menu > li:not(.active) .subMenu, .shrink .menu > li:not(:hover) .subMenu {
    height: 0 !important;
  }

  .menu {
    &.dragging > li > * {
      pointer-events: none;
    }

    > li {
      transition: all .2s;
      outline: 2px dashed rgba(0, 0, 0, 0);

      &.active {
        span:nth-child(2) {
          color: var(--global-left-side-bgspan, white);
        }
      }

      &.dragging {
        opacity: .5;
      }

      &.dragover {
        outline-color: rgba(0, 0, 0, .5);
      }
    }
  }

  .subMenu {
    overflow: hidden;
    margin-left: 27px;
    border-radius: 5px 0 0 5px;
    background-color: var(--leftAside-subMenu-bgColor, rgba(255, 255, 255, 0.07));

    & > li {
      width: 145px;
      height: 30px;
      line-height: 30px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      margin: 15px 16px 0 12px;
      font-size: 13px;

      &:hover,
      &.active {
        background-color: var(--global-left-side-bgli, #00C2B1);

        a {
          color: var(--global-left-side-bgspan, white);
        }
      }
    }
  }

  .normal .subMenu {
    transition: height .2s;
  }

  .shrink .menu > li {
    &:hover {
      background: #213442;

      > header {
        &::before {
          content: "";
          display: inline-block;
          width: 5px;
          background: var(--global-theme-color-heavy, #00C8C1);
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
        }
      }
    }

    .subMenu {
      width: 170px;
      background: #213442;
      position: absolute;
      left: 75px;
      z-index: 999;
      margin-top: -51px;
      margin-left: 0;
      border-radius: 0 5px 5px 0;

      > li {
        &::before {
          content: none;
        }
      }
    }
  }

  .sharp-logo {
    background-color: var(--leftAsideRightHeader-color, #142531);
    height: 53px;
    line-height: 53px;
    font-weight: bolder;
    color: white;
    padding: 0 20px 0 27px;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
  }

  .icon-logo {
    display: inline-block;
    width: var(--leftAside-customerLogo-width, 104px);
    height: var(--leftAside-customerLogo-height, 15px);
    vertical-align: sub;

    i {
      display: inline-block;
      height: 15px;
    }

    i.icon-logo-up {
      width: 61px;
      background: url(~@images/eoi_logo_left.svg) no-repeat;
      display: none !important;
    }

    i.icon-logo-down {
      width: 43px;
      background: url(~@images/look_white.svg) no-repeat;
      display: none !important;
    }

    i.icon-logo-customer {
      background: url(~@images/eoi_logo_left.svg) no-repeat;
      width: 130px;
      height: 30px;
      transform: scale(0.85);
      position: absolute;
      left: 20px;
      top: 11px;
      display: block !important;
      background-size: contain;
    }
  }

  .shrink .icon-logo {
    display: inline-block;
    width: 48px;
    height: 25px;
    margin: 15px 0 0 -11px;
    line-height: 0;

    i {
      width: 29px;
      height: 29px;
      background: url(~@images/foundersc_logo.svg) no-repeat;
      background-size: cover;
      top: 11px;
      left: 20px;
      position: absolute;
    }

    i.icon-logo-up {
      background-size: contain;
      margin-left: -2px;
    }

    i.icon-logo-down {
      background-size: contain;
    }
  }


  .shrink .add-menu i {
    width: 34px;
  }

  .shrink .menu-tools li{
    width: 30px;

    a span{
      margin: 0 0 0 2px;
    }
  }

  .icon-overview {
    font-size: 18px;
    margin: 0 18px 0 -2px;
  }

  .searchitem {
    padding: 8px 25px;
    line-height: 1 !important;
    font-size: 14px !important;

    input {
      width: 100%;
      padding: 0 12px;
      line-height: 26px;
      height: 28px; // IE 11
      border-radius: 99px;
      background: rgba(255, 255, 255, 0.1);
      color: #00C8C1;
      border: 1px solid rgba(0, 200, 193, 0.5);
      transition: color .15s, border-color .15s;
      outline: 0;

      &::placeholder {
        color: currentColor;
      }

      &:focus {
        color: white;
        border-color: currentColor;
      }
    }
  }

  .appitem {
    &.ng-leave {
      height: 51px;
    }

    &.ng-leave.ng-leave-active,
    &.ng-move,
    &.ng-enter {
      height: 0;
      opacity: 0;
      transform: scale(.5);
    }
  }
}
