/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
#root,
.root,
div,
section {
  --pf-primary-color: var(--wj-A1_1, #06aea6);
  --pf-primary-color-hover: var(--wj-A1_2, #1ac3bb);
  --pf-primary-color-active: var(--wj-A1_3, #4a9591);
  --pf-primary-1: var(--wj-A1_4, #e3f8f5);
  --pf-primary-2: #333030;
  --pf-primary-3: var(--wj-A1_1, #06aea6);
  --pf-primary-4: var(--wj-A1_2, #1ac3bb);
  --pf-primary-5: #0d0c0c;
  --pf-primary-6: var(--wj-A1_1, #06aea6);
  --pf-primary-7: #000000;
  --pf-success-color: #52c41a;
  --pf-success-color-hover: #73d13d;
  --pf-success-color-active: #389e0d;
  --pf-success-color-outline: rgba(82, 196, 26, 0.2);
  --pf-success-color-deprecated-bg: #f6ffed;
  --pf-success-color-deprecated-border: #b7eb8f;
  --pf-error-color: #ff4d4f;
  --pf-error-color-hover: #ff7875;
  --pf-error-color-active: #d9363e;
  --pf-error-color-outline: rgba(255, 77, 79, 0.2);
  --pf-error-color-deprecated-bg: #fff2f0;
  --pf-error-color-deprecated-border: #ffccc7;
  --pf-warning-color: #faad14;
  --pf-warning-color-hover: #ffc53d;
  --pf-warning-color-active: #d48806;
  --pf-warning-color-outline: rgba(250, 173, 20, 0.2);
  --pf-warning-color-deprecated-bg: #fffbe6;
  --pf-warning-color-deprecated-border: #ffe58f;
  --pf-info-color: var(--wj-A1_1, #06aea6);
  --pf-info-color-deprecated-bg: #403d3c;
  --pf-info-color-deprecated-border: #262424;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.pf-transfer-customize-list .pf-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}
.pf-transfer-customize-list .pf-table-wrapper .pf-table-small {
  border: 0;
  border-radius: 0;
}
.pf-transfer-customize-list .pf-table-wrapper .pf-table-small .pf-table-selection-column {
  width: 40px;
  min-width: 40px;
}
.pf-transfer-customize-list .pf-table-wrapper .pf-table-small > .pf-table-content > .pf-table-body > table > .pf-table-thead > tr > th {
  background: var(--wj-minorColor, #e7f9f7);
}
.pf-transfer-customize-list .pf-table-wrapper .pf-table-small > .pf-table-content .pf-table-row:last-child td {
  border-bottom: 1px solid #f0f0f0;
}
.pf-transfer-customize-list .pf-table-wrapper .pf-table-small .pf-table-body {
  margin: 0;
}
.pf-transfer-customize-list .pf-table-wrapper .pf-table-pagination.pf-pagination {
  margin: 16px 0 4px;
}
.pf-transfer-customize-list .pf-input[disabled] {
  background-color: transparent;
}
.pf-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: stretch;
}
.pf-transfer-disabled .pf-transfer-list {
  background: #f5f5f5;
}
.pf-transfer-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 200px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}
.pf-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}
.pf-transfer-list-search .anticon-search {
  color: #999;
}
.pf-transfer-list-header {
  display: flex;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 8px 12px 9px;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 3px 3px 0 0;
}
.pf-transfer-list-header > *:not(:last-child) {
  margin-right: 4px;
}
.pf-transfer-list-header > * {
  flex: none;
}
.pf-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}
.pf-transfer-list-header-dropdown {
  font-size: 14px;
  transform: translateY(10%);
  cursor: pointer;
}
.pf-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}
.pf-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
}
.pf-transfer-list-body-search-wrapper {
  position: relative;
  flex: none;
  padding: 12px;
}
.pf-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.pf-transfer-list-content-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  line-height: 20px;
  transition: all 0.3s;
}
.pf-transfer-list-content-item > *:not(:last-child) {
  margin-right: 8px;
}
.pf-transfer-list-content-item > * {
  flex: none;
}
.pf-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf-transfer-list-content-item-remove {
  color: #3b8fd9;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  color: #d1d1d1;
}
.pf-transfer-list-content-item-remove:focus,
.pf-transfer-list-content-item-remove:hover {
  color: #1a78b9;
}
.pf-transfer-list-content-item-remove:active {
  color: #1a78b9;
}
.pf-transfer-list-content-item-remove::after {
  position: absolute;
  top: -6px;
  right: -50%;
  bottom: -6px;
  left: -50%;
  content: '';
}
.pf-transfer-list-content-item-remove:hover {
  color: #1a78b9;
}
.pf-transfer-list-content-item:not(.pf-transfer-list-content-item-disabled):hover {
  background-color: #fffbe0;
  cursor: pointer;
}
.pf-transfer-list-content-item:not(.pf-transfer-list-content-item-disabled).pf-transfer-list-content-item-checked:hover {
  background-color: var(--pf-primary-color-active-deprecated-d-02);
}
.pf-transfer-list-content-show-remove .pf-transfer-list-content-item:not(.pf-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default;
}
.pf-transfer-list-content-item-checked {
  background-color: var(--pf-primary-1);
}
.pf-transfer-list-content-item-disabled {
  color: #999;
  cursor: not-allowed;
}
.pf-transfer-list-pagination {
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}
.pf-transfer-list-body-not-found {
  flex: none;
  width: 100%;
  margin: auto 0;
  color: #999;
  text-align: center;
}
.pf-transfer-list-footer {
  border-top: 1px solid #f0f0f0;
}
.pf-transfer-operation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-self: center;
  margin: 0 8px;
  vertical-align: middle;
}
.pf-transfer-operation .pf-btn {
  display: block;
}
.pf-transfer-operation .pf-btn:first-child {
  margin-bottom: 4px;
}
.pf-transfer-operation .pf-btn .anticon {
  font-size: 12px;
}
.pf-transfer .pf-empty-image {
  max-height: -2px;
}
.pf-transfer-rtl {
  direction: rtl;
}
.pf-transfer-rtl .pf-transfer-list-search {
  padding-right: 8px;
  padding-left: 24px;
}
.pf-transfer-rtl .pf-transfer-list-search-action {
  right: auto;
  left: 12px;
}
.pf-transfer-rtl .pf-transfer-list-header > *:not(:last-child) {
  margin-right: 0;
  margin-left: 4px;
}
.pf-transfer-rtl .pf-transfer-list-header {
  right: 0;
  left: auto;
}
.pf-transfer-rtl .pf-transfer-list-header-title {
  text-align: left;
}
.pf-transfer-rtl .pf-transfer-list-content-item > *:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.pf-transfer-rtl .pf-transfer-list-pagination {
  text-align: left;
}
.pf-transfer-rtl .pf-transfer-list-footer {
  right: 0;
  left: auto;
}
