/* 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-switch {
  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: inline-block;
  box-sizing: border-box;
  min-width: 40px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #ccc;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pf-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.1);
}
.pf-switch-checked:focus {
  box-shadow: 0 0 0 2px var(--pf-primary-1);
}
.pf-switch:focus:hover {
  box-shadow: none;
}
.pf-switch-checked {
  background-color: var(--pf-primary-color);
}
.pf-switch-loading,
.pf-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.pf-switch-loading *,
.pf-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.pf-switch-inner {
  display: block;
  margin: 0 6px 0 22px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.pf-switch-checked .pf-switch-inner {
  margin: 0 22px 0 6px;
}
.pf-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  transition: all 0.2s ease-in-out;
}
.pf-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.pf-switch-checked .pf-switch-handle {
  left: calc(100% - 16px - 2px);
}
.pf-switch:not(.pf-switch-disabled):active .pf-switch-handle::before {
  right: -30%;
  left: 0;
}
.pf-switch:not(.pf-switch-disabled):active.pf-switch-checked .pf-switch-handle::before {
  right: 0;
  left: -30%;
}
.pf-switch-loading-icon.anticon {
  position: relative;
  top: 1px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.pf-switch-checked .pf-switch-loading-icon {
  color: var(--pf-primary-color);
}
.pf-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.pf-switch-small .pf-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.pf-switch-small .pf-switch-handle {
  width: 12px;
  height: 12px;
}
.pf-switch-small .pf-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.pf-switch-small.pf-switch-checked .pf-switch-inner {
  margin: 0 18px 0 5px;
}
.pf-switch-small.pf-switch-checked .pf-switch-handle {
  left: calc(100% - 12px - 2px);
}
.pf-switch-rtl {
  direction: rtl;
}
.pf-switch-rtl .pf-switch-inner {
  margin: 0 22px 0 6px;
}
.pf-switch-rtl .pf-switch-handle {
  right: 2px;
  left: auto;
}
.pf-switch-rtl:not(.pf-switch-rtl-disabled):active .pf-switch-handle::before {
  right: 0;
  left: -30%;
}
.pf-switch-rtl:not(.pf-switch-rtl-disabled):active.pf-switch-checked .pf-switch-handle::before {
  right: -30%;
  left: 0;
}
.pf-switch-rtl.pf-switch-checked .pf-switch-inner {
  margin: 0 6px 0 22px;
}
.pf-switch-rtl.pf-switch-checked .pf-switch-handle {
  right: calc(100% - 16px - 2px);
}
.pf-switch-rtl.pf-switch-small.pf-switch-checked .pf-switch-handle {
  right: calc(100% - 12px - 2px);
}
