/*! rtl:begin:ignore */
/* -----------  color  ——————---- start */
/* -----------  color  ——————---- end */
/* -----------  motion  ——————---- start */
/* -----------  motion  ——————---- end */
/* -----------  transition  ——————---- start */
/* -----------  transition  ——————---- end */
/* -----------  font  ——————---- start */
/* -----------  font  ——————---- end */
/* -----------  zIndex  ——————---- start */
/*
    普通组件内部自身层级应设置在0-100间
*/
/* -----------  zIndex  ——————---- end */
/* -----------  Button  ——————---- start */
/* -----------  Button  ——————---- end */
/* -----------  Collapse  ——————---- start */
/* -----------  Collapse  ——————---- end */
/* -----------  Card  ——————---- start */
/* -----------  Card  ——————---- end */
/* -----------  Carousel  ——————---- start */
/* -----------  Carousel  ——————---- end */
/* -----------  Cascader  ——————---- start */
/* -----------  Cascader  ——————---- end */
/* -----------  Switch  ——————---- start */
/* -----------  Switch  ——————---- end */
/* -----------  Input  ——————---- start */
/* -----------  Input  ——————---- end */
/* -----------  InputNumber  ——————---- start */
/* -----------  InputNumber  ——————---- end */
/* -----------  checkbox  ——————---- start */
/* -----------  checkbox  ——————---- start */
/* -----------  checkbox  ——————---- end */
/* -----------  Radio  ——————---- start */
/* -----------  Radio  ——————---- end */
/* -----------  icon  ——————---- start */
/* -----------  icon  ——————---- end */
/* -----------  Popconfirm  ——————---- start */
/* -----------  Popconfirm  ——————---- end */
/* -----------  Progress  ——————---- start */
/* -----------  Progress  ——————---- end */
/* -----------  Pagination  ——————---- start */
/* -----------  Pagination  ——————---- end */
/* -----------  Timeline  ——————---- start */
/* -----------  Timeline  ——————---- end */
/* -----------  Tabs  ——————---- start */
/* -----------  Tabs  ——————---- end */
/* -----------  Select  ——————---- start */
/* -----------  Select  ——————---- end */
/* -----------  Rate  ——————---- start */
/* -----------  Rate  ——————---- end */
/* -----------  Dropdown  ——————---- start */
/* -----------  Dropdown  ——————---- end */
/* -----------  Tooltip  ——————---- start */
/* -----------  Tooltip  ——————---- end */
/* -----------  Transfer  ——————---- start */
/* -----------  Transfer  ——————---- end */
/* -----------  DatePicker  ——————---- start */
/* -----------  DatePicker  ——————---- end */
/* -----------  ColorPicker  ——————---- start */
/* -----------  ColorPicker  ——————---- end */
/* -----------  Tree  ——————---- start */
/* -----------  Tree  ——————---- end */
/* -----------  Alert  ——————---- start */
/* -----------  Alert  ——————---- end */
/* -----------  Split-Panel ——————---- start */
/* -----------  Split-Panel ——————---- end */
/* -----------  Modal  ——————---- start */
/* -----------  Modal  ——————---- end */
/* -----------  Steps  ——————---- start */
/* -----------  Steps  ——————---- end */
/* -----------  Form  ——————---- start */
/* -----------  Form  ——————---- end */
/* -----------  Tag ——————---- start */
/* -----------  Tag ——————---- end */
/* -----------  Menu  ——————---- start */
/* -----------  Menu  ——————---- end */
/* -----------  notice  ——————---- start */
/* -----------  message  ——————---- end */
/* -----------  Spin  ——————---- start */
/* -----------  Spin  ——————---- end */
/* -----------  Spin  ——————---- start */
/* -----------  Spin  ——————---- end */
/* -----------  Layout  ——————---- start */
/* -----------  Layout  ——————---- end */
/* -----------  Typography  ——————---- start */
/* -----------  Typography  ——————---- start */
/* -----------  Search  ——————---- start */
/* -----------  Search  ——————---- start */
/* -----------  Badge  ——————---- start */
/* -----------  Badge  ——————---- end */
/* -----------  Anchor  ——————---- start */
/* -----------  Anchor  ——————---- end */
/* -----------  Avatar  ——————---- start */
/* -----------  Avatar  ——————---- end */
/* -----------  AdvancedSelector  ——————---- start */
/* -----------  AdvancedSelector  ——————---- end */
/* -----------  motion  ——————---- start */
/* -----------  motion  ——————---- end */
/* -----------  transition  ——————---- start */
/* -----------  transition  ——————---- end */
/* -----------  zIndex  ——————---- start */
/*
    普通组件内部自身层级应设置在0-100间
*/
/* -----------  zIndex  ——————---- end */
.kd-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kd-steps .kd-steps-icon {
  border: 2px solid;
  padding-top: 1px;
}
.kd-steps .kdicon-exclamatory {
  font-size: 30px;
}
.kd-steps-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0;
}
.kd-steps-item-clickable {
  cursor: pointer;
}
.kd-steps-item-clickable .kd-steps-item-iconContainer-icon .kd-steps-icon {
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
}
.kd-steps-item-clickable.kd-steps-item-wait .kd-steps-icon,
.kd-steps-item-clickable.kd-steps-item-wait .kd-steps-item-title {
  -webkit-transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s));
  transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s));
}
.kd-steps-item-clickable.kd-steps-item-wait:hover .kd-steps-icon {
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
  color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
  border-color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
}
.kd-steps-item-clickable.kd-steps-item-wait:hover .kd-steps-item-title,
.kd-steps-item-clickable.kd-steps-item-wait:hover .kd-steps-item-description {
  color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
}
.kd-steps-item-clickable.kd-steps-item-finish .kd-steps-item-title {
  -webkit-transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) ease;
  transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) ease;
}
.kd-steps-item-clickable.kd-steps-item-finish:hover .kd-steps-item-title {
  color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
}
.kd-steps-item-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kd-steps-item-iconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.kd-steps-item-iconContainer::after {
  content: '';
  width: 100%;
  height: var(--kd-c-steps-line-sizing-height, 1px);
  border-bottom: 1px dashed var(--kd-c-steps-color-wait, #999);
  border-left: 1px dashed var(--kd-c-steps-color-wait, #999);
  position: absolute;
  left: 50%;
  top: calc(50% - var(--kd-c-steps-line-sizing-height, 1px) / 2);
  -webkit-transition: width var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: width var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.kd-steps-item-iconContainer:last-child::after {
  display: none;
}
.kd-steps-item-iconContainer-icon {
  z-index: 1;
  width: var(--kd-c-steps-icon-sizing-width, 28px);
  height: var(--kd-c-steps-icon-sizing-width, 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kd-steps-item-iconContainer-icon .kd-steps-icon {
  width: var(--kd-c-steps-icon-sizing-width, 28px);
  height: var(--kd-c-steps-icon-sizing-width, 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
  color: var(--kd-c-steps-color-wait, #999);
  font-size: calc(var(--kd-c-steps-icon-sizing-width, 28px) - 13px);
  border-radius: 50%;
  border-color: var(--kd-c-steps-color-wait, #999);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kd-steps-item-content {
  text-align: center;
}
.kd-steps-item-content .kd-steps-item-title {
  line-height: 20px;
  font-size: var(--kd-c-steps-font-size, var(--kd-g-font-size-small, 12px));
  color: var(--kd-c-steps-color-wait, #999);
}
.kd-steps-item-content .kd-steps-item-description {
  line-height: 20px;
  font-size: var(--kd-c-steps-font-size, var(--kd-g-font-size-small, 12px));
  color: var(--kd-c-steps-color-wait, #999);
  width: var(--kd-c-steps-vertical-description-sizing-width, 200px);
}
.kd-steps-item-process {
  color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
}
.kd-steps-item-process .kd-steps-icon {
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
  color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
  border-color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
}
.kd-steps-item-process .kd-steps-item-title,
.kd-steps-item-process .kd-steps-item-description {
  color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
}
.kd-steps-item:last-child .kd-steps-item-iconContainer::after {
  display: none;
}
.kd-steps-item-finish .kd-steps-icon {
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
  color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
  border-color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kd-steps-item-finish .kd-steps-item-content .kd-steps-item-title,
.kd-steps-item-finish .kd-steps-item-content .kd-steps-item-description {
  color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
}
.kd-steps-item-error .kd-steps-icon {
  color: var(--kd-c-steps-color-error, var(--kd-g-color-error, #fb2323));
  border-color: var(--kd-c-steps-color-error, var(--kd-g-color-error, #fb2323));
}
.kd-steps-item-error .kd-steps-item-content .kd-steps-item-title,
.kd-steps-item-error .kd-steps-item-content .kd-steps-item-description {
  color: var(--kd-c-steps-color-error, var(--kd-g-color-error, #fb2323));
}
.kd-steps-bottomLable .kd-steps-item-iconContainer {
  margin-bottom: 4px;
}
.kd-steps-horizontal .kd-steps-item {
  min-width: 88px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 22px;
}
.kd-steps-horizontal .kd-steps-item:first-child {
  padding-left: 0;
}
.kd-steps-horizontal .kd-steps-item:last-child {
  padding-right: 0;
}
.kd-steps-horizontal .kd-steps-item .kd-steps-item-description {
  height: var(--kd-c-steps-horizontal-description-sizing-height, 60px);
  width: auto;
}
.kd-steps-horizontal .kd-steps-item-iconContainer::after {
  width: calc(100% + 44px);
}
.kd-steps-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kd-steps-vertical .kd-steps-item {
  width: 100%;
  min-height: 68px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 22px 0;
}
.kd-steps-vertical .kd-steps-item:first-child {
  padding-top: 0;
}
.kd-steps-vertical .kd-steps-item:last-child {
  padding-bottom: 0;
}
.kd-steps-vertical .kd-steps-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.kd-steps-vertical .kd-steps-item-iconContainer {
  margin-bottom: 0;
  margin-right: 4px;
}
.kd-steps-vertical .kd-steps-item-iconContainer::after {
  width: var(--kd-c-steps-line-sizing-height, 1px);
  height: calc(100% + 44px);
  top: 2px;
  left: calc(50% - var(--kd-c-steps-line-sizing-height, 1px) / 2);
}
.kd-steps-vertical .kd-steps-item-content {
  text-align: left;
  margin-top: 1px;
}
.kd-steps-rtl {
  direction: rtl;
}
.kd-steps-rtl .kd-steps-item:first-child .kd-steps-item-iconContainer::before {
  display: none;
}
.kd-steps-rtl.kd-steps-horizontal:first-child {
  padding-right: 0;
}
.kd-steps-rtl.kd-steps-horizontal:last-child {
  padding-right: 0;
  padding-left: 0;
}
.kd-steps-rtl.kd-steps-horizontal .kd-steps-item .kd-steps-item-container .kd-steps-item-iconContainer::after {
  display: none;
}
.kd-steps-rtl.kd-steps-horizontal .kd-steps-item .kd-steps-item-container .kd-steps-item-iconContainer::before {
  content: '';
  width: calc(100% + 35px);
  height: var(--kd-c-steps-line-sizing-height, 1px);
  border-bottom: 1px dashed var(--kd-c-steps-color-wait, #999);
  border-left: 1px dashed var(--kd-c-steps-color-wait, #999);
  position: absolute;
  left: 50%;
  top: calc(50% - var(--kd-c-steps-line-sizing-height, 1px) / 2);
  -webkit-transition: width var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: width var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.kd-steps-rtl.kd-steps-vertical .kd-steps-item-iconContainer {
  margin-left: 4px;
  margin-right: 0;
}
.kd-steps-rtl.kd-steps-vertical .kd-steps-item-content {
  text-align: right;
}
/*! rtl:end:ignore */
