.ant-steps.ant-steps-label-vertical .ant-steps-item-content {
  /* display: block;
  width: 132px;
  margin-top: 12px;
  text-align: center;
  margin-left: -10px; */
  display: block;
  width: 190px;
  margin-top: 13px;
  text-align: center;
  margin-left: -37px;
}

.ant-steps .ant-steps-item-process .ant-steps-item-icon {
  background-color: #ffffff;
  border-color: #E1C870;
}

.ant-steps .ant-steps-item-process .ant-steps-item-icon >.ant-steps-icon {
  color: #000000;
}


.ant-steps .ant-steps-item-wait .ant-steps-item-icon {
  background: #D0D5DD;
}

.ant-steps .ant-steps-item-wait .ant-steps-item-icon >.ant-steps-icon {
  color: #ffffff;
}

.ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail::after {
  background-color: #E1C870;
}

.ant-steps .ant-steps-item-finish .ant-steps-item-icon >.ant-steps-icon {
  color: #ffffff;
}

.ant-steps .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #E1C870;
  border-color: #ffffff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #E1C870;
  color: #E1C870;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #ffffff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role='button']:hover .ant-steps-item-title, :where(.css-dev-only-do-not-override-1km3mtt).ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle, :where(.css-dev-only-do-not-override-1km3mtt).ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #E1C870;
}