/* 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-steps {
  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: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.pf-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.pf-steps-item-container {
  outline: none;
}
.pf-steps-item:last-child {
  flex: none;
}
.pf-steps-item:last-child > .pf-steps-item-container > .pf-steps-item-tail,
.pf-steps-item:last-child > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title::after {
  display: none;
}
.pf-steps-item-icon,
.pf-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.pf-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.pf-steps-item-icon .pf-steps-icon {
  position: relative;
  top: -0.5px;
  color: var(--pf-primary-color);
  line-height: 1;
}
.pf-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.pf-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.pf-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
}
.pf-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}
.pf-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: #999;
  font-weight: normal;
  font-size: 14px;
}
.pf-steps-item-description {
  color: #999;
  font-size: 14px;
}
.pf-steps-item-wait .pf-steps-item-icon {
  background-color: #fff;
  border-color: #999;
}
.pf-steps-item-wait .pf-steps-item-icon > .pf-steps-icon {
  color: #999;
}
.pf-steps-item-wait .pf-steps-item-icon > .pf-steps-icon .pf-steps-icon-dot {
  background: #999;
}
.pf-steps-item-wait > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title {
  color: #999;
}
.pf-steps-item-wait > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title::after {
  background-color: #f0f0f0;
}
.pf-steps-item-wait > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-description {
  color: #999;
}
.pf-steps-item-wait > .pf-steps-item-container > .pf-steps-item-tail::after {
  background-color: #f0f0f0;
}
.pf-steps-item-process .pf-steps-item-icon {
  background-color: #fff;
  border-color: var(--pf-primary-color);
}
.pf-steps-item-process .pf-steps-item-icon > .pf-steps-icon {
  color: var(--pf-primary-color);
}
.pf-steps-item-process .pf-steps-item-icon > .pf-steps-icon .pf-steps-icon-dot {
  background: var(--pf-primary-color);
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title::after {
  background-color: #f0f0f0;
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-description {
  color: #333;
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-tail::after {
  background-color: #f0f0f0;
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-icon {
  background: var(--pf-primary-color);
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-icon .pf-steps-icon {
  color: #fff;
}
.pf-steps-item-process > .pf-steps-item-container > .pf-steps-item-title {
  font-weight: 500;
}
.pf-steps-item-finish .pf-steps-item-icon {
  background-color: #fff;
  border-color: var(--pf-primary-color);
}
.pf-steps-item-finish .pf-steps-item-icon > .pf-steps-icon {
  color: var(--pf-primary-color);
}
.pf-steps-item-finish .pf-steps-item-icon > .pf-steps-icon .pf-steps-icon-dot {
  background: var(--pf-primary-color);
}
.pf-steps-item-finish > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title {
  color: #333;
}
.pf-steps-item-finish > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title::after {
  background-color: var(--pf-primary-color);
}
.pf-steps-item-finish > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-description {
  color: #999;
}
.pf-steps-item-finish > .pf-steps-item-container > .pf-steps-item-tail::after {
  background-color: var(--pf-primary-color);
}
.pf-steps-item-error .pf-steps-item-icon {
  background-color: #fff;
  border-color: var(--pf-error-color);
}
.pf-steps-item-error .pf-steps-item-icon > .pf-steps-icon {
  color: var(--pf-error-color);
}
.pf-steps-item-error .pf-steps-item-icon > .pf-steps-icon .pf-steps-icon-dot {
  background: var(--pf-error-color);
}
.pf-steps-item-error > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title {
  color: var(--pf-error-color);
}
.pf-steps-item-error > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title::after {
  background-color: #f0f0f0;
}
.pf-steps-item-error > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-description {
  color: var(--pf-error-color);
}
.pf-steps-item-error > .pf-steps-item-container > .pf-steps-item-tail::after {
  background-color: #f0f0f0;
}
.pf-steps-item.pf-steps-next-error .pf-steps-item-title::after {
  background: var(--pf-error-color);
}
.pf-steps-item-disabled {
  cursor: not-allowed;
}
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button'] {
  cursor: pointer;
}
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button'] .pf-steps-item-title,
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button'] .pf-steps-item-subtitle,
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button'] .pf-steps-item-description,
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button'] .pf-steps-item-icon .pf-steps-icon {
  transition: color 0.3s;
}
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button']:hover .pf-steps-item-title,
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button']:hover .pf-steps-item-subtitle,
.pf-steps .pf-steps-item:not(.pf-steps-item-active) > .pf-steps-item-container[role='button']:hover .pf-steps-item-description {
  color: var(--pf-primary-color);
}
.pf-steps .pf-steps-item:not(.pf-steps-item-active):not(.pf-steps-item-process) > .pf-steps-item-container[role='button']:hover .pf-steps-item-icon {
  border-color: var(--pf-primary-color);
}
.pf-steps .pf-steps-item:not(.pf-steps-item-active):not(.pf-steps-item-process) > .pf-steps-item-container[role='button']:hover .pf-steps-item-icon .pf-steps-icon {
  color: var(--pf-primary-color);
}
.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item:first-child {
  padding-left: 0;
}
.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item:last-child .pf-steps-item-title {
  padding-right: 0;
}
.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item-tail {
  display: none;
}
.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.pf-steps-item-custom > .pf-steps-item-container > .pf-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.pf-steps-item-custom > .pf-steps-item-container > .pf-steps-item-icon > .pf-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.pf-steps-item-custom.pf-steps-item-process .pf-steps-item-icon > .pf-steps-icon {
  color: var(--pf-primary-color);
}
.pf-steps:not(.pf-steps-vertical) .pf-steps-item-custom .pf-steps-item-icon {
  width: auto;
  background: none;
}
.pf-steps-small.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item {
  padding-left: 12px;
}
.pf-steps-small.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item:first-child {
  padding-left: 0;
}
.pf-steps-small .pf-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.pf-steps-small .pf-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.pf-steps-small .pf-steps-item-title::after {
  top: 12px;
}
.pf-steps-small .pf-steps-item-description {
  color: #999;
  font-size: 14px;
}
.pf-steps-small .pf-steps-item-tail {
  top: 8px;
}
.pf-steps-small .pf-steps-item-custom .pf-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.pf-steps-small .pf-steps-item-custom .pf-steps-item-icon > .pf-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.pf-steps-vertical {
  display: flex;
  flex-direction: column;
}
.pf-steps-vertical > .pf-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.pf-steps-vertical > .pf-steps-item .pf-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.pf-steps-vertical > .pf-steps-item .pf-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.pf-steps-vertical > .pf-steps-item .pf-steps-item-title {
  line-height: 32px;
}
.pf-steps-vertical > .pf-steps-item .pf-steps-item-description {
  padding-bottom: 12px;
}
.pf-steps-vertical > .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.pf-steps-vertical > .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.pf-steps-vertical > .pf-steps-item:not(:last-child) > .pf-steps-item-container > .pf-steps-item-tail {
  display: block;
}
.pf-steps-vertical > .pf-steps-item > .pf-steps-item-container > .pf-steps-item-content > .pf-steps-item-title::after {
  display: none;
}
.pf-steps-vertical.pf-steps-small .pf-steps-item-container .pf-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.pf-steps-vertical.pf-steps-small .pf-steps-item-container .pf-steps-item-title {
  line-height: 24px;
}
.pf-steps-label-vertical .pf-steps-item {
  overflow: visible;
}
.pf-steps-label-vertical .pf-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.pf-steps-label-vertical .pf-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.pf-steps-label-vertical .pf-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.pf-steps-label-vertical .pf-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.pf-steps-label-vertical .pf-steps-item-title::after {
  display: none;
}
.pf-steps-label-vertical .pf-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.pf-steps-label-vertical.pf-steps-small:not(.pf-steps-dot) .pf-steps-item-icon {
  margin-left: 46px;
}
.pf-steps-dot .pf-steps-item-title,
.pf-steps-dot.pf-steps-small .pf-steps-item-title {
  line-height: 1.5715;
}
.pf-steps-dot .pf-steps-item-tail,
.pf-steps-dot.pf-steps-small .pf-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.pf-steps-dot .pf-steps-item-tail::after,
.pf-steps-dot.pf-steps-small .pf-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.pf-steps-dot .pf-steps-item:first-child .pf-steps-icon-dot,
.pf-steps-dot.pf-steps-small .pf-steps-item:first-child .pf-steps-icon-dot {
  left: 2px;
}
.pf-steps-dot .pf-steps-item-icon,
.pf-steps-dot.pf-steps-small .pf-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.pf-steps-dot .pf-steps-item-icon .pf-steps-icon-dot,
.pf-steps-dot.pf-steps-small .pf-steps-item-icon .pf-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.pf-steps-dot .pf-steps-item-icon .pf-steps-icon-dot::after,
.pf-steps-dot.pf-steps-small .pf-steps-item-icon .pf-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.pf-steps-dot .pf-steps-item-content,
.pf-steps-dot.pf-steps-small .pf-steps-item-content {
  width: 140px;
}
.pf-steps-dot .pf-steps-item-process .pf-steps-item-icon,
.pf-steps-dot.pf-steps-small .pf-steps-item-process .pf-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.pf-steps-dot .pf-steps-item-process .pf-steps-icon:first-child .pf-steps-icon-dot,
.pf-steps-dot.pf-steps-small .pf-steps-item-process .pf-steps-icon:first-child .pf-steps-icon-dot {
  left: 0;
}
.pf-steps-vertical.pf-steps-dot .pf-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}
.pf-steps-vertical.pf-steps-dot .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.pf-steps-vertical.pf-steps-dot .pf-steps-item:first-child .pf-steps-icon-dot {
  left: 0;
}
.pf-steps-vertical.pf-steps-dot .pf-steps-item-content {
  width: inherit;
}
.pf-steps-vertical.pf-steps-dot .pf-steps-item-process .pf-steps-item-container .pf-steps-item-icon .pf-steps-icon-dot {
  top: -1px;
  left: -1px;
}
.pf-steps-navigation {
  padding-top: 12px;
}
.pf-steps-navigation.pf-steps-small .pf-steps-item-container {
  margin-left: -12px;
}
.pf-steps-navigation .pf-steps-item {
  overflow: visible;
  text-align: center;
}
.pf-steps-navigation .pf-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.pf-steps-navigation .pf-steps-item-container .pf-steps-item-content {
  max-width: auto;
}
.pf-steps-navigation .pf-steps-item-container .pf-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf-steps-navigation .pf-steps-item-container .pf-steps-item-title::after {
  display: none;
}
.pf-steps-navigation .pf-steps-item:not(.pf-steps-item-active) .pf-steps-item-container[role='button'] {
  cursor: pointer;
}
.pf-steps-navigation .pf-steps-item:not(.pf-steps-item-active) .pf-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.pf-steps-navigation .pf-steps-item:last-child {
  flex: 1;
}
.pf-steps-navigation .pf-steps-item:last-child::after {
  display: none;
}
.pf-steps-navigation .pf-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.pf-steps-navigation .pf-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: var(--pf-primary-color);
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.pf-steps-navigation .pf-steps-item.pf-steps-item-active::before {
  left: 0;
  width: 100%;
}
.pf-steps-navigation.pf-steps-vertical > .pf-steps-item {
  margin-right: 0 !important;
}
.pf-steps-navigation.pf-steps-vertical > .pf-steps-item::before {
  display: none;
}
.pf-steps-navigation.pf-steps-vertical > .pf-steps-item.pf-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.pf-steps-navigation.pf-steps-vertical > .pf-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.pf-steps-navigation.pf-steps-vertical > .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail {
  visibility: hidden;
}
.pf-steps-navigation.pf-steps-horizontal > .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail {
  visibility: hidden;
}
.pf-steps-rtl {
  direction: rtl;
}
.pf-steps.pf-steps-rtl .pf-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.pf-steps-rtl .pf-steps-item-tail {
  right: 0;
  left: auto;
}
.pf-steps-rtl .pf-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.pf-steps-rtl .pf-steps-item-title::after {
  right: 100%;
  left: auto;
}
.pf-steps-rtl.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.pf-steps-rtl.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item:first-child {
  padding-right: 0;
}
.pf-steps-rtl.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item:last-child .pf-steps-item-title {
  padding-left: 0;
}
.pf-steps-rtl .pf-steps-item-custom .pf-steps-item-icon > .pf-steps-icon {
  right: 0.5px;
  left: auto;
}
.pf-steps-rtl.pf-steps-navigation.pf-steps-small .pf-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.pf-steps-rtl.pf-steps-navigation .pf-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.pf-steps-rtl.pf-steps-navigation .pf-steps-item-container .pf-steps-item-title {
  padding-left: 0;
}
.pf-steps-rtl.pf-steps-navigation .pf-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.pf-steps-rtl.pf-steps-small.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.pf-steps-rtl.pf-steps-small.pf-steps-horizontal:not(.pf-steps-label-vertical) .pf-steps-item:first-child {
  padding-right: 0;
}
.pf-steps-rtl.pf-steps-small .pf-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.pf-steps-rtl.pf-steps-vertical > .pf-steps-item .pf-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.pf-steps-rtl.pf-steps-vertical > .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail {
  right: 16px;
  left: auto;
}
.pf-steps-rtl.pf-steps-vertical.pf-steps-small .pf-steps-item-container .pf-steps-item-tail {
  right: 12px;
  left: auto;
}
.pf-steps-rtl.pf-steps-label-vertical .pf-steps-item-title {
  padding-left: 0;
}
.pf-steps-rtl.pf-steps-dot .pf-steps-item-tail,
.pf-steps-rtl.pf-steps-dot.pf-steps-small .pf-steps-item-tail {
  margin: 0 70px 0 0;
}
.pf-steps-rtl.pf-steps-dot .pf-steps-item-tail::after,
.pf-steps-rtl.pf-steps-dot.pf-steps-small .pf-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.pf-steps-rtl.pf-steps-dot .pf-steps-item:first-child .pf-steps-icon-dot,
.pf-steps-rtl.pf-steps-dot.pf-steps-small .pf-steps-item:first-child .pf-steps-icon-dot {
  right: 2px;
  left: auto;
}
.pf-steps-rtl.pf-steps-dot .pf-steps-item-icon,
.pf-steps-rtl.pf-steps-dot.pf-steps-small .pf-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.pf-steps-dot .pf-steps-item-icon .pf-steps-icon-dot,
.pf-steps-dot.pf-steps-small .pf-steps-item-icon .pf-steps-icon-dot {
  /* expand hover area */
}
.pf-steps-rtl.pf-steps-dot .pf-steps-item-icon .pf-steps-icon-dot,
.pf-steps-rtl.pf-steps-dot.pf-steps-small .pf-steps-item-icon .pf-steps-icon-dot {
  float: right;
}
.pf-steps-rtl.pf-steps-dot .pf-steps-item-icon .pf-steps-icon-dot::after,
.pf-steps-rtl.pf-steps-dot.pf-steps-small .pf-steps-item-icon .pf-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.pf-steps-rtl.pf-steps-vertical.pf-steps-dot .pf-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.pf-steps-rtl.pf-steps-vertical.pf-steps-dot .pf-steps-item > .pf-steps-item-container > .pf-steps-item-tail {
  right: -9px;
  left: auto;
}
.pf-steps-rtl.pf-steps-vertical.pf-steps-dot .pf-steps-item:first-child .pf-steps-icon-dot {
  right: 0;
  left: auto;
}
.pf-steps-rtl.pf-steps-vertical.pf-steps-dot .pf-steps-item-process .pf-steps-icon-dot {
  right: -2px;
  left: auto;
}
.pf-steps-rtl.pf-steps-with-progress.pf-steps-horizontal.pf-steps-label-horizontal .pf-steps-item:first-child.pf-steps-item-active {
  padding-right: 4px;
}
.pf-steps-with-progress .pf-steps-item {
  padding-top: 4px;
}
.pf-steps-with-progress .pf-steps-item .pf-steps-item-tail {
  top: 4px !important;
}
.pf-steps-with-progress.pf-steps-horizontal .pf-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.pf-steps-with-progress .pf-steps-item-icon {
  position: relative;
}
.pf-steps-with-progress .pf-steps-item-icon .pf-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
