.navbar-container {
  position: absolute;
  top: 0;
  bottom: 0;

  .navbar-collapse {
    width: 14px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    z-index: 1;
    cursor: pointer;

    .collapse-bg {
      transition: all 0.12s ease;
      -webkit-transition: all 0.12s ease;
      height: 66px;
      width: 0;
      right: auto;
      border-bottom: 8px solid transparent;
      border-right: none;
      border-left: 12px solid #ebebeb;
      border-top: 8px solid transparent;
    }

    .collapse {
      position: absolute;
      left: 0;
      top: 35%;
      right: auto;
    }
  }
}

.gpanel {
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    /deep/ .ant-tabs.ant-tabs-large .ant-tabs-extra-content {
      line-height: 36px;
    }
  }
}