﻿

.pay-body {
    display: flex;
    min-height: 100vh;
}

.payment-title {
        width: 100%;
        text-align: center;
    }

.card-body .form-container .field-container:first-of-type {
    grid-area: name;
}

.card-body .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.card-body .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.card-body .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.card-body .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-body .field-container {
    position: relative;
}

.card-body .form-container {
    margin-top: 17px;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
   

    color: #707070;
}

.card-body label {
    padding-bottom: 5px;
    font-size: 13px;
}

.card-body input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    max-width: 600px;
}

.card-body .ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
    margin-top: 12px;

}

/* CREDIT CARD IMAGE STYLING */
.card-body .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.card-body .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    
}

.card-body #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

.card-body #ccsingle svg {
    
    width: 100px;
    max-height: 60px;

    }




.card-body .creditcard svg#cardfront,
.card-body .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

 #generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.card-body .creditcard .lightcolor,
.card-body .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.card-body .creditcard .lightblue {
    fill: #03A9F4;
}

.card-body .creditcard .lightbluedark {
    fill: #0288D1;
}

.card-body .creditcard .red {
    fill: #ef5350;
}

.card-body .creditcard .reddark {
    fill: #d32f2f;
}

.card-body .creditcard .purple {
    fill: #ab47bc;
}

.card-body .creditcard .purpledark {
    fill: #7b1fa2;
}

.card-body .creditcard .cyan {
    fill: #26c6da;
}

.card-body .creditcard .cyandark {
    fill: #0097a7;
}

.card-body .creditcard .green {
    fill: #66bb6a;
}

.card-body .creditcard .greendark {
    fill: #388e3c;
}

.card-body .creditcard .lime {
    fill: #d4e157;
}

.card-body .creditcard .limedark {
    fill: #afb42b;
}

.card-body .creditcard .yellow {
    fill: #ffeb3b;
}

.card-body .creditcard .yellowdark {
    fill: #f9a825;
}

.card-body .creditcard .orange {
    fill: #ff9800;
}

.card-body .creditcard .orangedark {
    fill: #ef6c00;
}

.card-body .creditcard .grey {
    fill: #bdbdbd;
}

.card-body .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.card-body .creditcard {
    width: 100%;
    max-width: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
   
}

    .card-body .creditcard .front,
    .card-body .creditcard .back {
        position: absolute;
        width: 100%;
        max-width: 600px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

.card-body .creditcard .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.card-body .creditcard.flipped {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }


.pay-body .my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.pay-body .table-wrapper-scroll-y {
    display: block;
}


.right .button-group {
    
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 10px;
    margin: 10px;
    
}

.right .button-group .btn.btn-primary.pay {
        background-color: #0093D9;
        color: whitesmoke;

     
}

.right .button-group .btn.btn-primary.main {
        color: whitesmoke;
    
}

.right .agreement-checkbox {
   
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 10px;
    margin: 10px;
}
.pay-body .left {
    max-width: 550px;
}

.pay-body .left .detail {
    margin-top: 80px;
}

.aggrement {
    border-style: none;
    color: blue;
}

label.box {
    width: 100%;
    font-size: 12px;
    background: #ddd;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-color: white;   
}

.checkbox-text {
    margin: 8px;
}

.left-bg {
    margin-right: 20px;
    background-color: rgb(0, 150, 136);
    /* align-items: center; */
    /* align-self: center; */
    display: flex;
    justify-content: center;
    padding-block: 60px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pay-body-card {
    margin-inline: 83px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    border: 0;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.right {
    padding-block: 60px;
}

.payment-head {
    margin-top: 60px;
    font-size: 50px;
    color: #0093D9;
}

.help {
    cursor: help;
}

/*CheckBox*/

.toggler-wrapper.style-23 input[type="checkbox"]:checked + .toggler-slider {
    background-color: transparent;
    border-color: #44cc66;
}

    .toggler-wrapper.style-23 input[type="checkbox"]:checked + .toggler-slider:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .toggler-wrapper.style-23 input[type="checkbox"]:checked + .toggler-slider:after {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    .toggler-wrapper.style-23 input[type="checkbox"]:checked + .toggler-slider .toggler-knob {
        left: calc(100% - 19px - 3px);
        background-color: #44cc66;
    }

.toggler-wrapper.style-23 .toggler-slider {
    background-color: transparent;
    border: 2px solid #eb4f37;
}

    .toggler-wrapper.style-23 .toggler-slider:before {
        content: 'Kabul Et';
        position: absolute;
        top: 8px;
        right: -60px;
        font-size: 75%;
        text-transform: uppercase;
        font-weight: 500;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        color:black;
    }

    .toggler-wrapper.style-23 .toggler-slider:after {
        content: 'Reddet';
        position: absolute;
        top: 8px;
        right: -60px;
        font-size: 75%;
        text-transform: uppercase;
        font-weight: 500;
        opacity: 1;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        color:black;
    }

.toggler-wrapper.style-23 .toggler-knob {
    width: calc(25px - 6px);
    height: calc(25px - 6px);
    border-radius: 50%;
    left: 3px;
    top: 3px;
    background-color: #eb4f37;
}
.toggler-wrapper {
    /*display: block;*/
    width: 45px;
    height: 29px;
    cursor: pointer;
    position: relative;
    margin-left: -7px;
    margin-top: 5px;
}

    .toggler-wrapper input[type="checkbox"] {
        display: none;
    }

        .toggler-wrapper input[type="checkbox"]:checked + .toggler-slider {
            background-color: #44cc66;
        }

    .toggler-wrapper .toggler-slider {
        background-color: #ccc;
        position: absolute;
        border-radius: 100px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .toggler-wrapper .toggler-knob {
        position: absolute;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
/*CheckBox*/

.total-coast {
    position: sticky;
    bottom: 25px;
    margin-top: 412px;
}
