/* ZK Fingerprint Login styles */

#zkfl-wrap {
	margin: 0 0 16px;
}

#zkfl-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

#zkfl-button[disabled] {
	opacity: 0.6;
	cursor: default;
}

.zkfl-status {
	margin: 8px 0 0;
	min-height: 1.2em;
	font-size: 13px;
	color: #50575e;
}

.zkfl-status.zkfl-error {
	color: #b32d2e;
}

.zkfl-status.zkfl-ok {
	color: #1a7f37;
}

.zkfl-divider {
	text-align: center;
	color: #787c82;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 4px 0 12px;
	position: relative;
}

.zkfl-admin .zkfl-status {
	font-size: 14px;
}

.zkfl-revoke {
	color: #b32d2e;
	cursor: pointer;
}
