.app-header-title {
  margin-right: 12px;
  .logo {
    display: flex;
    align-items: center;
    line-height: normal;
    .ibuildingLogo {
      width: 83px;
      height: 20px;
      cursor: pointer;
    }
    .dividerLine {
      width: 1px;
      height: 20px;
      background-color: var(--fill-1);
      margin: 0 8px;
    }
    .rightText {
      font-size: 12px;
      height: 20px;
      line-height: 12px;
      cursor: pointer;
      .appTitle {
        color: var(--gray-13);
      }
      .subText {
        display: inline-block;
        color: var(--caption-font);
        transform: scale(0.4);
        margin: 0 -69px;
        position: relative;
        top: 0.4px;
        opacity: 0.5;
      }
    }
  }
}

.navRight {
  font-size: 14px;
  display: flex;
  align-items: center;
  .ant-btri-icon-box {
    font-size: 20px;
    cursor: pointer;
    margin-right: 16px;
    color: var(--caption-font);
  }
  .dividerLine {
    width: 1px;
    height: 20px;
    background-color: var(--fill-1);
    margin-right: 16px;
  }
  .userAvatar {
    background: url(../Icon/aydin.png) no-repeat;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    background-size: contain;
  }
  .userName {
    color: var(--body-font);
  }
}
