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

  // 全选按钮
  .help-selectAll {
    .adm-checkbox {
      --icon-size: 18px;
      --font-size: 14px;
      --gap: 8px;

      .adm-checkbox-content {
        color: var(--primary-color);
        font-weight: bold;
      }
    }
  }

  .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;
    padding: 4px 14px;
  }

  // 搜索栏
  .search-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 14px;

    .udp-search {
      flex: 1;
    }
  }

  .adm-tabs-content {
    padding: 0;
  }
}

// 表单子项
.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;
  }
}
