/* Two-Factor Authentication module CSS */
.badge-2fa-active {
	background-color: #28a745;
	color: white;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
}
.badge-2fa-inactive {
	background-color: #6c757d;
	color: white;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
}
