@font-face {
    font-family: 'Font Awesome 5 Free Solid';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
    font-family: 'Font Awesome 5 Free Solid';
    font-weight: 900; }

@font-face {
    font-family: 'Font Awesome 5 Free Regular';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
    font-family: 'Font Awesome 5 Free Regular';
    font-weight: 400; }

body {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: 'Raleway';
}


/*  PARAM CSS*/
header{background-color:#450E87;}
header .container-lg{
    margin: 0 0px;
    padding:0 12px;
}
header .logo{display:block; text-align:center;}
header .row {
    padding: 13px 0px; align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .row .etahsilat {
    font-size: 20px; color: #ddd9e2;
}
header .row .etahsilat-alani {
   display: flex;
}
header .row .etahsilat span {
    font-size:12px; color: rgba(221,217,226, .7);
display: flex;
    flex-direction: column;
}
header .row .guvenli-odeme {
    display: flex;
    padding: 10px;
    background-color: #4e1a8d;
    border-radius: 12px;
    color: #DDD9E2;
    align-items: center;
}
header .row .guvenli-odeme-svg {background-color: #ede8f3;padding: 8px 9px;border-radius: 10px; margin-right:15px;}

/*  https://codepen.io/quinlo/pen/YONMEa*/
.odeme-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: auto auto;
    grid-template-areas: "fatura fatura"
    "name name"
    "number number"
    "expiration security"
    "taksit sure"
    "odebutton odebutton";
    max-width: 400px;
    color: #707070;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

input {
    margin-top: 3px;
    padding: 7px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

button {
    margin-top: 3px;
    padding: 7px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #16a085;
    cursor: pointer;
    opacity: 0.8;
    color: whitesmoke;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}
button:hover {
    opacity: 1;
}

.ccicon {
    height: 26px;
    position: absolute;
    right: -4px;
    top: calc(50% - 4px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container {
    width: 100%;
    max-width: 300px;
    max-height: 189px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.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 */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.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;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -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;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* https://codepen.io/euka/pen/BpBQGx */

/* selecionator */
.selectionator {
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    background-color: #2c3e50;
    color: #95a5a6;
    perspective: 800px;
    width: 200px;
    /*
    &:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 2.5em;
    position: absolute;
    background-image: linear-gradient(top, #000, rgba(0,0,0,0));
  }
    */
}
.selectionator .search {
    position: relative;
    display: block;
    border:1px solid #dcdcdc;
    width: 100%;
    padding: 7px;
    outline: none;
    background-color: #dcdcdc;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transform-origin: 50% 0%;
    transition: transform 0.3s;
    border-radius: 2px;
    z-index: 99;
}
.selectionator .search .overlay {
    width: 100%;
    background-color: #f00;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
}
.selectionator .search .shadow {
    position: absolute;
    height: 15px;
    width: 100%;
    left: 0;
    bottom: -15px;
    transform-origin: center bottom;
    transform: scale(0.95, 1) translate3d(0, 0px, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
}
.selectionator .search:before {
    content: "\f078";
    display: inline-block;
    font-family: 'Font Awesome 5 Free Solid';
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    float: right;
    vertical-align: middle;
}
.selectionator:hover .search,
.selectionator.opened .search {
    transform: rotate3d(1, 0, 0, 60deg);
}
.selectionator:hover .search .overlay,
.selectionator.opened .search .overlay,
.selectionator:hover .search .shadow,
.selectionator.opened .search .shadow {
    opacity: 1;
}
.selectionator:hover .menu,
.selectionator.opened .menu {
    height: 200px;
    opacity: 1;
}
.selectionator .menu {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    height: 0px;
    border-radius: 0px;
    background-color: #2c3e50;
    transition: all 0.3s ease;
    opacity: 0;
    border: 1px solid #16a085;
    border-top: none;
}
.selectionator ul.list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    overflow-y: scroll;
    height: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    opacity: 0.75;
    width: 100%;
    height: 100%;
}
.selectionator ul.list > li span.header {
    display: block;
    padding: 6px;
    background-color: #34495e;
    font-weight: 200;
    color: #fff;
}
.selectionator ul.optgroup {
    list-style: none;
    padding: 0px;
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectionator ul.optgroup li:hover {
    cursor: pointer;
    background-color: #16a085;
    color: #fff;
}
.selectionator ul.optgroup li input {
    display: none;
    margin: 6px;
}
.selectionator ul.optgroup li input:checked {
    background-color: #1abc9c;
}
.selectionator ul.optgroup li input:checked ~ label {
    background-color: #2980b9;
    color: #fff;
}
.selectionator ul.optgroup li input:checked ~ label:before {
    content: "\f14a";
}
.selectionator ul.optgroup li label {
    font-weight: 100;
    display: block;
    padding-left: 15px;
    line-height: 2em;
    transition: all 0.3s ease;
}
.selectionator ul.optgroup li label:before {
    content: "\f0c8";
    display: inline-block;
    font-family: 'Font Awesome 5 Free Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 8px;
    vertical-align: middle;
}



.uyari {
    animation-name: changeopacity;
    animation-duration: 1s;
    animation-iteration-count: 3;
}
@keyframes changeopacity {
    0% {
        box-shadow: 0px 0px 0px 0px rgb(255, 0, 0);
    }
    50% {
        box-shadow: 0px 0px 7px 0px rgb(255, 0, 0);
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgb(255, 0, 0);
    }
}

/* blokUi */

.lds-dual-ring {
    position: relative;
    display: inline-block;
    width: 55px!important ;
    left: calc(50% - 27.5px);
    height: 55px;
}

.lds-dual-ring:before {
    content: " ";
    display: block;
    width: 59px;
    height: 59px;
    margin: -8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.UYP_block{
    display: flex;
    position: fixed;
    top: 0px;
    height: 100%;
    left: 0px;
    z-index: 1000000;
    border: none;
    background-color: rgba(0,0,0,.8);;
    width: 100%;
    text-align: center;
}
.UYP_block>div:first-child {
    margin: auto auto;
    width: fit-content;
    display: flex;
    flex-direction : column;
    justify-content: center;
}

.UYP_block a {
    width: fit-content;
    align-self: center;
    text-decoration: none;
    margin-top: 3vh;
    font-size: small;
    right: 0px;
    z-index: 1;
    color: slategray;
    transition: .25s linear;
}
.UYP_block a:hover {

    color: white;
    transition: .25s linear;
}
.UYP_block a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background:white;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}
.UYP_block a:hover:before,
.UYP_block a:focus:before {
    visibility: visible;
    transform: scaleX(1);
}
