.CheckoutStepForm .ant-steps {
    background: #eaf5e5 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 27px 12px;
    margin-bottom: 3%;
}
.CheckoutStepForm .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon {
    background: #171717 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    opacity: 1;
}

.CheckoutStepForm .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
  opacity: 1;
}

.CheckoutStepForm .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
  opacity: 1;
}

.CheckoutStepForm .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: #d4d4d4;
}

.CheckoutStepForm .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: #d4d4d4;
}

.CheckoutStepForm .ant-steps-item-wait .ant-steps-item-icon {
    background: #fff 0% 0% no-repeat padding-box;
    /* border: 1px solid #000000; */
}

.CheckoutStepForm .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon {
  color: #000;
}

.CheckoutStepForm .details__wrapper {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  padding: 44px;
  width: 70%;
  margin: 5% auto;
  box-shadow: 0px 3px 6px #00000029;
}

.CheckoutStepForm .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff !important;
  border-color: #fff !important;
}

.CheckoutStepForm .anticon {
    color: #000;
}

.ant-steps-item-title {
    color: #000 !important;
}

.CheckoutStepForm .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: #fff;
}

.CheckoutStepForm .input__error input {
  border-color: red;
}

.CheckoutStepForm .error__feedback {
  color: red;
}

.CheckoutStepForm .note__text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #a30404;
  opacity: 1;
}

.CheckoutStepForm .Light_Gray_Outline_Btn_holder {
  margin: 0px 13px;
}

.CheckoutStepForm .Green_Outline_Btn_holder {
  margin: 0px 13px;
}

.CheckoutStepForm .ant-steps-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}

.CheckoutStepForm .ant-steps-item-container {
  display: flex;
  align-items: center;
}



@media (min-width:0px) and (max-width:575px) {

  .CheckoutStepForm .Green_Outline_Btn_holder .Green_Outline_Btn {
    font-size: 12px;
    padding: 6px 11px;
  }

  .CheckoutStepForm .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
    font-size: 14px !important;
  }

  .CheckoutStepForm .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
    font-size: 14px !important;
  }

  .CheckoutStepForm .ant-steps-item-container {
    margin-bottom: 10px;
  }

  .CheckoutStepForm .ant-steps-vertical>.ant-steps-item .ant-steps-item-content {
    min-height: unset;
  }

  .CheckoutStepForm .ant-steps {
    padding: 10px;
    margin: 30px 0px;
  }
}

@media (min-width:0px) and (max-width:992px) {

  .CheckoutStepForm .ant-steps-label-horizontal {
    padding: 10px;
  }

  .CheckoutStepForm .details__wrapper {
    padding: 10px;
    width: 100%;
  }

  .CheckoutStepForm .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
    font-size: 15px;
  }

  .CheckoutStepForm .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
    font-size: 15px;
  }

  .CheckoutStepForm .ant-steps-item-icon {
    width: 25px;
    height: 25px;
  }
}