a.idenfy-button, a.idenfy-button:link, a.idenfy-button:visited, a.idenfy-button:hover, a.idenfy-button:focus {
	padding: 15px 20px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	border: 3px solid rgb(68, 93, 235) !important;
	color: #fff !important;
	background-color: rgb(68, 93, 235) !important;
	border-radius: 10px !important;
	outline: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.idenfy-kyb-button, a.idenfy-kyb-button:link, a.idenfy-kyb-button:visited, a.idenfy-kyb-button:hover, a.idenfy-kyb-button:focus {
	padding: 15px 20px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	border: 3px solid rgb(68, 93, 235) !important;
	color: #fff !important;
	background-color: rgb(68, 93, 235) !important;
	border-radius: 10px !important;
	outline: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a.idenfy-button .ajax-loader,
a.idenfy-kyb-button .ajax-loader {
	display: none;
	margin-left: 7px;
}
a.idenfy-button.doing-ajax .ajax-loader,
a.idenfy-kyb-button.doing-ajax .ajax-loader {
	display: inline-block;
}

/* Lock any element (link, button, etc.) until verification passes. Add this
   class to your on_complete_enable target; the plugin removes it on a pass. */
.idenfy-disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

body.idenfy-kyc-modal-open {
	overflow: hidden;
}
.idenfy-kyc-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	box-sizing: border-box;
}
.idenfy-kyc-modal-inner {
	position: relative;
	width: 100%;
	max-width: 670px;
	max-height: 100%;
	background: #fff;
	border-radius: 8px;
	overflow: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.idenfy-kyc-iframe,
.idenfy-kyb-iframe {
	display: block;
	width: 100%;
	height: 800px;
	max-height: 85vh;
	border: none;
}
.idenfy-kyc-modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 32px;
	height: 32px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	background: #fff;
	color: #333;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.idenfy-kyc-modal-close:hover {
	opacity: 0.85;
}

.idenfy-kyb-close {
	display: block;
	margin: 1em auto 0;
	padding: 10px 24px;
	background-color: #445deb;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
}
.idenfy-kyb-close:hover {
	opacity: 0.9;
}
@media (max-width: 768px) {
	.idenfy-kyc-modal {
		padding: 0;
	}
	.idenfy-kyc-modal-inner {
		max-width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.idenfy-kyc-iframe,
	.idenfy-kyb-iframe {
		height: 100vh;
		max-height: none;
	}
}