img {
  margin-bottom: 24px !important;
}

.stripe.payment-form {
  background-color: #ffffff;
}

.stripe.payment-form * {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.stripe.payment-form fieldset {
  margin: 0 15px 20px !important;
  padding: 0;
  border-style: none;
  background-color: #ffffff;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ced1da;
  border-radius: 4px;
}

.stripe.payment-form .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.stripe.payment-form .row + .row {
  border-top: 1px solid #d4d7e0;
}

.stripe.payment-form label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stripe.payment-form input,
.stripe.payment-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.stripe.payment-form input:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.stripe.payment-form .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripe.payment-form .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.stripe.payment-form input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: darkslategray;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.stripe.payment-form input::-webkit-input-placeholder {
  color: lightgray;
}

.stripe.payment-form input::-moz-placeholder {
  color: lightgray;
}

.stripe.payment-form input:-ms-input-placeholder {
  color: lightgray;
}

.stripe.payment-form button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 30px 15px 0 !important;
  background-color: orange;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 darkorange;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.stripe.payment-form button:active {
  background-color: darkorange;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #da9100;
}
.stripe.payment-form button:disabled {
  background-color: #ffce6d;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffffff;
}

.stripe.payment-form .error svg .base {
  fill: #000;
}

.stripe.payment-form .error svg .glyph {
  fill: #000;
}

.stripe.payment-form .error .message {
  color: #000;
}

.stripe.payment-form .success .icon .border {
  stroke: #000;
}

.stripe.payment-form .success .icon .checkmark {
  stroke: #000;
}

.stripe.payment-form .success .title {
  color: #000;
}

.stripe.payment-form .success .message {
  color: #000;
}

.stripe.payment-form .success .reset path {
  fill: #ffffff;
}
