/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.sd-steps-item {
  position: relative;
  flex: 1;
  margin-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.sd-steps-item:last-child {
  flex: none;
  margin-right: 0;
}
.sd-steps-item-active .sd-steps-item-title {
  font-weight: 500;
}
.sd-steps-item-node {
  display: inline-block;
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  vertical-align: top;
}
.sd-steps-icon {
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border-radius: var(--sd-border-radius-circle);
}
.sd-steps-item-wait .sd-steps-icon {
  color: var(--sd-color-text-2);
  background-color: var(--sd-color-fill-2);
  border: 1px solid transparent;
}
.sd-steps-item-process .sd-steps-icon {
  color: var(--sd-color-white);
  background-color: rgb(var(--sd-primary-6));
  border: 1px solid transparent;
}
.sd-steps-item-finish .sd-steps-icon {
  color: rgb(var(--sd-primary-6));
  background-color: var(--sd-color-primary-light-1);
  border: 1px solid transparent;
}
.sd-steps-item-error .sd-steps-icon {
  color: var(--sd-color-white);
  background-color: rgb(var(--sd-danger-6));
  border: 1px solid transparent;
}
.sd-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: var(--sd-color-text-2);
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}
.sd-steps-item-wait .sd-steps-item-title {
  color: var(--sd-color-text-2);
}
.sd-steps-item-process .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-item-finish .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-item-error .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-item-content {
  display: inline-block;
}
.sd-steps-item-description {
  max-width: 140px;
  margin-top: 2px;
  color: var(--sd-color-text-3);
  font-size: 12px;
  white-space: normal;
}
.sd-steps-item-wait .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-item-process .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-item-finish .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-item-error .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-label-horizontal .sd-steps-item:not(:last-child) .sd-steps-item-title::after {
  position: absolute;
  top: 13.5px;
  left: 100%;
  display: block;
  box-sizing: border-box;
  width: 5000px;
  height: 1px;
  background-color: var(--sd-color-neutral-3);
  content: "";
}
.sd-steps-label-horizontal .sd-steps-item.sd-steps-item-process .sd-steps-item-title::after {
  background-color: var(--sd-color-neutral-3);
}
.sd-steps-label-horizontal .sd-steps-item.sd-steps-item-finish .sd-steps-item-title::after {
  background-color: rgb(var(--sd-primary-6));
}
.sd-steps-label-horizontal .sd-steps-item.sd-steps-item-next-error .sd-steps-item-title::after {
  background-color: rgb(var(--sd-danger-6));
}
.sd-steps-item:not(:last-child) .sd-steps-item-tail {
  position: absolute;
  top: 13.5px;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
}
.sd-steps-item:not(:last-child) .sd-steps-item-tail::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--sd-color-neutral-3);
  content: "";
}
.sd-steps-vertical .sd-steps-item:not(:last-child) .sd-steps-item-tail {
  position: absolute;
  top: 0;
  left: 13.5px;
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  padding: 34px 0 6px;
}
.sd-steps-vertical .sd-steps-item:not(:last-child) .sd-steps-item-tail::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--sd-color-neutral-3);
  content: "";
}
.sd-steps-size-small.sd-steps-vertical .sd-steps-item:not(:last-child) .sd-steps-item-tail {
  left: 11.5px;
  padding: 30px 0 6px;
}
.sd-steps-item:not(:last-child).sd-steps-item-finish .sd-steps-item-tail::after {
  background-color: rgb(var(--sd-primary-6));
}
.sd-steps-item:not(:last-child).sd-steps-item-next-error .sd-steps-item-tail::after {
  background-color: rgb(var(--sd-danger-6));
}
.sd-steps-size-small:not(.sd-steps-vertical) .sd-steps-item:not(:last-child) .sd-steps-item-tail {
  top: 11.5px;
}
.sd-steps-size-small .sd-steps-item-node {
  font-size: 14px;
}
.sd-steps-size-small .sd-steps-item-title {
  font-size: 14px;
  line-height: 24px;
}
.sd-steps-size-small .sd-steps-item-description {
  font-size: 12px;
}
.sd-steps-size-small .sd-steps-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 22px;
}
.sd-steps-size-small.sd-steps-label-horizontal .sd-steps-item:not(:last-child) .sd-steps-item-title::after {
  top: 11.5px;
}
.sd-steps-label-vertical .sd-steps-item {
  overflow: visible;
}
.sd-steps-label-vertical .sd-steps-item-title {
  margin-top: 2px;
  padding-right: 0;
}
.sd-steps-label-vertical .sd-steps-item-node {
  margin-left: 56px;
}
.sd-steps-label-vertical .sd-steps-item-tail {
  left: 96px;
  padding-right: 40px;
}
.sd-steps-label-vertical.sd-steps-size-small .sd-steps-item-node {
  margin-left: 58px;
}
.sd-steps-label-vertical.sd-steps-size-small .sd-steps-item-tail {
  left: 94px;
  padding-right: 36px;
}

