@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,600;1,700;1,800&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    min-height: 100vh;
    background: #f2f2f2;
}

.stripe-wrapper {
    min-height: 80vh;
    width: 500px;
    margin: auto;

}

.stripe-overview {
    width: 100%;
    padding: 30px 30px 20px 30px;
    background: #fff;
    box-shadow: 1px 0px 36px -6px rgb(202 202 202 / 40%);
    -webkit-box-shadow: 1px 0px 36px -6px rgb(202 202 202 / 40%);
    -moz-box-shadow: 1px 0px 44px -6px rgba(120, 120, 120, 0.7);
}


.header-link a h1 {
    font-size: 14px;
}

/* stripe overview */

.overview-img {
    height: 28px;
    width: 28px;
    margin-right: 8px;
    box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border-radius: 100%;
}

.overview-title-svg {
    fill: rgba(26, 26, 26, .5);
    height: 12px;
}

.header-link a {
    /* display: flex; */
    /* align-items: center; */
}

.header-link a:hover {
    text-decoration: none;
    color: rgba(26, 26, 26, .9);
}

.overview-title h1 {
    color: rgba(26, 26, 26, .9);
}

.back-icon i {
    color: rgb(156 140 140 / 90%);
}

.product-summary {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.productTitle p {
    font-size: 14px;
    font-weight: 300;
    color: #818181eb;
    margin-bottom: 0px;
    line-height: 1.4;
}

.productTitle td {
    padding: 0px 5px 0 0;
}

.productImg img {
    /* width: 100%; */
}

.siteLogo .productImg img {
    height: 51px;
}

/* stripe payment form */

.paymentHeader {
    padding-bottom: 16px;
}

.paymentHeader h3 {
    text-align: center;
    color: #407fd7;
    font-size: 25px;
    margin-bottom: 0px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-control {
    padding: 15px 10px !important;
}

.form-group label {
    color: rgba(26, 26, 26, .7);
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 5px 0;
}

.form-group input {
    border: none;
    height: 44px;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 12px;
    color: rgba(26, 26, 26, .9);
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

/* cardDetails */

#card-number {
    cursor: text;
}

.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none !important;
}

.placeholder {
    color: rgba(51, 51, 51, 0.315)
}

.focus::before {
    color: #80bdff !important;
}

#card-exp {
    cursor: text;
}

#card-cvc {
    cursor: text;
}

.paymentForm .form-group {
    margin-bottom: 12px;
}

.error {
    border: 1px solid red;
}

.cardNumber {
    margin-bottom: 22px;
}

.CVC {
    flex: 1;
    padding-left: 10px;
}

.expiryDate {
    flex: 1;
    padding-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#card-number {
    padding-left: 40px !important;
    position: relative;
}

#card-number:before {
    content: '\f09d';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: min-content;
    font-size: 20px;
    color: rgb(82 82 82 / 56%);
}

.error:before {
    color: red !important;
}

#card-exp {
    padding-left: 40px !important;
    position: relative;
}

#card-exp:before {
    content: '\f784';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: min-content;
    font-size: 20px;
    color: rgb(82 82 82 / 56%);
}

.CardDetails input:focus {
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

.border-radius {
    border-radius: 3px !important;
}

.btn-primary {
    background-color: #075aa3ef !important;
}

.btn-primary:hover {
    background-color: #075aa3 !important;
}

/* card */

.cardText {
    flex: 1;
}

.cardPayment {
    padding: 10px 10px;
    background-color: #f2f3f5;
    border-radius: 5px;
    max-width: 330px;
    box-shadow: 1px 1px 4px 0px #b5b5b566
}

.cardText p {
    color: #696969;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 14px;
}

.paymentMethods img {
    max-width: 90px;
}

.payButton {
    background: #3ecc6d;
    border: none;
    padding: 10px;
    width: 100%;
    height: 53px;
    border-radius: 6px;
    box-shadow: 3px 1px 13px 1px #3ecc6dad;
    font-size: 18px;
    font-weight: 600;
    color: white;
    transition: all 0.4s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payButton:disabled {
    opacity: 0.7;
}

.overview-header {
    padding: 15px;
    /* border-bottom: 1px solid #e0e0e0; */
}

footer {
    padding: 17px;
    font-size: 13px;
    color: #aaa;
    text-align: center;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
}


.payButton:focus {
    outline: none;
}

.payButton:hover {
    cursor: pointer;
    background-color: #31b25c;
}

.productPrice {
    margin: 20px 0px;
}

P#payWithCard {
    font-size: 14px;
    font-weight: 500;
    color: #a1aab4;
}

.amountBox {
    margin: 0;
}

.amnt {
    text-align: center;
}

.amnt p span {
    font-size: 18px;
    position: absolute;
    font-weight: 500;
    color: #3f3f3f;
    top: 13px;
    margin-left: 0px;
}

.orderid {
    margin-bottom: 5px;
    text-align: right;
}

.orderid p {
    font-size: 18px;
    color: #444c66;
    font-weight: 600;
    margin: 0;
}



.verifed {
    text-align: center;
    color: #444c66;
    font-size: 13px;
    margin-top: 17px;
}

.name span {
    font-size: 12px;
    color: #818181;
}

.name p {
    color: #407fd7;
    font-weight: 600;
    font-size: 18px;
}

/* .email{
    margin-top: -4px;
} */
.email p, .info p {
    font-size: 13px;
    font-weight: 300;
    color: #818181eb;
    line-height: 1;
    margin-bottom: 0;
}

.amnt p {
    position: relative;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-left: -40px;
    text-align: center;
    display: inline-block;
    color: #444c66;
    font-family: 'Noto Sans', sans-serif;
}

.curency {
    position: relative;
}

.cards {
    text-align: center;
}

.cards img {}

.curencyspan {
    margin-bottom: 0px;
    font-size: 21px;
    position: absolute;
    bottom: 8px;
    font-weight: 400;
    color: #adb5c0;
    margin-left: 29px;
}

/* preloader */

#preloader2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff4a
}

#preloader2:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border: 2px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@media only screen and (max-width: 900px) {
    .stripe-wrapper {
        width: 100%;
        min-height: auto;

    }

    .form-control {
        padding: 11px 10px !important;
    }

    .stripe-overview {
        padding: 30px 20px 20px 20px;
    }

    footer {
        position: inherit;
        margin-top: 30px;
    }

    footer p {
        font-size: 12px;
    }

    .cards img {
        width: 100px;
    }

    .orderid p {
        font-size: 16px;
    }

    .name p {
        font-size: 16px;
    }

    .email p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 380px) {
    .secure {
        display: none;
    }
}

#element-container {
    width: calc(100% + 80px);
    margin-left: -80px;
}

.card-box {
    overflow: hidden;
}