/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-steps {
  display: flex;
}
.nut-steps-horizontal {
  flex-flow: row;
}
.nut-steps-horizontal .nut-step-head {
  background-color: #ffffff;
}
.nut-steps-horizontal .nut-step-head-icon .nut-icon {
  height: 10px;
  width: 10px;
}
.nut-steps-horizontal .nut-step-head-icon .nut-image {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.nut-steps-horizontal .nut-step-head-icon .nut-image img {
  vertical-align: top;
}
.nut-steps-horizontal .nut-step.nut-step-process .nut-step-title {
  color: #ff0f23;
}
.nut-steps-horizontal .nut-step.nut-step-process .nut-step-description {
  color: #ff0f23;
}
.nut-steps-horizontal .nut-step.nut-step-wait .nut-step-title {
  color: #1a1a1a;
}
.nut-steps-horizontal .nut-step.nut-step-wait .nut-step-description {
  color: #505259;
}
.nut-steps-horizontal-single .nut-step {
  padding-right: 28px;
}
.nut-steps-horizontal-single .nut-step-last {
  padding-right: 0 !important;
}
.nut-steps-horizontal-single .nut-step-line {
  top: 0;
  right: 0;
  height: 14px;
  width: 28px;
  padding: 0 8px;
  box-sizing: border-box;
}
.nut-steps-horizontal-single .nut-step-title, .nut-steps-horizontal-single .nut-step-description {
  padding-left: 4px;
}
.nut-steps-horizontal-single .nut-step-special {
  padding-right: 22px;
}
.nut-steps-horizontal-single .nut-step-special .nut-step-line {
  width: 100%;
}
.nut-steps-horizontal-single .nut-step-special .nut-step-title {
  padding-right: 8px;
  width: fit-content;
}
.nut-steps-horizontal-single.nut-steps-horizontal-count-3 .nut-step-special {
  padding-right: 9px;
}
.nut-steps-horizontal-double {
  width: 100%;
  justify-content: space-between;
}
.nut-steps-horizontal-double .nut-step {
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.nut-steps-horizontal-double .nut-step-line {
  top: 0;
  right: -50%;
  height: 14px;
  width: 100%;
}
.nut-steps-horizontal-double .nut-step-line-inner {
  display: inline-flex;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.06);
}
.nut-steps-horizontal-double .nut-step-head {
  justify-content: center;
  margin-bottom: 6px;
}
.nut-steps-horizontal-double .nut-step-head-dot-wrap {
  background-color: #ffffff;
  padding: 0 8px;
}
.nut-steps-horizontal-double .nut-step-head-icon-wrap {
  background-color: #ffffff;
  padding: 0 8px;
}
.nut-steps-horizontal-double .nut-step-head-text-wrap {
  background-color: #ffffff;
  padding: 0 8px;
}
.nut-steps-horizontal-double .nut-step-head-icon {
  height: 20px;
  width: 20px;
}
.nut-steps-horizontal-double .nut-step-head-icon .nut-icon {
  height: 12px;
  width: 12px;
}
.nut-steps-horizontal-double .nut-step-main {
  align-items: center;
  margin-left: 0;
  margin-top: 2px;
}
.nut-steps-horizontal-double.nut-steps-horizontal-icon .nut-step-head {
  height: 20px;
}
.nut-steps-horizontal-double.nut-steps-horizontal-icon .nut-step-line {
  height: 20px;
}
.nut-steps-horizontal-double.nut-steps-horizontal-dot .nut-step-head {
  height: 6px;
}
.nut-steps-horizontal-double.nut-steps-horizontal-dot .nut-step-line {
  height: 6px;
}
.nut-steps-horizontal-double.nut-steps-horizontal-text .nut-step-head {
  height: 12px;
}
.nut-steps-horizontal-double.nut-steps-horizontal-text .nut-step-line {
  height: 12px;
}
.nut-steps-vertical {
  /* #ifdef harmony dynamic*/
  flex: 1;
  min-width: 0;
  /* #endif */
  flex-direction: column;
}
.nut-steps-vertical .nut-step {
  padding-bottom: 13px;
}
.nut-steps-vertical .nut-step-last {
  padding-bottom: 0 !important;
}
.nut-steps-vertical .nut-step-line {
  height: calc(100% - 4px);
  width: 1px;
  bottom: 0;
}
.nut-steps-vertical .nut-step-line-inner {
  height: 100%;
}
.nut-steps-vertical .nut-step-head {
  align-items: center;
  justify-content: center;
  height: 18px;
}
.nut-steps-vertical .nut-step-head-icon {
  width: 20px;
  height: 20px;
}
.nut-steps-vertical .nut-step-head-icon .nut-icon {
  height: 12px;
  width: 12px;
}
.nut-steps-vertical .nut-step-main {
  flex: 1;
  min-width: 0;
  height: auto;
  margin-left: 8px;
}
.nut-steps-vertical .nut-step-title {
  display: flex;
  align-items: center;
  height: 18px;
  font-size: 16px;
  overflow: auto;
  font-weight: 500;
  margin-bottom: 4px;
}
.nut-steps-vertical .nut-step-description {
  margin: 0 0 1px;
  height: auto;
  line-height: 18px;
  color: #1a1a1a;
  font-size: 14px;
  box-sizing: border-box;
}
.nut-steps-vertical .nut-step-head-dot-wrap, .nut-steps-vertical .nut-step-head-icon-wrap, .nut-steps-vertical .nut-step-head-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
}
.nut-steps-vertical .nut-step-head-dot-wrap {
  height: calc(6px + 8px);
}
.nut-steps-vertical .nut-step-head-icon-wrap {
  height: calc(20px + 8px);
}
.nut-steps-vertical .nut-step-head-text-wrap {
  height: calc(12px + 8px);
}
.nut-steps-vertical-icon .nut-step-head {
  width: calc(20px + 1px);
  min-width: calc(20px + 1px);
}
.nut-steps-vertical-icon .nut-step-line {
  left: calc(20px / 2);
}
.nut-steps-vertical-dot .nut-step-head {
  width: calc(6px + 1px);
}
.nut-steps-vertical-dot .nut-step-line {
  left: calc(6px / 2);
}
.nut-steps-vertical-text .nut-step-head {
  width: calc(12px + 1px);
  min-width: calc(12px + 1px);
}
.nut-steps-vertical-text .nut-step-line {
  left: calc(12px / 2);
}
.nut-steps-horizontal-enhanced .nut-step-finish .nut-step-head-icon {
  background-color: #ffebf1;
}
.nut-steps-horizontal-enhanced .nut-step-finish .nut-step-head-text {
  background-color: #ffebf1;
}
.nut-steps-vertical-enhanced .nut-step-finish .nut-step-head-icon {
  background-color: #ffebf1;
}
.nut-steps-vertical-enhanced .nut-step-finish .nut-step-head-text {
  background-color: #ffebf1;
}
.nut-steps-horizontal-enhanced .nut-step-finish .nut-step-head-icon .nut-icon {
  color: #ff475d;
}
.nut-steps-horizontal-enhanced .nut-step-finish .nut-step-head-text .nut-icon {
  color: #ff475d;
}
.nut-steps-vertical-enhanced .nut-step-finish .nut-step-head-icon .nut-icon {
  color: #ff475d;
}
.nut-steps-vertical-enhanced .nut-step-finish .nut-step-head-text .nut-icon {
  color: #ff475d;
}
.nut-steps-horizontal-enhanced .nut-step-finish .nut-step-head-text {
  color: #ff475d;
}
.nut-steps-vertical-enhanced .nut-step-finish .nut-step-head-text {
  color: #ff475d;
}
.nut-steps-horizontal-enhanced .nut-step-finish .nut-step-head-dot {
  background-color: #ffadbe;
}
.nut-steps-vertical-enhanced .nut-step-finish .nut-step-head-dot {
  background-color: #ffadbe;
}