/* 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 */
/** gray-sp */
/** blue-sp */
/** green-sp */
/** red-sp */
/** orange-sp */
/** 品牌橙 */
/** 日落黄 */
/** 柠檬黄 */
/** 新生绿 */
/** 绿色 */
/** 碧涛青 */
/** 海蔚蓝 */
/** 品牌蓝色 */
/** 宝石蓝 */
/** 星空紫 */
/** 罗兰紫 */
/** 青春紫 */
/** 品红 */
/** 红色 */
/** 灰色 */
/** 保留ant色板 */
/** 绿色 */
/** 品牌蓝 */
.wd-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1E1E29;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 18px;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.wd-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
  line-height: normal;
}
.wd-steps-item-container {
  outline: none;
}
.wd-steps-item:last-child {
  flex: none;
}
.wd-steps-item:last-child > .wd-steps-item-container > .wd-steps-item-tail,
.wd-steps-item:last-child > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title::after {
  display: none;
}
.wd-steps-item-icon,
.wd-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.wd-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: 2px solid #EBEDF2;
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wd-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.wd-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #EBEDF2;
  transition: background 0.3s;
  content: '';
}
.wd-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #1E1E29;
  font-size: 15px;
  line-height: 32px;
}
.wd-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 2px;
  background: #EBEDF2;
  content: '';
}
.wd-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: #575E73;
  font-weight: normal;
  font-size: 14px;
}
.wd-steps-item-description {
  color: #575E73;
  font-size: 14px;
}
.wd-steps-item-wait .wd-steps-item-icon {
  background-color: #1f2029;
  border-color: #EBEDF2;
}
.wd-steps-item-wait .wd-steps-item-icon > .wd-steps-icon {
  color: #EBEDF2;
  font-weight: 500;
}
.wd-steps-item-wait .wd-steps-item-icon > .wd-steps-icon .wd-steps-icon-dot {
  background: #EBEDF2;
}
.wd-steps-item-wait > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title {
  color: #818799;
  font-weight: 600;
}
.wd-steps-item-wait > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title::after {
  background-color: #EBEDF2;
}
.wd-steps-item-wait > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-description {
  color: #818799;
}
.wd-steps-item-wait > .wd-steps-item-container > .wd-steps-item-tail::after {
  background-color: #EBEDF2;
}
.wd-steps-item-process .wd-steps-item-icon {
  background-color: #1f2029;
  border-color: #2469F2;
}
.wd-steps-item-process .wd-steps-item-icon > .wd-steps-icon {
  color: #2469F2;
  font-weight: 500;
}
.wd-steps-item-process .wd-steps-item-icon > .wd-steps-icon .wd-steps-icon-dot {
  background: #2469F2;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title {
  color: #1E1E29;
  font-weight: 600;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title::after {
  background-color: #EBEDF2;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-description {
  color: #818799;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-tail::after {
  background-color: #EBEDF2;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-icon {
  background: #2469F2;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-icon .wd-steps-icon {
  color: #fff;
}
.wd-steps-item-wait > .wd-steps-item-container > .wd-steps-item-icon .wd-steps-icon {
  color: #C7CBD6;
}
.wd-steps-item-error > .wd-steps-item-container > .wd-steps-item-icon {
  background: #f5222d;
}
.wd-steps-item-error > .wd-steps-item-container > .wd-steps-item-icon .wd-steps-icon {
  color: #fff;
}
.wd-steps-item-finish > .wd-steps-item-container > .wd-steps-item-icon {
  background: #2469F2;
}
.wd-steps-item-finish > .wd-steps-item-container > .wd-steps-item-icon .wd-steps-icon {
  color: #fff;
}
.wd-steps-item-process > .wd-steps-item-container > .wd-steps-item-title {
  font-weight: 500;
}
.wd-steps-item-finish .wd-steps-item-icon {
  background-color: #1f2029;
  border-color: #2469F2;
}
.wd-steps-item-finish .wd-steps-item-icon > .wd-steps-icon {
  color: #2469F2;
  font-weight: 500;
}
.wd-steps-item-finish .wd-steps-item-icon > .wd-steps-icon .wd-steps-icon-dot {
  background: #2469F2;
}
.wd-steps-item-finish > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title {
  color: #1E1E29;
  font-weight: 600;
}
.wd-steps-item-finish > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title::after {
  background-color: #2469F2;
}
.wd-steps-item-finish > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-description {
  color: #818799;
}
.wd-steps-item-finish > .wd-steps-item-container > .wd-steps-item-tail::after {
  background-color: #2469F2;
}
.wd-steps-item-error .wd-steps-item-icon {
  background-color: #1f2029;
  border-color: #f5222d;
}
.wd-steps-item-error .wd-steps-item-icon > .wd-steps-icon {
  color: #f5222d;
  font-weight: 500;
}
.wd-steps-item-error .wd-steps-item-icon > .wd-steps-icon .wd-steps-icon-dot {
  background: #f5222d;
}
.wd-steps-item-error > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title {
  color: #DC1D3D;
  font-weight: 600;
}
.wd-steps-item-error > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title::after {
  background-color: #EBEDF2;
}
.wd-steps-item-error > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-description {
  color: #DC1D3D;
}
.wd-steps-item-error > .wd-steps-item-container > .wd-steps-item-tail::after {
  background-color: #EBEDF2;
}
.wd-steps-item.wd-steps-next-error .wd-steps-item-title::after {
  background: #f5222d;
}
.wd-steps-item-disabled {
  cursor: not-allowed;
}
.wd-steps-click .wd-steps-item:not(.wd-steps-item-disabled):not(.wd-steps-item-active) > .wd-steps-item-container[role='button'] {
  cursor: pointer;
}
.wd-steps-click .wd-steps-item:not(.wd-steps-item-disabled):not(.wd-steps-item-active):hover .wd-steps-item-title,
.wd-steps-click .wd-steps-item:not(.wd-steps-item-disabled):not(.wd-steps-item-active):hover .wd-steps-item-subtitle,
.wd-steps-click .wd-steps-item:not(.wd-steps-item-disabled):not(.wd-steps-item-active):hover .wd-steps-item-description {
  color: #2469F2;
}
.wd-steps-click .wd-steps-item-wait:not(.wd-steps-item-disabled) > .wd-steps-item-container[role='button']:hover {
  color: #2469F2;
}
.wd-steps-click .wd-steps-item-wait:not(.wd-steps-item-disabled) > .wd-steps-item-container[role='button']:hover .wd-steps-item-icon {
  border-color: #2469F2;
}
.wd-steps-click .wd-steps-item-wait:not(.wd-steps-item-disabled) > .wd-steps-item-container[role='button']:hover .wd-steps-item-icon .wd-steps-icon {
  color: #2469F2;
}
.wd-steps .wd-steps-item:not(.wd-steps-item-active) > .wd-steps-item-container[role='button'] .wd-steps-item-title,
.wd-steps .wd-steps-item:not(.wd-steps-item-active) > .wd-steps-item-container[role='button'] .wd-steps-item-subtitle,
.wd-steps .wd-steps-item:not(.wd-steps-item-active) > .wd-steps-item-container[role='button'] .wd-steps-item-description,
.wd-steps .wd-steps-item:not(.wd-steps-item-active) > .wd-steps-item-container[role='button'] .wd-steps-item-icon .wd-steps-icon {
  transition: color 0.3s;
}
.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item {
  padding-left: 8px;
  white-space: nowrap;
}
.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item:first-child {
  padding-left: 0;
}
.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item:last-child .wd-steps-item-title {
  padding-right: 0;
}
.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item-tail {
  display: none;
}
.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item-description {
  max-width: 140px;
  white-space: normal;
  line-height: 22px;
}
.wd-steps-item-custom > .wd-steps-item-container > .wd-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.wd-steps-item-custom > .wd-steps-item-container > .wd-steps-item-icon > .wd-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.wd-steps-item-custom.wd-steps-item-process .wd-steps-item-icon > .wd-steps-icon {
  color: #2469F2;
}
.wd-steps:not(.wd-steps-vertical) .wd-steps-item-custom .wd-steps-item-icon {
  width: auto;
  background: none;
}
.wd-steps-small.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item {
  padding-left: 8px;
}
.wd-steps-small.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item:first-child {
  padding-left: 0;
}
.wd-steps-small .wd-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.wd-steps-small .wd-steps-item-title {
  padding-right: 8px;
  font-size: 14px;
  line-height: 24px;
}
.wd-steps-small .wd-steps-item-title::after {
  top: 12px;
}
.wd-steps-small .wd-steps-item-description {
  color: #575E73;
  font-size: 14px;
}
.wd-steps-small .wd-steps-item-tail {
  top: 8px;
}
.wd-steps-small .wd-steps-item-custom .wd-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.wd-steps-small .wd-steps-item-custom .wd-steps-item-icon > .wd-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.wd-steps-vertical {
  display: flex;
  flex-direction: column;
}
.wd-steps-vertical > .wd-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.wd-steps-vertical > .wd-steps-item .wd-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.wd-steps-vertical > .wd-steps-item .wd-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.wd-steps-vertical > .wd-steps-item .wd-steps-item-title {
  line-height: 32px;
}
.wd-steps-vertical > .wd-steps-item .wd-steps-item-description {
  padding-bottom: 12px;
}
.wd-steps-vertical > .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 3px;
  height: 100%;
  padding: 38px 0 6px;
}
.wd-steps-vertical > .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail::after {
  width: 2px;
  height: 100%;
}
.wd-steps-vertical > .wd-steps-item:not(:last-child) > .wd-steps-item-container > .wd-steps-item-tail {
  display: block;
}
.wd-steps-vertical > .wd-steps-item > .wd-steps-item-container > .wd-steps-item-content > .wd-steps-item-title::after {
  display: none;
}
.wd-steps-vertical.wd-steps-small .wd-steps-item-container .wd-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.wd-steps-vertical.wd-steps-small .wd-steps-item-container .wd-steps-item-title {
  line-height: 24px;
}
.wd-steps-label-vertical .wd-steps-item {
  overflow: visible;
}
.wd-steps-label-vertical .wd-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.wd-steps-label-vertical .wd-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.wd-steps-label-vertical .wd-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.wd-steps-label-vertical .wd-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.wd-steps-label-vertical .wd-steps-item-title::after {
  display: none;
}
.wd-steps-label-vertical .wd-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 18px;
}
.wd-steps-label-vertical.wd-steps-small:not(.wd-steps-dot) .wd-steps-item-icon {
  margin-left: 46px;
}
.wd-steps-dot .wd-steps-item-container,
.wd-steps-dot.wd-steps-small .wd-steps-item-container {
  line-height: normal;
}
.wd-steps-dot .wd-steps-item-title,
.wd-steps-dot.wd-steps-small .wd-steps-item-title,
.wd-steps-dot .wd-steps-item-description,
.wd-steps-dot.wd-steps-small .wd-steps-item-description {
  line-height: 22px;
}
.wd-steps-dot .wd-steps-item-description,
.wd-steps-dot.wd-steps-small .wd-steps-item-description {
  margin-top: 2px;
}
.wd-steps-dot .wd-steps-item-tail,
.wd-steps-dot.wd-steps-small .wd-steps-item-tail {
  top: 4px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
  line-height: 2px;
  height: 2px;
}
.wd-steps-dot .wd-steps-item-tail::after,
.wd-steps-dot.wd-steps-small .wd-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 2px;
  margin-left: 12px;
}
.wd-steps-dot .wd-steps-item-icon,
.wd-steps-dot.wd-steps-small .wd-steps-item-icon {
  width: 10px;
  height: 10px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 10px;
  background: transparent;
  border: 0;
}
.wd-steps-dot .wd-steps-item-icon .wd-steps-icon-dot,
.wd-steps-dot.wd-steps-small .wd-steps-item-icon .wd-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.wd-steps-dot .wd-steps-item-icon .wd-steps-icon-dot::after,
.wd-steps-dot.wd-steps-small .wd-steps-item-icon .wd-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 10px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.wd-steps-dot .wd-steps-item-content,
.wd-steps-dot.wd-steps-small .wd-steps-item-content {
  width: 140px;
}
.wd-steps-dot .wd-steps-item-process .wd-steps-item-icon,
.wd-steps-dot.wd-steps-small .wd-steps-item-process .wd-steps-item-icon {
  position: relative;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.wd-steps-dot .wd-steps-item-process .wd-steps-icon:first-child .wd-steps-icon-dot,
.wd-steps-dot.wd-steps-small .wd-steps-item-process .wd-steps-icon:first-child .wd-steps-icon-dot {
  left: 0;
}
.wd-steps-dot .wd-steps-item-finish .wd-steps-item-container .wd-steps-item-icon,
.wd-steps-dot.wd-steps-small .wd-steps-item-finish .wd-steps-item-container .wd-steps-item-icon {
  background: transparent;
}
.wd-steps-vertical.wd-steps-dot .wd-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
  display: block;
}
.wd-steps-vertical.wd-steps-dot .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.wd-steps-vertical.wd-steps-dot .wd-steps-item:first-child .wd-steps-icon-dot {
  left: 0;
}
.wd-steps-vertical.wd-steps-dot .wd-steps-item-content {
  width: inherit;
}
.wd-steps-navigation {
  padding-top: 12px;
}
.wd-steps-navigation.wd-steps-small .wd-steps-item-container {
  margin-left: -12px;
}
.wd-steps-navigation .wd-steps-item {
  overflow: visible;
  text-align: center;
}
.wd-steps-navigation .wd-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  line-height: normal;
  text-align: left;
  transition: opacity 0.3s;
}
.wd-steps-navigation .wd-steps-item-container .wd-steps-item-content {
  max-width: auto;
}
.wd-steps-navigation .wd-steps-item-container .wd-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wd-steps-navigation .wd-steps-item-container .wd-steps-item-title::after {
  display: none;
}
.wd-steps-navigation .wd-steps-item:not(.wd-steps-item-active) .wd-steps-item-container[role='button'] {
  cursor: pointer;
}
.wd-steps-navigation .wd-steps-item:not(.wd-steps-item-active) .wd-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.wd-steps-navigation .wd-steps-item:last-child {
  flex: 1;
}
.wd-steps-navigation .wd-steps-item:last-child::after {
  display: none;
}
.wd-steps-navigation .wd-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -9px;
  border: 1px solid #656B80;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.wd-steps-navigation.wd-steps-vertical > .wd-steps-item {
  margin-right: 0 !important;
}
.wd-steps-navigation.wd-steps-vertical > .wd-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.wd-steps-navigation.wd-steps-vertical > .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail {
  visibility: hidden;
}
.wd-steps-navigation.wd-steps-horizontal > .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail {
  visibility: hidden;
}
.wd-steps-rtl {
  direction: rtl;
}
.wd-steps.wd-steps-rtl .wd-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.wd-steps-rtl .wd-steps-item-tail {
  right: 0;
  left: auto;
}
.wd-steps-rtl .wd-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.wd-steps-rtl .wd-steps-item-title::after {
  right: 100%;
  left: auto;
}
.wd-steps-rtl.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.wd-steps-rtl.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item:first-child {
  padding-right: 0;
}
.wd-steps-rtl.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item:last-child .wd-steps-item-title {
  padding-left: 0;
}
.wd-steps-rtl .wd-steps-item-custom .wd-steps-item-icon > .wd-steps-icon {
  right: 0.5px;
  left: auto;
}
.wd-steps-rtl.wd-steps-navigation.wd-steps-small .wd-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.wd-steps-rtl.wd-steps-navigation .wd-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.wd-steps-rtl.wd-steps-navigation .wd-steps-item-container .wd-steps-item-title {
  padding-left: 0;
}
.wd-steps-rtl.wd-steps-navigation .wd-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.wd-steps-rtl.wd-steps-small.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.wd-steps-rtl.wd-steps-small.wd-steps-horizontal:not(.wd-steps-label-vertical) .wd-steps-item:first-child {
  padding-right: 0;
}
.wd-steps-rtl.wd-steps-small .wd-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.wd-steps-rtl.wd-steps-vertical > .wd-steps-item .wd-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.wd-steps-rtl.wd-steps-vertical > .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail {
  right: 16px;
  left: auto;
}
.wd-steps-rtl.wd-steps-vertical.wd-steps-small .wd-steps-item-container .wd-steps-item-tail {
  right: 12px;
  left: auto;
}
.wd-steps-rtl.wd-steps-label-vertical .wd-steps-item-title {
  padding-left: 0;
}
.wd-steps-rtl.wd-steps-dot .wd-steps-item-tail,
.wd-steps-rtl.wd-steps-dot.wd-steps-small .wd-steps-item-tail {
  margin: 0 70px 0 0;
}
.wd-steps-rtl.wd-steps-dot .wd-steps-item-tail::after,
.wd-steps-rtl.wd-steps-dot.wd-steps-small .wd-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.wd-steps-rtl.wd-steps-dot .wd-steps-item:first-child .wd-steps-icon-dot,
.wd-steps-rtl.wd-steps-dot.wd-steps-small .wd-steps-item:first-child .wd-steps-icon-dot {
  right: 2px;
  left: auto;
}
.wd-steps-rtl.wd-steps-dot .wd-steps-item-icon,
.wd-steps-rtl.wd-steps-dot.wd-steps-small .wd-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.wd-steps-dot .wd-steps-item-icon .wd-steps-icon-dot,
.wd-steps-dot.wd-steps-small .wd-steps-item-icon .wd-steps-icon-dot {
  /* expand hover area */
}
.wd-steps-rtl.wd-steps-dot .wd-steps-item-icon .wd-steps-icon-dot,
.wd-steps-rtl.wd-steps-dot.wd-steps-small .wd-steps-item-icon .wd-steps-icon-dot {
  float: right;
}
.wd-steps-rtl.wd-steps-dot .wd-steps-item-icon .wd-steps-icon-dot::after,
.wd-steps-rtl.wd-steps-dot.wd-steps-small .wd-steps-item-icon .wd-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.wd-steps-rtl.wd-steps-vertical.wd-steps-dot .wd-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.wd-steps-rtl.wd-steps-vertical.wd-steps-dot .wd-steps-item > .wd-steps-item-container > .wd-steps-item-tail {
  right: -9px;
  left: auto;
}
.wd-steps-rtl.wd-steps-vertical.wd-steps-dot .wd-steps-item:first-child .wd-steps-icon-dot {
  right: 0;
  left: auto;
}
.wd-steps-rtl.wd-steps-vertical.wd-steps-dot .wd-steps-item-process .wd-steps-icon-dot {
  right: -2px;
  left: auto;
}
.wd-steps-rtl.wd-steps-with-progress.wd-steps-horizontal.wd-steps-label-horizontal .wd-steps-item:first-child.wd-steps-item-active {
  padding-right: 4px;
}
.wd-steps-with-progress .wd-steps-item {
  padding-top: 4px;
}
.wd-steps-with-progress .wd-steps-item .wd-steps-item-tail {
  top: 4px !important;
}
.wd-steps-with-progress.wd-steps-horizontal .wd-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.wd-steps-with-progress .wd-steps-item-icon {
  position: relative;
}
.wd-steps-with-progress .wd-steps-item-icon .wd-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
