// 弹出层
.udp-mobile-treeCommon-help {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;

  .panel-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.86);
    text-align: center;
    line-height: 24px;
    height: 44px;

    div:first-child {
      width: 100%;
    }
  }

  // 确认按钮
  .navBar-confirm-btn {
    color: var(--primary-color);
    font-weight: bold;
  }

  // 搜索栏
  .search-container {
    padding: 10px;
  }

  // 列表容器
  .udp-load-list {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    .empty {
      height: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  // 面包屑容器
  .breadcrumb-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 14px 0px;
    overflow-x: auto;

    .item-label {
      font-size: 12px;
      font-weight: bold;
      color: #008ee0;
      line-height: 16px;
      flex-shrink: 0;
    }

    .item-icon {
      color: #0006;
      font-weight: bold;
      margin: 0 8px 0 4px;
    }

    .scroll-area {
      display: flex;
      width: 80vw;
      overflow: scroll;
    }
  }

  .ant-spin-nested-loading {
    flex: 1;

    .ant-spin-container {
      display: flex;
      height: 100%;
    }
  }

  // 列表容器
  .udp-load-list {
    flex: 1;
    height: 100%;
    overflow-y: auto;
  }
}

// 表单子项
.udp-mobile-common-help-formItem {
  display: flex;
  align-items: center;
  width: 100%;

  .tag-container {
    flex: 1 1 auto;
    display: block;

    .ant-tag {
      position: relative;
      display: flex;
      align-items: center;
      border: none;
      background-color: #f5f5f5;
      padding: 1px 6px 1px 8px;
      margin: 0;
      color: rgba(0, 0, 0, 0.86);
      font-size: 12px;
      font-weight: bold;
      border-radius: 6px;
      white-space: normal;
      word-break: break-all;
      text-align: left;
    }

    .ant-tag-close-icon {
      margin-left: 6px;
      line-height: 1;

      .anticon {
        font-size: 16px !important;
      }
    }

    .placeholder {
      width: 100%;
      font-size: var(--font-size-base);
      color: var(--cscec-color-placeholder);
      text-align: left;
      min-height: 22px;
    }
  }

  .placeholder {
    white-space: nowrap;
    overflow: hidden;
  }
}
