.section {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon svg {
  color: var(--green);
  width: 200px;
  height: 200px;
}

.icon_failed svg {
  color: var(--red);
  width: 200px;
  height: 200px;
}

.order_success_text {
  font-size: 25px;
  font-weight: 300;
  margin-top: 0;
}

.customInputClass {
  padding: 10px 0;
}

.fp_form {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.section_box {
  max-width: 300px;
}

.button {
  width: 100%;
  padding: 3px;
}

.status {
  display: flex;
  justify-content: center;
}

.error_status {
  text-align: center;
  color: var(--red);
  font-weight: 400;
  padding: 5px 20px;
  margin: 5px 0;
}