.paypal-advanced-checkout-wrapper {
  margin-bottom: 10px;
}
.paypal-advanced-checkout-wrapper .paypal-button-container {
  padding: 20px 0 15px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.paypal-advanced-checkout-wrapper .paypal-button-container .paypal-buttons {
  z-index: 10;
}
.paypal-advanced-checkout-wrapper .card_container {
  padding: 20px 0;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.paypal-advanced-checkout-wrapper .card_field {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 10px;
  resize: vertical;
  background: white;
  font-size: 17px;
  color: #3a3a3a;
  font-family: helvetica, tahoma, calibri, sans-serif;
}
.paypal-advanced-checkout-wrapper .card_field:nth-child(1) {
  margin-top: 20px;
}
.paypal-advanced-checkout-wrapper .card_field iframe {
  border: 1px solid #ccc !important;
  padding: 12px;
  height: 40px !important;
}
.paypal-advanced-checkout-wrapper .card_field_50 {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 10px;
  resize: vertical;
  height: 40px;
  background: white;
  font-size: 17px;
  color: #3a3a3a;
  font-family: helvetica, tahoma, calibri, sans-serif;
}
.paypal-advanced-checkout-wrapper .card_field_75 {
  width: 75%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  height: 40px;
  background: white;
  font-size: 17px;
  color: #3a3a3a;
  font-family: helvetica, tahoma, calibri, sans-serif;
}
.paypal-advanced-checkout-wrapper .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  margin: 0 -5px;
}
.paypal-advanced-checkout-wrapper .row > [class*="col-"] {
  padding: 0 5px;
}
.paypal-advanced-checkout-wrapper .row > .text-center {
  margin-bottom: 20px;
}
.paypal-advanced-checkout-wrapper .col-25 {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
}
.paypal-advanced-checkout-wrapper .col-50 {
  -ms-flex: 50%;
  /* IE10 */
  flex: 50%;
}
.paypal-advanced-checkout-wrapper input[type=text], .paypal-advanced-checkout-wrapper select, .paypal-advanced-checkout-wrapper textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  height: 40px;
  background: white;
  font-size: 17px;
  color: #3a3a3a;
  font-family: helvetica, tahoma, calibri, sans-serif;
}
.paypal-advanced-checkout-wrapper input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.paypal-advanced-checkout-wrapper .message_container {
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 13px;
  font-family: monospace;
  padding: 20px;
}
.paypal-advanced-checkout-wrapper #loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
.paypal-advanced-checkout-wrapper #loading-image {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
}
.paypal-advanced-checkout-wrapper .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  /* half width of the spinner gif */
  margin-top: -50px;
  /* half height of the spinner gif */
  text-align: center;
  z-index: 1234;
  overflow: auto;
  width: 100px;
  /* width of the spinner gif */
  height: 102px;
  /* height of the spinner gif +2px to fix IE8 issue */
}
.paypal-advanced-checkout-wrapper .button_container {
  display: flex;
  justify-content: center;
}
.paypal-advanced-checkout-wrapper button {
  width: 229px;
  height: 49px;
  background: lightblue;
  border: 1px dotted black;
  font-size: 17px;
  color: #3a3a3a;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
}
.paypal-advanced-checkout-wrapper button:hover {
  background-color: powderblue;
}
.paypal-advanced-checkout-wrapper .btn_small {
  width: 130px;
  height: 39px;
  background: lightblue;
  border: 1px dotted black;
  font-size: 14px;
  color: #3a3a3a;
}
.paypal-advanced-checkout-wrapper .btn_small:hover {
  background-color: powderblue;
}

.paypal-modal .card_field {
    max-height: 3rem;
    margin-bottom: 1rem;
}

.paypal-modal-spin {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.5);
  z-index: 999;
}