﻿.form-style {
    max-width: 475px;
    margin: 0 auto;
    border-radius: 8px;
}


.card-style {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

/*.card-style {
    padding: 8px; 
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    display: flow;
    align-items: center;
    font-size: 16px;
}

    .card-style .StripeElement {
        width: 100%;
        font-size: 16px !important;
        line-height: 45px !important;
    }

        .card-style .StripeElement input {
            font-size: 16px !important;
        }

    .card-style svg {
        transform: scale(1.5) !important;
    }*/


#card-errors {
    margin-top: 10px;
    color: #fa755a;
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mainscreen {
    /* min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #DFDBE5;
    background-image: url("https://wallpaperaccess.com/full/3063067.png");*/
    color: #963E7B;
}

.card {
    width: 60rem;
    margin: auto;
    background: white;
    position: center;
    align-self: center;
    border-radius: 1.5rem;
    box-shadow: 4px 3px 20px #3535358c;
    display: flex;
    flex-direction: row;
}

.leftside {
    background: #030303;
    width: 25rem;
    display: inline-flex;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
}

.checkout-bg {
    background-image: url("/Stripe/images/checkout.png");
    background-repeat: no-repeat;
    background-size: 90%;
    float: left;
    background-position: 10px 110px;
}

.product {
    object-fit: cover;
    width: 20em;
    height: 20em;
    border-radius: 100%;
}

.rightside {
    background-color: #ffffff;
    width: 35rem;
    border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 1rem 2rem 3rem 3rem;
}

label {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    margin: .4rem 0;
}

.inputbox {
    color: #030303;
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-bottom: 1.5px solid #ccc;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
    font-family: 'Roboto', sans-serif;
    color: #615a5a;
    font-size: 1.1rem;
    font-weight: 500;
    outline: none;
}

.expcvv {
    display: flex;
    justify-content: space-between;
    padding-top: 0.6rem;
}

.expcvv_text {
    padding-right: 1rem;
}

.expcvv_text2 {
    padding: 0 1rem;
}

.button {
    background: linear-gradient( 135deg, #753370 0%, #298096 100%);
    padding: 15px;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 100%;
    letter-spacing: .11rem;
    outline: none;
}

    .button:hover {
        transform: scale(1.05) translateY(-3px);
        box-shadow: 3px 3px 6px #38373785;
    }


.sweet-alert.showSweetAlert.visible h2{
    color: #3d892a;
}
.sweet-alert.showSweetAlert.visible p {
    font-weight: 600;
    color: #3d892a;
}

@media only screen and (max-width: 1000px) {
    .card {
        flex-direction: column;
        width: auto;
    }

    .leftside {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 0;
    }

    .checkout-bg {
        background-image: url("/Stripe/images/checkout.png");
        background-repeat: no-repeat;
        background-size: 90%;
        float: left;
        background-position: 10px 110px;
    }

    .rightside {
        width: auto;
        border-bottom-left-radius: 1.5rem;
        padding: 0.5rem 3rem 3rem 2rem;
        border-radius: 0;
    }
}
