.checkout-btn{
  border-radius: 0.2rem;
  padding: 0.5rem;
}
.checkout-btn:hover{
  background-color: var(--primary-color);
  border-color:var(--primary-color);
}
.redeem-btn{
  border-radius: 0.2rem;
  padding: 0.5rem;
  color:var(--text-color)!important;
  height: 2.65rem;
}
.redeem-btn:hover{
  color:var(--primary-color)!important;
}
.Checkout-under-actions{
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  width: 100%!important;
}
.Process-div{
display: flex;
justify-content: end;
padding-right:1rem!important;
width: 50%;
height: 2.65rem;
}
.Redeem-btn{
  padding-left: 0.5rem;
}
.forms button {
border: none;
background: none;
color: var(--primary-color);
}
.forms {
--timing: 0.3s;
--width-of-input: 85%;
--height-of-input: 40px;
--border-height: 2px;
--input-bg: #fff;
--border-color: var(--primary-color);
--border-radius: 0.2rem;
--after-border-radius: 0.2rem;
position: relative;
width: var(--width-of-input);
height: var(--height-of-input);
display: flex;
align-items: center;
padding: 1.4rem;
padding-inline: 0.8em;
border-radius: var(--border-radius);
transition: border-radius 0.5s ease;
background: var(--input-bg,#fff);
}
.dropdown.country-s{
width: 85%;
height: 40px;
border:2px;
padding: 1.4rem;
padding-inline: 0.8em;
display: flex;
align-items: center;
border-radius: 0.2rem;
background: #fff;
cursor: pointer;
}
.inputs {
font-size: 0.9rem;
background-color: transparent;
width: 100%;
height: 100%;
padding-inline: 1rem;
padding-block: 1.5rem;
text-align: start;
border: none;
}
.forms:before {
content: "";
position: absolute;
background: var(--border-color);
transform: scaleX(0);
transform-origin: center;
width: 100%;
height: var(--border-height);
left: 0;
bottom: 0;
border-radius: 1px;
transition: transform var(--timing) ease;
}
.forms:focus-within {
border-radius: var(--after-border-radius);
}

.inputs:focus {
outline: none;
}
.forms:focus-within:before {
transform: scale(1);
}
.reset {
border: none;
background: none;
opacity: 0;
visibility: hidden;
}
.inputs:not(:placeholder-shown) ~ .reset {
opacity: 1;
visibility: visible;
}
.forms svg {
width: 17px;
margin-bottom: 0.25rem;
}
.Redeem-form{
display: flex;
width: 100%!important;
}
.btn.remove{
border-color: rgb(255, 0, 0);
background: rgba(255, 0, 0, 0.406)00;
color: var(--text-primary);
width: 2.5rem;
}
.btn.q{
width: 2.6rem!important;
}
.btn.q span{
padding-bottom: 0.15rem;
}
.btn.remove:hover,.btn.info:hover{
color: var(--note-color);
}
.btn.info{
border-color: var(--main-color);
background: var(--main-color-transparent);
color: var(--text-primary);
width: 2.5rem;
}
.dropdown-menu.show.q{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
padding: 0.4rem;
overflow: hidden;
}
.large-table{
  display:block;
}
.small-table{
  display:none;
}
@media only screen and (max-width:1180px){
.Checkout-under-actions{
  display: grid;
  justify-content:normal;
  padding-right: 1rem;
}
.Process-div{
  width: 100%!important;
  padding-right: 0rem!important;
  padding-top: 0.5rem!important;

}
}
@media only screen and (max-width:1130px){
      .small-table{
          display:block!important;
      }
      .large-table{
          display:none!important;
      }
}
@media only screen and (max-width:832px){
 .options-form{
      width:100%!important;
  }
}
@media only screen and (max-width:650px){
  .main-content{
      margin: 0% 1%!important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 0s 600000s, color 0s 600000s !important;
}









.checkout-btn{
  border-radius: 0.2rem;
  padding: 0.5rem;
}
.checkout-btn:hover{
  background-color: var(--primary-color);
  border-color:var(--primary-color);
}
.redeem-btn{
  border-radius: 0.2rem;
  padding: 0.5rem;
  color:var(--text-color)!important;
  height: 2.65rem;
}
.redeem-btn:hover{
  color:var(--primary-color)!important;
}
.Checkout-under-actions{
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  width: 100%!important;
}
.Process-div{
display: flex;
justify-content: end;
padding-right:1rem!important;
width: 50%;
height: 2.65rem;
}
.Redeem-btn{
  padding-left: 0.5rem;
}
.forms button {
border: none;
background: none;
color: var(--primary-color);
}
.forms {
--timing: 0.3s;
--width-of-input: 85%;
--height-of-input: 40px;
--border-height: 2px;
--input-bg: #fff;
--border-color: var(--primary-color);
--border-radius: 0.2rem;
--after-border-radius: 0.2rem;
position: relative;
width: var(--width-of-input);
height: var(--height-of-input);
display: flex;
align-items: center;
padding: 1.4rem;
padding-inline: 0.8em;
border-radius: var(--border-radius);
transition: border-radius 0.5s ease;
background: var(--input-bg,#fff);
}
.inputs {
font-size: 0.9rem;
background-color: transparent;
width: 100%;
height: 100%;
padding-inline: 0.5em;
padding-block: 0.7em;
border: none;
}
.forms:before {
content: "";
position: absolute;
background: var(--border-color);
transform: scaleX(0);
transform-origin: center;
width: 100%;
height: var(--border-height);
left: 0;
bottom: 0;
border-radius: 1px;
transition: transform var(--timing) ease;
}
.forms:focus-within {
border-radius: var(--after-border-radius);
}

.inputs:focus {
outline: none;
}
.forms:focus-within:before {
transform: scale(1);
}
.reset {
border: none;
background: none;
opacity: 0;
visibility: hidden;
}
.inputs:not(:placeholder-shown) ~ .reset {
opacity: 1;
visibility: visible;
}
.forms svg {
width: 17px;
margin-bottom: 0.25rem;
}
.Redeem-form{
display: flex;
width: 100%!important;
}
.btn.remove{
border-color: rgb(255, 0, 0);
background: rgba(255, 0, 0, 0.406)00;
color: var(--text-primary);
width: 2.5rem;
}
.btn.q{
width: 2.6rem!important;
}
.btn.q span{
padding-bottom: 0.15rem;
}
.btn.remove:hover,.btn.info:hover{
color: var(--note-color);
}
.btn.info{
border-color: var(--main-color);
background: var(--main-color-transparent);
color: var(--text-primary);
width: 2.5rem;
}
.dropdown-menu.show.q{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
padding: 0.4rem;
overflow: hidden;
}
.large-table{
  display:block;
}
.small-table{
  display:none;
}
@media only screen and (max-width:1180px){
.Checkout-under-actions{
  display: grid;
  justify-content:normal;
  padding-right: 1rem;
}
.Process-div{
  width: 100%!important;
  padding-right: 0rem!important;
  padding-top: 0.5rem!important;

}
}
@media only screen and (max-width:1075px){
      .small-table{
          display:block!important;
      }
      .large-table{
          display:none!important;
      }
}
@media only screen and (max-width:650px){
  .main-content{
      margin: 0% 1%!important;
  }
}



.payment-title {
width: 100%;
text-align: center;
}

.form-container .field-container:first-of-type {
grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
grid-area: security;
}

.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-template-columns: auto auto;
grid-template-areas: "name name""number number""expiration security";
max-width: 400px;
padding: 20px;
color: #707070;
}


.labell {
padding-bottom: 5px;
font-size: 13px;
}

.inputss {
margin-top: 3px;
padding: 15px;
font-size: 16px;
width: 100%;
border-radius: 3px;
border: 1px solid #dcdcdc;
}

.ccicon {
height: 38px;
position: absolute;
right: 6px;
top: 43.5%;
width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}

.credit_container {
width: 45rem;
min-width: 25rem;
height: 15rem;
padding: 1.5rem;
}
@media only screen and (max-width:1200px){
.credit_container {
  width: 100%;
}
.credit-card-form{
  display:grid!important;
}
}
@media only screen and (max-width: 435px){
.credit-card-form{
  display:grid!important;
}
.credit_container {
  display:none!important;
}
.form-container .d-flex{
  display:grid!important;
}

}
#ccsingle {
position: absolute;
right: 15px;
top: 20px;
}

#ccsingle svg {
width: 100px;
max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
width: 100%;
border-radius: 0.2rem;
}

#generatecard{
cursor: pointer;
float: right;
font-size: 12px;
color: #fff;
padding: 2px 4px;
background-color: #909090;
border-radius: 0.2rem;
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 */
.credit_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);
}
