﻿/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    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;
}

.Checkout.is-desktop .Button {
    background-image: none !important;
    background-color: #fa755a !important;
}
.Checkout.is-desktop .PaymentMethodSelector-tabListItem {
    font-size:30px!important;
}
    .Button-animationWrapper-child--primary Button {
    color: red;
}
.stripe-button-el {
   background:none!important;
   background-image:none!important;
   background-color:transparent!important;
   border:none!important;
   box-shadow:none!important;
   padding:0px!important;
}

    .stripe-button-el span {
        background:none!important;
        background-image:none!important;
        background-color: #ff5f5f!important;
        border-color: #ff5f5f!important;
        color: #FFFFFF !important;
        border-radius: 4px !important;
        text-transform: none !important;
        border-radius: 4px !important;
        text-transform: none !important;
        border-radius: 4px !important;
        text-transform: none !important;
    }
