
/*Postepay fast checkout button*/
.PayBtnIgfs {
	display: flex;
	/* float: left; */
	width: 100%;
	height: 100%;
	min-height: 25px;
	border: 0;
	background-position: center;
	/* background-size: contain; */
	background-repeat: no-repeat;
	justify-content: center;
	cursor: pointer;
	background-color: #ffffff00;
}

.PayBtnIgfsContainer:hover{
	background-color: #ffec00;
}

.PayBtnIgfsContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 48px;
	cursor: pointer;
	background: linear-gradient(90deg, rgba(239,222,0,1) 0%, rgba(244,234,60,1) 100%);
	border-radius: 4px;
}