.lightbox_content>.adyen_logo{
    width: 100%;
    text-align: center;
    position: absolute;	
	top: -15px;
}

.lightbox_content>.adyen_logo>img{
    width: 160px;
}

.new_card_bg {
    background-image: url('../img/system/card.svg');
    background-repeat: no-repeat;
    top: 50px;
    position: absolute;
    width: calc(100% - 293px);
    left: 157px;
    background-size: cover;
    height: 546px;
	border-radius: 36px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

.new_card_title { 
    font-family: 'avenir_next_lt_probold';
    left: 80px;
    position: relative;
    font-size: 32px;
    top: 40px;
}

.lightbox_content>.button.save_card {
    background: #007074;
    color: white;
    padding: 10px 100px;
    border-radius: 5px;
    border: solid 1px black;
    position: absolute;
    top: 630px;
	cursor:pointer;
}

.frame>.content>.wallet{
	position: absolute;
    top: 150px;
    height: calc(50% - 145px);
    width: calc(100% - 120px);
    left: 60px;
    border: solid 2px lightgray;
    border-radius: 15px;
	overflow:auto;
}

.frame>.content>.wallet.w_charter{
	bottom:110px;
	top:unset;
}

.wallet_name {
    position: absolute;
    top: 142px;
    left: 74px;
    background: white;
    padding: 0px 7px;
    color: gray;
}

.wallet_name.wallet_name_charter{
	top: 524px;
}
.no_payment{
    position: absolute;
    width: 100%;
    top: 50px;
    text-align: center;
}

.add_card{
	right:10px;
	border: dashed 5px;
    cursor: pointer;
    width: 80px;
    text-align: center;
    padding: 10px;
    font-size: 110px;
    font-family: 'avenir_next_lt_probold';
    border-radius: 15px;
    height: 80px;
    line-height: 70px;
    position: absolute;
    top: calc(50% - 55px);
}

.add_card_no_payment{
    right:unset;
    left: calc(50% - 55px);
}

.wallet>.card{
    position: relative;
    display: inline-block;
}

.card_bg {
    background-image: url('../img/system/card.svg');
    background-repeat: no-repeat;
    margin-top: 20px;
    position: relative;
    width: 400px;
    margin-left: 20px;
    background-size: cover;
    height: 253px;
    border-radius: 18px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

.wallet>.card>.select_container {
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 10px;
    width: calc(100% - 20px);
    height: 40px;
}

.wallet>.card>.select_container>select{
	height: 100%;
	width: 100%;
}


.wallet>.card>.card_bg>.label{
    top: 30px;
    font-family: 'avenir_next_lt_probold';
    font-size: 35px;
    left: 30px;
    position: relative;
}

.wallet>.card>.card_bg>.number{
    left: 33px;
    position: relative;
    top: 90px;
	font-size: 33px;
	letter-spacing: 2px;
}

.wallet>.card>.card_bg>.number>div,
.wallet>.card>.card_bg>.row_data>.holder>div,
.wallet>.card>.card_bg>.row_data>.validity>div,
.wallet>.card>.card_bg>.row_data>.cvv>div{
	font-size:12px;
	letter-spacing: 0px;
}

.wallet>.card>.card_bg>.row_data{
    position: relative;
    width: 100%;
    left: 32px;
    top: 100px;
}

.wallet>.card>.card_bg>.row_data>div {
    position: relative;
    display: inline-block;
}

.remove_card{
    border: solid 1px black;
    width: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
	background:white;
}


.cvv{	
    width: 58px;
    text-align: right;
}

.validity{
	width: 58px;
}

.holder{
	width: 200px;
}


.nc_data {
    position: absolute;
    left: 80px;
    top: 90px;
}

input.input_new_card.label_new_card, input.input_new_card.numero_new_card {
    width: 100%;
}

input.input_new_card {
    height: 50px;
    font-size: 20px;
    width: 100%;
}
.nc_data>div>div ,
.data_new_card>div>div{
    margin-bottom: 8px;
}

.data_new_card>div {
    position: relative;
    display: inline-block;
    width: 144px;
}

.data_new_card {
    width: 100%;
	position: relative;
    display: block;
    top: 155px;
}

.nc_holder {
    width: 405px !important;
}

input.input_new_card.proprietario_new_card {
    width: 100%;
}

.nc_number{
    position: relative;
    display: block;
    top: 130px;
}

.validity_nc {
    display: inline-block;
    position: relative;
    width: 68px !important;
    border: none;
    text-align: center;
}