/* 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-divider {
  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';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.pf-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.pf-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.pf-divider-horizontal.pf-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.pf-divider-horizontal.pf-divider-with-text::before,
.pf-divider-horizontal.pf-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.pf-divider-horizontal.pf-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.pf-divider-horizontal.pf-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.pf-divider-horizontal.pf-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.pf-divider-horizontal.pf-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.pf-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.pf-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.pf-divider-horizontal.pf-divider-with-text.pf-divider-dashed::before,
.pf-divider-horizontal.pf-divider-with-text.pf-divider-dashed::after {
  border-style: dashed none none;
}
.pf-divider-vertical.pf-divider-dashed {
  border-width: 0 0 0 1px;
}
.pf-divider-plain.pf-divider-with-text {
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.pf-divider-horizontal.pf-divider-with-text-left.pf-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.pf-divider-horizontal.pf-divider-with-text-left.pf-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.pf-divider-horizontal.pf-divider-with-text-left.pf-divider-no-default-orientation-margin-left .pf-divider-inner-text {
  padding-left: 0;
}
.pf-divider-horizontal.pf-divider-with-text-right.pf-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.pf-divider-horizontal.pf-divider-with-text-right.pf-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.pf-divider-horizontal.pf-divider-with-text-right.pf-divider-no-default-orientation-margin-right .pf-divider-inner-text {
  padding-right: 0;
}
.pf-divider-rtl {
  direction: rtl;
}
.pf-divider-rtl.pf-divider-horizontal.pf-divider-with-text-left::before {
  width: 95%;
}
.pf-divider-rtl.pf-divider-horizontal.pf-divider-with-text-left::after {
  width: 5%;
}
.pf-divider-rtl.pf-divider-horizontal.pf-divider-with-text-right::before {
  width: 5%;
}
.pf-divider-rtl.pf-divider-horizontal.pf-divider-with-text-right::after {
  width: 95%;
}
