/* 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-timeline {
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.pf-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.pf-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 24px);
  margin-top: 6px;
  border-left: 2px solid #f0f0f0;
}
.pf-timeline-item-pending .pf-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.pf-timeline-item-pending .pf-timeline-item-tail {
  display: none;
}
.pf-timeline-item-blue-line .pf-timeline-item-tail {
  border-color: var(--pf-primary-color);
}
.pf-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.pf-timeline-item-head-blue {
  color: var(--pf-primary-color);
  border-color: var(--pf-primary-color);
  font-size: 12px;
}
.pf-timeline-item-head-blue:empty {
  background-color: var(--pf-primary-color);
}
.pf-timeline-item-head-red {
  color: var(--pf-error-color);
  border-color: var(--pf-error-color);
}
.pf-timeline-item-head-red:empty {
  background-color: var(--pf-error-color);
}
.pf-timeline-item-head-green {
  color: var(--pf-success-color);
  border-color: var(--pf-success-color);
}
.pf-timeline-item-head-green:empty {
  background-color: var(--pf-success-color);
}
.pf-timeline-item-head-gray {
  color: #ccc;
  border-color: #ccc;
}
.pf-timeline-item-head-gray:empty {
  background-color: #ccc;
}
.pf-timeline-item-head-yellow {
  color: #ffbf47;
  border-color: #ffbf47;
}
.pf-timeline-item-head-yellow:empty {
  background-color: #ffbf47;
}
.pf-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.pf-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.pf-timeline-item-last > .pf-timeline-item-tail {
  display: none;
}
.pf-timeline-item-last > .pf-timeline-item-content {
  min-height: 48px;
}
.pf-timeline.pf-timeline-alternate .pf-timeline-item-tail,
.pf-timeline.pf-timeline-right .pf-timeline-item-tail,
.pf-timeline.pf-timeline-label .pf-timeline-item-tail,
.pf-timeline.pf-timeline-alternate .pf-timeline-item-head,
.pf-timeline.pf-timeline-right .pf-timeline-item-head,
.pf-timeline.pf-timeline-label .pf-timeline-item-head,
.pf-timeline.pf-timeline-alternate .pf-timeline-item-head-custom,
.pf-timeline.pf-timeline-right .pf-timeline-item-head-custom,
.pf-timeline.pf-timeline-label .pf-timeline-item-head-custom {
  left: 50%;
}
.pf-timeline.pf-timeline-alternate .pf-timeline-item-head,
.pf-timeline.pf-timeline-right .pf-timeline-item-head,
.pf-timeline.pf-timeline-label .pf-timeline-item-head {
  margin-left: -4px;
}
.pf-timeline.pf-timeline-alternate .pf-timeline-item-head-custom,
.pf-timeline.pf-timeline-right .pf-timeline-item-head-custom,
.pf-timeline.pf-timeline-label .pf-timeline-item-head-custom {
  margin-left: 1px;
}
.pf-timeline.pf-timeline-alternate .pf-timeline-item-left .pf-timeline-item-content,
.pf-timeline.pf-timeline-right .pf-timeline-item-left .pf-timeline-item-content,
.pf-timeline.pf-timeline-label .pf-timeline-item-left .pf-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.pf-timeline.pf-timeline-alternate .pf-timeline-item-right .pf-timeline-item-content,
.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-content,
.pf-timeline.pf-timeline-label .pf-timeline-item-right .pf-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-tail,
.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-head,
.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-content {
  width: calc(100% - 18px);
}
.pf-timeline.pf-timeline-pending .pf-timeline-item-last .pf-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}
.pf-timeline.pf-timeline-reverse .pf-timeline-item-last .pf-timeline-item-tail {
  display: none;
}
.pf-timeline.pf-timeline-reverse .pf-timeline-item-pending .pf-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}
.pf-timeline.pf-timeline-reverse .pf-timeline-item-pending .pf-timeline-item-content {
  min-height: 48px;
}
.pf-timeline.pf-timeline-label .pf-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.pf-timeline.pf-timeline-label .pf-timeline-item-right .pf-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.pf-timeline-rtl {
  direction: rtl;
}
.pf-timeline-rtl .pf-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}
.pf-timeline-rtl .pf-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.pf-timeline-rtl .pf-timeline-item-content {
  margin: 0 18px 0 0;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-tail,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-tail,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-tail,
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-head,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-head,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-head,
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-head-custom,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-head-custom,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-head,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-head,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-head-custom,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-head-custom,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-left .pf-timeline-item-content,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-left .pf-timeline-item-content,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-left .pf-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-alternate .pf-timeline-item-right .pf-timeline-item-content,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-content,
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-right .pf-timeline-item-content {
  text-align: left;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-tail,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-head,
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-right .pf-timeline-item-right .pf-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-pending .pf-timeline-item-last .pf-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-reverse .pf-timeline-item-pending .pf-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-label {
  text-align: left;
}
.pf-timeline-rtl.pf-timeline.pf-timeline-label .pf-timeline-item-right .pf-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}
