
.sf-stripe-purchase-wrapper {
    z-index: 9999;
    display: block;
    background: rgba(0,0,0,0.6);
    border: 0px none transparent;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    font-family:"Helvetica Neue","Helvetica",Arial,sans-serif;
}

.sf-stripe-purchase-wrapper > div {
    font-family:"Helvetica Neue","Helvetica",Arial,sans-serif;
}

.sf-stripe-center-box-purchase-information > p {
    font-family:"Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 14px;
}

.sf-stripe-center-box

{
    background: rgba(246,246,246, 1.0);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -240px 0 0 -151px;
    padding-bottom: 15px;
    border-radius: 6px;
    width: 302px;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0 12px 30px rgba(0,0,0,0.6);
}

.sf-stripe-center-box-title-wrapper
{
    padding: 25px 35px 15px 35px;
    margin: 0;
    position: relative;
    z-index: 1;

}

.sf-stripe-center-box-title {
    color: #222;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
}

.sf-stripe-center-box-subtitle {
    text-align: center;
    font-size: 14px;
    color: #444;
    line-height: 1.6em;
}

.sf-stripe-center-box-loader {
    text-align: center;
    margin-top: 1em;
}

.sf-stripe-center-box-separator {
    height: 1px;
    border: 0;
    background-color: #D1D1D1;
}

.sf-stripe-center-box-purchase-information {
    font-size: 14px;
    text-align: center;
    background: white;
    border: solid 1px #dededf;
    margin: 15px 0px;
    border-radius: 4px;
    padding: 1em 0em;

}

.sf-stripe-center-box-label-bold {
    font-weight: 500;
    line-height: 22px;
    margin: 0em;
}

.sf-stripe-center-box-label-light {
    color: #444;
    line-height: 22px;
    margin: 0em;
}

.sf-stripe-center-box-label-spacer {
    margin: 0em;
    line-height: 16px;
}

.sf-stripe-ok-button {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    width: 100%;
    height: 37px;
    border: 0;
    text-decoration: none;
    background: #45b1e8;
    background-image: linear-gradient(#45b1e8,#3097de);
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(46,86,153,0.3);
    box-shadow: 0 1px 0 rgba(46,86,153,0.15),0 0 4px rgba(86,149,219,0),inset 0 2px 0 rgba(41,102,20,0);

    border: 1px solid #3ca0dd;
    border-color: rgba(46,86,153,0.1);
    border-top: none;
    border-bottom-color: #2e7cc1;
    border-bottom-color: rgba(46,86,153,0.4);
}

.sf-stripe-ok-button:active {
    background-image: linear-gradient(#328ac3,#277bbe);
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
