html{
 /* background:url(bg-pay-form.jpg) no-repeat;
  background-size: cover;*/
  height:100%;
  background-color: #002450;
}
								
body {
	 /*  background:url(bg-pay-form.jpg) no-repeat;
  background-size: cover;*/
    min-height: 100vh;
    vertical-align: middle;
    display: flex;
	 background-color: #002450;
}

/*--------------------
General
--------------------*/


header {
  z-index: 2;
  -webkit-transform: translate(0, 5.5em);
          transform: translate(0, 5.5em);
  transition: all .5s ease;
}
header.header-slide {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

h1 {
  font-weight: 100;
  font-size: 1.4em;
  display: block;
}
/*
.form-container {
  display: flex;
  background-color: #EEE;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  border: 1em solid #fff;
  box-sizing: border-box;
  position: relative;
}*/
@media (max-width: 476px) {
  .form-container {
    border: none;
  }
}

.cardinfo-wrapper {
  display: flex;
  justify-content: space-around;
}


.card-shape, #my-card-form.visa, #my-card-form.master-card, #my-card-form.maestro, #my-card-form.american-express, #my-card-form.discover, #my-card-form.unionpay, #my-card-form.jcb, #my-card-form.diners-club {
  border-radius: 6px;
  padding: 2em 2em 1em;
}
@media (max-width: 476px) {
  
  .card-shape, #my-card-form.visa, #my-card-form.master-card, #my-card-form.maestro, #my-card-form.american-express, #my-card-form.discover, #my-card-form.unionpay, #my-card-form.jcb, #my-card-form.diners-club {
    padding: 2em 1.5em 1em;
  }
}


#pp-container {
    padding: 0em 0em 0em;
    margin-bottom: 0em;
  z-index: 1;
}




#my-card-form {
	background-color:#002450;
    padding: 2em 2em 1em;
	border-radius: 8px;
  margin-bottom: 0em;
  transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1);
  -webkit-animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
          animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
  z-index: 1;
}


#card-waiting-form {
	background-color: #b9cadd;
    padding: 1em 1em 1em;
	border-radius: 8px;
  margin-bottom: 1em;
  transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1);
  -webkit-animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
          animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
  z-index: 1;
}


#card-ok-form {
	background-color: #adefbd;
    padding: 1em 1em 1em;
	border-radius: 8px;
  margin-bottom: 1em;
  transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1);
  -webkit-animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
          animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
  z-index: 1;
}

#card-error-form {
	background-color: #f78888;
    padding: 1em 1em 1em;
	border-radius: 8px;
  margin-bottom: 1em;
  transition: all 600ms cubic-bezier(0.2, 1.3, 0.7, 1);
  -webkit-animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
          animation: cardIntro 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
  z-index: 1;
}


@media (max-width: 476px) {
  #my-card-form {
    box-sizing: border-box;
    padding: 2em 2em 2em;
    width: 100%;
  }
}
#my-card-form.visa {
  color: #fff;
  background-color: #363636;
  background: linear-gradient( 195deg , #ffab23, #d8d21a 12%, #0D4AA2 14%, #0D4AA2);
}
#my-card-form.master-card {
  color: #fff;
  background-color: #363636;
  background: linear-gradient(115deg, #d82332, #d82332 50%, #f1ad3d 50%, #f1ad3d);
}
#my-card-form.maestro {
  color: #fff;
  background-color: #363636;
  background: linear-gradient(115deg, #009ddd, #009ddd 50%, #ed1c2e 50%, #ed1c2e);
}
#my-card-form.american-express {
  color: #fff;
  background-color: #007CC3;
}
#my-card-form.discover {
  color: #fff;
  background-color: #ff6000;
  background: linear-gradient(#d14310, #f7961e);
}
#my-card-form.unionpay, #my-card-form.jcb, #my-card-form.diners-club {
  color: #fff;
  background-color: #363636;
}

.ppoff{
	width:100%;
	height: 45px;
    vertical-align: top;
   min-height: 30px;
    max-height: 55px;
    border: 2px solid #ffc107;
    background: #d9d9d9;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    padding: 4px;
}

.item {
	margin-bottom: 10px;
}
.mindetails{
	color:#fb0b0b;
}

.gifttxt{
	display: block;
	padding:4px;
	width: 100%;
	max-width: 90%;
	margin-bottom: 4px;
}

.pp-infotext{
	color:red;
}

.promofriend {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: white;
}

.cardinfo-label {
  display: block;
  font-size: 11px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: white;
}

.cardinfo-exp-date {
  margin-right: 1em;
  width: 100%;
}

.cardinfo-cvv {
  width: 100%;
}

#button-pay {
  cursor: pointer;
  width: 16em;
  font-size: 15px;
  border: 0;
  padding: 1.2em 1em;
  color: #fff;
  background: #282c37;
  border-radius: 4px;
  z-index: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: all 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
  opacity: 0;
  -webkit-appearance: none;
}
#button-pay:hover {
  background: #535b72;
}
#button-pay:active {
  -webkit-animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
          animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
}
#button-pay.show-button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.cardinfo-card-number {
  position: relative;
}