.sd-steps-mode-dot .sd-steps-item {
  position: relative;
  flex: 1;
  margin-right: 16px;
  overflow: visible;
  white-space: nowrap;
  text-align: left;
}
.sd-steps-mode-dot .sd-steps-item:last-child {
  flex: none;
  margin-right: 0;
}
.sd-steps-mode-dot .sd-steps-item-active .sd-steps-item-title {
  font-weight: 500;
}
.sd-steps-mode-dot .sd-steps-item-node {
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  vertical-align: top;
  border-radius: var(--sd-border-radius-circle);
}
.sd-steps-mode-dot .sd-steps-item-active .sd-steps-item-node {
  width: 10px;
  height: 10px;
}
.sd-steps-mode-dot .sd-steps-item-wait .sd-steps-item-node {
  background-color: var(--sd-color-fill-4);
  border-color: var(--sd-color-fill-4);
}
.sd-steps-mode-dot .sd-steps-item-process .sd-steps-item-node {
  background-color: rgb(var(--sd-primary-6));
  border-color: rgb(var(--sd-primary-6));
}
.sd-steps-mode-dot .sd-steps-item-finish .sd-steps-item-node {
  background-color: rgb(var(--sd-primary-6));
  border-color: rgb(var(--sd-primary-6));
}
.sd-steps-mode-dot .sd-steps-item-error .sd-steps-item-node {
  background-color: rgb(var(--sd-danger-6));
  border-color: rgb(var(--sd-danger-6));
}
.sd-steps-mode-dot.sd-steps-horizontal .sd-steps-item-node {
  margin-left: 66px;
}
.sd-steps-mode-dot.sd-steps-horizontal .sd-steps-item-active .sd-steps-item-node {
  margin-top: -1px;
  margin-left: 65px;
}
.sd-steps-mode-dot .sd-steps-item-content {
  display: inline-block;
}
.sd-steps-mode-dot .sd-steps-item-title {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
}
.sd-steps-mode-dot .sd-steps-item-wait .sd-steps-item-title {
  color: var(--sd-color-text-2);
}
.sd-steps-mode-dot .sd-steps-item-process .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-mode-dot .sd-steps-item-finish .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-mode-dot .sd-steps-item-error .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-mode-dot .sd-steps-item-description {
  margin-top: 4px;
  font-size: 12px;
  white-space: normal;
}
.sd-steps-mode-dot .sd-steps-item-wait .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-mode-dot .sd-steps-item-process .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-mode-dot .sd-steps-item-finish .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-mode-dot .sd-steps-item-error .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-mode-dot .sd-steps-item:not(:last-child) .sd-steps-item-tail {
  position: absolute;
  top: 3.5px;
  left: 78px;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: var(--sd-color-neutral-3);
}
.sd-steps-mode-dot .sd-steps-item:not(:last-child).sd-steps-item-process .sd-steps-item-tail {
  background-color: var(--sd-color-neutral-3);
}
.sd-steps-mode-dot .sd-steps-item:not(:last-child).sd-steps-item-finish .sd-steps-item-tail {
  background-color: rgb(var(--sd-primary-6));
}
.sd-steps-mode-dot .sd-steps-item:not(:last-child).sd-steps-item-next-error .sd-steps-item-tail {
  background-color: rgb(var(--sd-danger-6));
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item-node {
  margin-right: 16px;
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item-content {
  overflow: hidden;
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item-title {
  margin-top: -2px;
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item-description {
  margin-top: 4px;
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item:not(:last-child) .sd-steps-item-tail {
  position: absolute;
  bottom: 0;
  left: 4px;
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 2px;
  background-color: transparent;
  transform: translateX(-50%);
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item:not(:last-child) .sd-steps-item-tail::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--sd-color-neutral-3);
  content: "";
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item:not(:last-child).sd-steps-item-process .sd-steps-item-tail::after {
  background-color: var(--sd-color-neutral-3);
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item:not(:last-child).sd-steps-item-finish .sd-steps-item-tail::after {
  background-color: rgb(var(--sd-primary-6));
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item:not(:last-child).sd-steps-item-next-error .sd-steps-item-tail::after {
  background-color: rgb(var(--sd-danger-6));
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item .sd-steps-item-node {
  margin-top: 8px;
}
.sd-steps-mode-dot.sd-steps-vertical .sd-steps-item-active .sd-steps-item-node {
  margin-top: 6px;
  margin-left: -1px;
}

.sd-steps-mode-arrow .sd-steps-item {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  height: 72px;
  overflow: visible;
  white-space: nowrap;
}
.sd-steps-mode-arrow .sd-steps-item:not(:last-child) {
  margin-right: 4px;
}
.sd-steps-mode-arrow .sd-steps-item-wait {
  background-color: var(--sd-color-fill-1);
}
.sd-steps-mode-arrow .sd-steps-item-process {
  background-color: rgb(var(--sd-primary-6));
}
.sd-steps-mode-arrow .sd-steps-item-finish {
  background-color: var(--sd-color-primary-light-1);
}
.sd-steps-mode-arrow .sd-steps-item-error {
  background-color: rgb(var(--sd-danger-6));
}
.sd-steps-mode-arrow .sd-steps-item-content {
  display: inline-block;
  box-sizing: border-box;
}
.sd-steps-mode-arrow .sd-steps-item:first-child .sd-steps-item-content {
  padding-left: 16px;
}
.sd-steps-mode-arrow .sd-steps-item:not(:first-child) .sd-steps-item-content {
  padding-left: 52px;
}
.sd-steps-mode-arrow .sd-steps-item-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
.sd-steps-mode-arrow .sd-steps-item-title::after {
  display: none !important;
}
.sd-steps-mode-arrow .sd-steps-item-wait .sd-steps-item-title {
  color: var(--sd-color-text-2);
}
.sd-steps-mode-arrow .sd-steps-item-process .sd-steps-item-title {
  color: var(--sd-color-white);
}
.sd-steps-mode-arrow .sd-steps-item-finish .sd-steps-item-title {
  color: var(--sd-color-text-1);
}
.sd-steps-mode-arrow .sd-steps-item-error .sd-steps-item-title {
  color: var(--sd-color-white);
}
.sd-steps-mode-arrow .sd-steps-item-active .sd-steps-item-title {
  font-weight: 500;
}
.sd-steps-mode-arrow .sd-steps-item-description {
  max-width: none;
  margin-top: 0;
  font-size: 12px;
  white-space: nowrap;
}
.sd-steps-mode-arrow .sd-steps-item-wait .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-mode-arrow .sd-steps-item-process .sd-steps-item-description {
  color: var(--sd-color-white);
}
.sd-steps-mode-arrow .sd-steps-item-finish .sd-steps-item-description {
  color: var(--sd-color-text-3);
}
.sd-steps-mode-arrow .sd-steps-item-error .sd-steps-item-description {
  color: var(--sd-color-white);
}
.sd-steps-mode-arrow .sd-steps-item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 36px solid var(--sd-color-bg-2);
  content: "";
}
.sd-steps-mode-arrow .sd-steps-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -36px;
  z-index: 2;
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  content: "";
}
.sd-steps-mode-arrow .sd-steps-item:not(:last-child).sd-steps-item-wait::after {
  border-left: 36px solid var(--sd-color-fill-1);
}
.sd-steps-mode-arrow .sd-steps-item:not(:last-child).sd-steps-item-process::after {
  border-left: 36px solid rgb(var(--sd-primary-6));
}
.sd-steps-mode-arrow .sd-steps-item:not(:last-child).sd-steps-item-error::after {
  border-left: 36px solid rgb(var(--sd-danger-6));
}
.sd-steps-mode-arrow .sd-steps-item:not(:last-child).sd-steps-item-finish::after {
  border-left: 36px solid var(--sd-color-primary-light-1);
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item {
  height: 40px;
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item-title {
  font-size: 14px;
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item-description {
  display: none;
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:not(:first-child)::before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--sd-color-bg-2);
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:not(:last-child)::after {
  right: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--sd-color-fill-1);
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:first-child .sd-steps-item-content {
  padding-left: 20px;
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:not(:first-child) .sd-steps-item-content {
  padding-left: 40px;
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item-error:not(:last-child)::after {
  border-left: 20px solid rgb(var(--sd-danger-6));
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:not(:last-child).sd-steps-item-wait::after {
  border-left: 20px solid var(--sd-color-fill-1);
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:not(:last-child).sd-steps-item-process::after {
  border-left: 20px solid rgb(var(--sd-primary-6));
}
.sd-steps-mode-arrow.sd-steps-size-small .sd-steps-item:not(:last-child).sd-steps-item-finish::after {
  border-left: 20px solid var(--sd-color-primary-light-1);
}

.sd-steps-mode-navigation.sd-steps-label-horizontal .sd-steps-item:not(:last-child) .sd-steps-item-title::after {
  display: none;
}
.sd-steps-mode-navigation .sd-steps-item {
  margin-right: 32px;
  padding-right: 10px;
  padding-left: 20px;
}
.sd-steps-mode-navigation .sd-steps-item:last-child {
  flex: 1;
}
.sd-steps-mode-navigation .sd-steps-item-content {
  margin-bottom: 20px;
}
.sd-steps-mode-navigation .sd-steps-item-description {
  padding-right: 20px;
}
.sd-steps-mode-navigation .sd-steps-item-active::after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background-color: rgb(var(--sd-primary-6));
  content: "";
}
.sd-steps-mode-navigation .sd-steps-item-active:last-child::after {
  width: 100%;
}
.sd-steps-mode-navigation .sd-steps-item:not(:last-child) .sd-steps-item-content::after {
  position: absolute;
  top: 10px;
  right: 30px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--sd-color-bg-2);
  border: 2px solid var(--sd-color-text-4);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: "";
}

.sd-steps {
  display: flex;
}
.sd-steps-changeable .sd-steps-item-title,
.sd-steps-changeable .sd-steps-item-description {
  transition: color 0.1s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.sd-steps-changeable .sd-steps-item:not(.sd-steps-item-active, .sd-steps-item-disabled) {
  cursor: pointer;
}
.sd-steps-changeable .sd-steps-item:not(.sd-steps-item-active, .sd-steps-item-disabled):hover .sd-steps-item-content .sd-steps-item-title,
.sd-steps-changeable .sd-steps-item:not(.sd-steps-item-active, .sd-steps-item-disabled):hover .sd-steps-item-content .sd-steps-item-description {
  color: rgb(var(--sd-primary-6));
}

.sd-steps-line-less .sd-steps-item-title::after {
  display: none !important;
}

.sd-steps-vertical {
  flex-direction: column;
}
.sd-steps-vertical .sd-steps-item:not(:last-child) {
  min-height: 90px;
}
.sd-steps-vertical .sd-steps-item-title::after {
  display: none !important;
}
.sd-steps-vertical .sd-steps-item-description {
  max-width: none;
}

.sd-steps-label-vertical .sd-steps-item-content {
  display: block;
  width: 140px;
  text-align: center;
}
.sd-steps-label-vertical .sd-steps-item-description {
  max-width: none;
}