:global {
  .nbugs-pc-select-user-county-v3-contaniner {
    img::selection {
      background: transparent;
    }
    .ant-modal-body {
      width: 100%;
      height: 410px;
      overflow: hidden;
      padding: 0;
    }

    .select-user-body {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;

      @import (less) url('../../../components/SelectUserBodyLeft/index.less');
      @import (less) url('../../../components/SelectedUserList/index.less');
    }

    .ellipsis {
      word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;

      /*! autoprefixer: off */
      -webkit-box-orient: vertical;

      /* autoprefixer: on */
    }

    .ant-modal .ant-modal-content {
      width: 720px !important;
    }
  }
}