#card-image {
  position: absolute;
   top: 22px;
  right: 1em;
  width: 44px;
  height: 38px;
  border-radius: 4px;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}

.accepted-cards {
	width:100%;
	margin-top: 12px; 
	margin-bottom: 12px;
}


/*--------------------
Inputs 
--------------------*/
.input-wrapper {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  height: 2.75em;
  border: 1px solid #adadad;
  padding: 5px 10px;
  margin-bottom: 1em;
}

.cardinfo-card-number,
.cardinfo-exp-date,
.cardinfo-cvv {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}


 
#form-container
{
    display:block;
}


.termsconditions{
	margin-top: 18px;
}

.checklabel {
    color: #656565;
    display: inline;
    font-size: 14px;
}

.termslink {
    color: #656565;
    display: inline;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}

.card {
    margin: auto;
    width: 600px;
    padding: 2rem 3.5rem;
	box-shadow:0 8px 24px 8px rgba(0, 0, 0, 0.60);
	background-color: rgba(255,255,255,0.7);
}

.mt-50 {
    margin-top: 50px
}



@media(max-width:767px) {
    .card {
        width: 90%;
        padding: 1.5rem
    }
	
	

	
.checklabel {
    font-size: 0.7em; 
}

.termslink {
    font-size: 0.7em; 
}

}

@media(height:1366px) {
    .card {
        width: 90%;
        padding: 8vh
    }
}

.card-title {
    font-weight: 700;
    font-size: 2.2em
}

.nav {
    display: flex
}

.nav ul {
    list-style-type: none;
    display: flex;
    padding-inline-start: unset;
    margin-bottom: 4vh
}

.nav li {
    padding: 1rem
}

.nav li a {
    color: black;
    text-decoration: none
}

.active {
    border-bottom: 2px solid black;
    font-weight: bold
}



input {
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    width: 100%;
    min-width: unset;
    background-color: transparent;
    border-color: transparent;
    margin: 0
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vendorlogo{
	width: 120px;
	border-style: none;
	border-width: 0px;
	position: relative;
	margin-top: 1rem;
margin-bottom: 1rem;
}

.imglogo{
	border-radius: 22px;
	border: 3px solid #999;
	transition: 0.9s;
	width: 120px;
}

.row {
    margin: 0;
    overflow: hidden
}


.mypromo {
    width: 120%;
    position: relative;
    left: calc(-60% + 50%);
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    padding: 10px;
	border-radius: 8px;
	box-shadow: 3px 3px 9px 2px #888888;
}


.regala {
	background: #d15ab8;
    width: 120%;
    position: relative;
    left: calc(-60% + 50%);
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    padding: 10px;
	border-radius: 8px;
	box-shadow: 3px 3px 9px 2px #888888;
}

.row-1 {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 0.5rem;
    outline: none;
    width: 100%; 
    min-width: unset;
    border-radius: 5px;
    background-color: #f8f9fa;
    border-color: #979797;
    margin: 1vh 0;
    overflow: hidden
}

.row-regala {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 0.5rem;
    outline: none;
    width: 100%;
    min-width: unset;
    border-radius: 5px;
    border-color: #979797;
    margin: 1vh 0px 10px 0px;
    overflow: hidden;
}

.row-2 {
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    padding: 0 0.8rem
}

.row .row-2 {
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    padding: 0 0.8rem
}

.row .col-2,
.col-7 {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 1vh
}

.row .col-2 {
    padding-right: 0
}

.row .col-3 {
    padding-right: 0;
	align-items: center;
    text-align: center;
	width:40px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacacb75;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cacacb75;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cacacb75;
}

#card-header {
    font-weight: bold;
    font-size: 0.9rem
}

.option{
    background: #f5f7f9;
    outline: none;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 12px;
	margin-bottom: 4px;
}

.optionlarge{
	background: #f5f7f9;
    outline: none;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 12px;
	margin-bottom: 4px;
	width: 100%;
}

#card-inner {
    font-size: 0.7rem;
    color: gray
}

.three .col-7 {
    padding-left: 0
}



.three {
    overflow: hidden;
    justify-content: space-between
}

.three .col-2 {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 0.5rem;
    outline: none;
    width: 100%;
    min-width: unset;
    border-radius: 5px;
    background-color: rgba(221, 228, 236, 0.301);
    border-color: rgba(221, 228, 236, 0.459);
    margin: 2vh 0;
    width: fit-content;
    overflow: hidden
}




.three .col-5 {
	margin-right: -15px;
}

.btn {
    width: 100%;
    background-color: rgb(65, 202, 127);
    border-color: rgb(65, 202, 127);
    color: white;
    justify-content: center;
    padding: 2vh 0;
    margin-top: 3vh
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none
}

.btn:hover {
    color: white
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}