.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#fast_stripe_sca_form {
  margin: 50px auto;
  position: relative;
}
#fast_stripe_sca_form fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  position: relative;
}

#fast_stripe_sca_form fieldset:not(:first-of-type) {
  display: none;
}

#fast_stripe_sca_form #initial-errors, #fast_stripe_sca_form #card-errors, #fast_stripe_sca_add_card_form #user-account-card-errors{
  color: #FF5733;
  clear:both;
}
/*inputs*/
#fast_stripe_sca_form input[type="text"], #fast_stripe_sca_form input[type="email"]{
  padding: 10px;
  /* border: 1px solid #f0f0f0; */
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 16px;
}
/*buttons*/
#fast_stripe_sca_form .action-button, #fast_stripe_sca_add_card_form .action-button{
  width: 33%;
  background: #FF5733;
  /* font-weight: bold; */
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 5px 5px;
  margin: 5px 0px 0px 0px;
  font-size: 16px;
}
#fast_stripe_sca_form .previous{
  background: #71706F;
  border-radius: 5px;
  line-height: 1.9em;
}
#fast_stripe_sca_form .action-button:hover, #fast_stripe_sca_form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #FF5733;
}

#fast_stripe_sca_form .submit {
  width: 65%;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  float:right;
  display: inline-block;
  border: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  line-height: 1.9em;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#fast_stripe_sca_form .next {
  border-radius: 5px;
  float: right;
  line-height: 1.9em;
}

#fast_stripe_sca_form .fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: 500;
}
#fast_stripe_sca_form .terms{margin-top:8px;}
#fast_stripe_sca_form .terms input[type="checkbox"]{
  margin-right: 8px;
  padding: 8px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 5px;
  vertical-align: text-bottom;
  border: 1px solid #555;
}
#fast_stripe_sca_form .terms{
    width: 65%;
    display: inline-block;
}
#fast_stripe_sca_form .terms input[type="checkbox"]:checked {
    outline:0;
}
#fast_stripe_sca_form input[name="payment_source"]:checked {
    background: #FF5733;
    outline:0;
}
#fast_stripe_sca_form .cards_img{
    width: 34%;
    display: inline-block;
}
#fast_stripe_sca_form .cards_img img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}
#fast_stripe_sca_form .stripe_sca_spinner{display: none;}
#fast_stripe_sca_form .paypal_btn, #fast_stripe_sca_form .paypal_btn_recurr{width: 50%; display: inline-block; margin-top: 15px;}
#fast_stripe_sca_form .paypal_btn .paypal, #fast_stripe_sca_form .paypal_btn_recurr .paypal{width: 100%;border-radius: 5px;}
#fast_stripe_sca_form .order_amount{float:right; display: inline-block; clear:both}
#fast_stripe_sca_form .order_amount span{float:right;}
#fast_stripe_sca_form .customer-card-no{font-weight: 500;}
#fast_stripe_sca_form button.updating-message:after,  #fast_stripe_sca_add_card_form button.updating-message:after{
  font-family: "dashicons";

  content: "\f463";

  display: inline-block;

  -webkit-font-smoothing: antialiased;

  font-size: 20px;

  vertical-align: top;

  margin-right: 5px;

  margin-right: 0.5rem;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
#fast_stripe_sca_form #card-element{padding:10px; box-shadow: 0 1px 3px 0 #cfd7df}
#fast_stripe_sca_form .order_amount h6{
  margin-bottom: 0px;
  font-size: 13px;
  float: right;
  font-weight: 500;
}
#fast_stripe_sca_form .payment-source div:last-of-type, #fast_stripe_sca_form .payment-source div:nth-last-child(2){
  display: inline-block;
  width:45%;
}

#fast_stripe_sca_user_card  td{text-align: center;}
#fast_stripe_sca_user_card, #fast_stripe_sca_user_card td, #fast_stripe_sca_user_card th, #fast_stripe_sca_user_subs, #fast_stripe_sca_user_subs td, #fast_stripe_sca_user_subs th {border-top:none; border-left:none; border-right:none; border-bottom:1px dotted rgba(0,0,0,.1);}
table#fast_stripe_sca_user_card .fast_stripe_sca_remove_card{
  vertical-align: middle;
  color: #FF5733;
  margin-left: 5px;
  cursor: pointer;
}
#fast_stripe_sca_user_info .fast-stripe-sca-user-info-block{
  margin: 15px 0;
}

#fast_stripe_sca_form .fsca-product-wrap, #fast_stripe_sca_form .fsca-payment-sel, .payment_method_fs_sca_wc .ff-payment-sel{
  margin: 10px 0px;
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:checked + label{
  /*background: linear-gradient(90deg, rgba(255,97,51,1) 1%, rgba(255,255,255,1) 100%);*/
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:checked,
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:not(:checked),
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:checked,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:not(:checked),
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:checked,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:checked + label,
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:not(:checked) + label,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:checked + label,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:not(:checked) + label,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:checked + label,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:not(:checked) + label
{
  position: relative;
  padding: 5px 0px 5px 35px;
  cursor: pointer;
  width: 100%;
  line-height: 20px;
  display: inline-block;
  /* color: #666; */
  font-size: 18px;
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:checked + label:before,
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:not(:checked) + label:before,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:checked + label:before,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:not(:checked) + label:before,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:checked + label:before,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:not(:checked) + label:before
{
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 25px;
  height: 25px;
  border: 4px solid #ccc;
  border-radius: 100%;
  background: #fff;
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:checked + label:after,
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:not(:checked) + label:after,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:checked + label:after,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:not(:checked) + label:after,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:checked + label:after,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:not(:checked) + label:after {
  content: '\f12a';
  font-family: "dashicons";
  font-size: 30px;
  color:#219c18;
  position: absolute;
  top: 5px;
  left: 02px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:not(:checked) + label:after,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:not(:checked) + label:after,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:not(:checked) + label:after  {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#fast_stripe_sca_form .fsca-product-wrap [type="radio"]:checked + label:after,
#fast_stripe_sca_form .fsca-payment-sel [type="radio"]:checked + label:after,
.payment_method_fs_sca_wc .ff-payment-sel [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ff-payment-sel label, .fsca-payment-sel label{
  font-size: 14px !important;
}
.payment_method_fs_sca_wc label[for=payment_method_fs_sca_wc] img{
  width: 50%;
}
