.securepay-ui-iframe {
	border: none;
	width: 100%;
}

.loader {
	z-index: 1000;
	border: medium none;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	opacity: 0.6;
	cursor: default;
	position: absolute;
}

.loader:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-family: 'Font Awesome 5 Free', serif;
	font-weight: 900;
	vertical-align: baseline;
	content: "\f110";
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
