.ez-gateway {
	display: none;
	bottom: 20vh;
	left: 0px;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	margin: 0px auto;
	padding: 20px;
	position: fixed;
	text-align: left;
	width: 100%;
	z-index: 99000;
	height: auto;
	opacity: 1;
}

.ez-gateway-background {
	display: none;
	position: fixed;
	top: 0px;
	z-index: 99000;
	height: 100vh;
	width: 100vw;
	pointer-events: none;
	background: linear-gradient(transparent, rgb(0, 0, 0));
	opacity: 0;
}

.ez-gateway-button {
	background-color: #2470ce;
	border: 2px solid#14509c;
	border-radius: 30px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 16%);
	color: #ffffff !important;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	font-family: -apple-system, 'Arial', 'Helvetica';
	font-weight: bold;
	line-height: 1.6;
	margin: 0 auto;
	min-width: 230px;
	padding: 14px 30px;
	text-decoration: none;
}