/* New EMV Page Style */
.ff-ploni-light {
	font-family: ploniLight !important;
}
.ff-ploni-regular {
	font-family: ploniRegular !important;
}
.ff-stanga-regular {
	font-family: stangaRegular;
}
.bg-pay-devices {
	background-color: #BCD2BB; 
	height: 200px; 
	border-radius: 20px; 
}
.btn-payment-device {
	background-color: #0564CC; 
	color: whitesmoke; 
	border-radius: 15px; 
	border: 0; 
	padding: 5px 15px; 
	font-family: 'ploniRegular'; 
	position: absolute; 
	bottom: -10px; 
	left: 50%; 
	transform: translate(-50%);
	text-decoration: none;
}
.rotate-45 {
	transform: rotate(45deg);
}
.bg-emv-pos-terminal {
	background-color: #BCD2BB;
}
.scroll-margin-emv {
	scroll-margin-top: 80px;
}
.bg-proposal-btn {
	background-color: #0564CC; 
}
.emv-a80, .emv-a77, .gif-point {
	max-width: 250px;

}
.emv-a30 {
	max-width: 350px;
}
.emv-55f-1 {
	max-width: 250px;
    height: 25vw;
    object-fit: cover;
    object-position: left;
}
.emv-55f-2 {
	max-width: 50%; 
	height: 25vw; 
	object-fit: cover; 
	object-position: left;
}
@media screen and (max-width: 992px) {
	.emv-55f-1 {
		height: 20rem;
	}
	.emv-55f-2 {
		max-width: unset;
		width: 75% !important;
		height: 20rem; 
	}
}
.paper-plane-item {
	transform: scaleX(-1); 
	object-fit: cover; 
	object-position: center;
}
.tranzi-hide {
	bottom: -0.9vw;
}