.stripePayCon {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.stripePayCon .stripeContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stripePayCon .stripeContent .stripeGateway {
  width: 100%;
  max-width: 450px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}

#paymentResponseErr {
  color: #dc1313;
}

body.wp360_loading:before {
  content: "Loading...";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 9999999;
}

.wp360FailedPayment {
  color: #dc1313 !important;
}

.wp360SuccessPayment {
  color: #49af41 !important;
}/*# sourceMappingURL=front_style.css.map */