.stripe-modal-wrapper {
  min-height: 400px;
}
.stripe-modal-wrapper .StripeElement {
  height: auto;
}
.stripe-modal-wrapper #stripe-payment-message {
  margin-top: 10px;
}
.stripe-modal-wrapper .stripe-pay-btn {
  margin-top: 10px;
  background: #0055DE;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}