.nbugs-pc-select-user-county-v3-search {
  :global {
    height: 32px;
    margin-top: 14px;

    @dominant-hue: var(--nbugsSelectUserCounty-dominantHue);

    .ant-input-affix-wrapper {
      width: 100%;
      background: #fff;
    }

    .ant-input-suffix {
      .ant-input-search-icon {
        margin-left: 10px;
      }
    }

    .nbugs-select-user-search-result {
      position: absolute;
      top: 102px;
      bottom: 0;
      left: 24px;
      right: 24px;
      z-index: 3;
      background: #fff;
      overflow: hidden;

      .search-result-body-tip {
        width: 100%;
        display: flex;
        flex-direction: row;
        font-size: 12px;
        margin: 6px 5px 16px 11px;

        .tip-text {
          color: #9d9da1;
          line-height: 17px;
          margin-left: 8px;
          width: 90%;
        }

        & > i {
          padding-top: 2px;
          color: #1785ec;
          font-size: 15px;
        }
      }

      .ant-spin-show-text {
        position: relative;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .ant-spin-container,
      .ant-spin-nested-loading,
      .ant-spin-nested-loading > div {
        width: 100%;
        height: 100%;
      }

      .nbugs-select-user-search-empty {
        width: 100%;
        height: 70%;
        & > div {
          position: relative;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
          color: #666;
          font-size: 14px;
          line-height: 20px;
          text-align: center;
        }
      }

      .search-result-body {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 10px;

        .ant-collapse-borderless > .ant-collapse-item {
          border-bottom: none;
        }

        .ant-collapse-header {
          color: #595959;
          font-size: 12px;
          line-height: 17px;
          padding: 8px 11px;
          border-bottom: 1px solid #ececec;
        }

        .ant-collapse-content-box {
          padding-left: 11px;
          padding-right: 11px;
          padding-bottom: 0;
        }

        .tip {
          color: #959595;
          font-size: 12px;
          line-height: 18px;
          margin-top: 10px;
        }

        .search-result-body-card {
          margin-top: 15px;

          .search-result-body-card-item {
            width: 100%;
            display: flex;
            flex-direction: row;
            margin-bottom: 17px;

            .search-result-item-checkbox {
              width: 16px;

              .ant-checkbox-checked {
                &::after {
                  border: 1px solid @dominant-hue;
                }
                .ant-checkbox-inner {
                  background-color: @dominant-hue;
                  border-color: @dominant-hue;
                }
              }
            }

            .info-wrap {
              margin-left: 8px;
              width: 100%;

              .name {
                color: #2e2e2e;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 2px;
                .high-lighted {
                  color: @dominant-hue;
                }
                .suffix {
                  color: #999;
                }
              }
              .other-info {
                width: 96%;
                color: #959595;
                font-size: 12px;
                line-height: 17px;
              }
            }
          }
        }
      }
    }

    .deleteWrap {
      display: inline-flex;
      border-right: 1px solid #d8d8d8;
      padding-right: 10px;

      img {
        width: 14px;
        height: 14px;
        cursor: pointer;
      }
    }
  }
}
