/* 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;
}
.pf-tree-operation-menu {
  padding: 0;
}
.pf-tree-operation-menu .pf-dropdown-menu-item {
  padding: 9px 6px;
  min-width: 100px !important;
  text-align: center;
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.pf-select-tree-checkbox {
  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;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.pf-select-tree-checkbox-wrapper:hover .pf-select-tree-checkbox-inner,
.pf-select-tree-checkbox:hover .pf-select-tree-checkbox-inner,
.pf-select-tree-checkbox-input:focus + .pf-select-tree-checkbox-inner {
  border-color: var(--pf-primary-color);
}
.pf-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--pf-primary-color);
  border-radius: 3px;
  visibility: hidden;
  content: '';
}
.pf-select-tree-checkbox:hover::after,
.pf-select-tree-checkbox-wrapper:hover .pf-select-tree-checkbox::after {
  visibility: visible;
}
.pf-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 2px solid #b3b3b3;
  border-radius: 3px;
  border-collapse: separate;
  transition: all 0.3s;
}
.pf-select-tree-checkbox-inner::after {
  position: absolute;
  top: 36%;
  left: 14.5%;
  display: table;
  width: 5.5px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.pf-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.pf-select-tree-checkbox-checked .pf-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.pf-select-tree-checkbox-checked svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 10px;
  color: #fff;
}
.pf-select-tree-checkbox-checked .pf-select-tree-checkbox-inner {
  background-color: var(--pf-primary-color);
  border-color: var(--pf-primary-color);
}
.pf-select-tree-checkbox-checked .pf-checkbox-inner .anticon {
  display: block !important;
}
.pf-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.pf-select-tree-checkbox-disabled.pf-select-tree-checkbox-checked .pf-select-tree-checkbox-inner::after {
  border-color: #999;
  animation-name: none;
}
.pf-select-tree-checkbox-disabled .pf-select-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.pf-select-tree-checkbox-disabled .pf-select-tree-checkbox-inner {
  background-color: #e8e8e8;
  border-color: #b3b3b3 !important;
}
.pf-select-tree-checkbox-disabled .pf-select-tree-checkbox-inner svg {
  color: #b3b3b3;
}
.pf-select-tree-checkbox-disabled .pf-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.pf-select-tree-checkbox-disabled + span {
  color: #999;
  cursor: not-allowed;
}
.pf-select-tree-checkbox-disabled:hover::after,
.pf-select-tree-checkbox-wrapper:hover .pf-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.pf-select-tree-checkbox-wrapper {
  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';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.pf-select-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.pf-select-tree-checkbox-wrapper.pf-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.pf-select-tree-checkbox-wrapper + .pf-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.pf-select-tree-checkbox + span {
  padding-right: 10px;
  padding-left: 10px;
}
.pf-select-tree-checkbox-group {
  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';
  display: inline-block;
}
.pf-select-tree-checkbox-group-item {
  margin-right: 30px;
}
.pf-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.pf-select-tree-checkbox-group-item + .pf-select-tree-checkbox-group-item {
  margin-left: 0;
}
.pf-select-tree-checkbox-indeterminate .pf-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: var(--pf-primary-color);
}
.pf-select-tree-checkbox-indeterminate .pf-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--pf-primary-color);
  border: 0;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 2px;
  opacity: 1;
  content: ' ';
}
.pf-select-tree-checkbox-indeterminate.pf-select-tree-checkbox-disabled .pf-select-tree-checkbox-inner::after {
  background-color: #999;
  border-color: #b3b3b3;
}
.pf-tree-select-dropdown {
  padding: 8px 0;
}
.pf-tree-select-dropdown-rtl {
  direction: rtl;
}
.pf-tree-select-dropdown .pf-select-tree {
  border-radius: 0;
}
.pf-tree-select-dropdown .pf-select-tree-list-holder-inner {
  align-items: stretch;
}
.pf-tree-select-dropdown .pf-select-tree-list-holder-inner .pf-select-tree-treenode .pf-select-tree-node-content-wrapper {
  flex: auto;
}
.pf-select-tree {
  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';
  background: #fff;
  border-radius: 3px;
  transition: background-color 0.3s;
  font-size: 12px;
}
.pf-select-tree-focused:not(:hover):not(.pf-select-tree-active-focused) {
  background: var(--pf-primary-1);
}
.pf-select-tree .pf-select-tree-node-title-ellipsis {
  display: flex;
  flex: 1;
}
.pf-select-tree .pf-select-tree-node-title-ellipsis .pf-select-tree-node-title-ellipsis-container {
  flex: 1;
  width: 0;
  display: flex;
}
.pf-select-tree .pf-select-tree-node-title-ellipsis .pf-select-tree-node-title-ellipsis-container .pf-select-tree-node-title-ellipsis-tooltip {
  white-space: pre-wrap;
}
.pf-select-tree.pf-select-tree-block-node .pf-select-tree-list-holder-inner {
  align-items: stretch;
}
.pf-select-tree.pf-select-tree-block-node .pf-select-tree-list-holder-inner .pf-select-tree-node-content-wrapper {
  flex: auto;
  display: flex;
}
.pf-select-tree.pf-select-tree-block-node .pf-select-tree-list-holder-inner .pf-select-tree-treenode.dragging {
  position: relative;
}
.pf-select-tree.pf-select-tree-block-node .pf-select-tree-list-holder-inner .pf-select-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--pf-primary-color);
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.pf-select-tree .pf-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 0;
  outline: none;
  position: relative;
}
.pf-select-tree .pf-select-tree-treenode-disabled .pf-select-tree-node-content-wrapper {
  color: #999;
  cursor: not-allowed;
}
.pf-select-tree .pf-select-tree-treenode-disabled .pf-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.pf-select-tree .pf-select-tree-treenode:hover,
.pf-select-tree .pf-select-tree-treenode-selected {
  background-color: #fffbe0;
}
.pf-select-tree .pf-select-tree-treenode:hover .pf-select-tree-operation,
.pf-select-tree .pf-select-tree-treenode-selected .pf-select-tree-operation {
  display: initial !important;
}
.pf-select-tree .pf-select-tree-treenode-active .pf-select-tree-node-content-wrapper {
  background: #fffbe0;
}
.pf-select-tree .pf-select-tree-treenode:not(.pf-select-tree .pf-select-tree-treenode-disabled).filter-node .pf-select-tree-title {
  color: inherit;
  font-weight: 500;
}
.pf-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pf-select-tree-indent-unit {
  display: inline-block;
  width: 32px;
}
.pf-select-tree-draggable-icon {
  width: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.pf-select-tree-treenode:hover .pf-select-tree-draggable-icon {
  opacity: 0.45;
}
.pf-select-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 32px;
  margin: 0;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #666;
}
.pf-select-tree-switcher .pf-tree-switcher-icon,
.pf-select-tree-switcher .pf-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.pf-select-tree-switcher .pf-tree-switcher-icon svg,
.pf-select-tree-switcher .pf-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.pf-select-tree-switcher-noop {
  cursor: default;
}
.pf-select-tree-switcher_close .pf-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.pf-select-tree-switcher-loading-icon {
  color: var(--pf-primary-color);
}
.pf-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pf-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}
.pf-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 18px;
  height: 22px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.pf-select-tree-checkbox {
  top: initial;
  margin: 8px 8px 0 0;
}
.pf-select-tree .pf-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 32px;
  margin: 0;
  padding: 0 20px 0 0;
  color: inherit;
  line-height: 32px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
  flex: auto;
}
.pf-select-tree .pf-select-tree-node-content-wrapper.pf-select-tree-node-selected {
  color: var(--wj-A1_1, #06aea6);
}
.pf-select-tree .pf-select-tree-node-content-wrapper .pf-select-tree-iconEle {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  margin-right: 8px;
  font-size: 16px;
}
.pf-select-tree .pf-select-tree-node-content-wrapper .pf-select-tree-iconEle:empty {
  display: none;
}
.pf-select-tree-unselectable .pf-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.pf-select-tree-node-content-wrapper {
  line-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pf-select-tree-node-content-wrapper .pf-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: var(--pf-primary-color);
  border-radius: 1px;
  pointer-events: none;
}
.pf-select-tree-node-content-wrapper .pf-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid var(--pf-primary-color);
  border-radius: 50%;
  content: '';
}
.pf-select-tree .pf-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px var(--pf-primary-color);
}
.pf-select-tree-show-line .pf-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.pf-select-tree-show-line .pf-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  border-right: 1px solid #d1d1d1;
  content: '';
}
.pf-select-tree-show-line .pf-select-tree-indent-unit-end::before {
  display: none;
}
.pf-select-tree-show-line .pf-select-tree-switcher {
  background: transparent;
}
.pf-select-tree-show-line .pf-select-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.pf-select-tree .pf-select-tree-treenode-leaf-last .pf-select-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 22px !important;
}
.pf-select-tree-operation {
  font-size: 16px;
  color: #333;
  display: none !important;
  position: absolute;
  right: 4px;
  top: calc(50% - 16px / 2);
}
.pf-select-tree-operation-disabled {
  color: #999;
  cursor: not-allowed !important;
}
.pf-select-tree-operation-visible {
  display: initial !important;
}
.pf-tree-select-dropdown-rtl .pf-select-tree .pf-select-tree-switcher_close .pf-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.pf-tree-select-dropdown-rtl .pf-select-tree .pf-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}
