
.aio-login-lla-wrapper[data-v-5a942aa6] {
	position: relative;
}
.aio-login-lla-content-overflow[data-v-5a942aa6] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 220px;
	z-index: 10;
	cursor: pointer;
	background: rgba( 255, 255, 255, 0.38 );
	backdrop-filter: blur( 1px );
}


/* Social Login Container */
.aio-login-pro__social-login[data-v-64fd914a] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.captcha-note[data-v-64fd914a] {
  margin: 10px 0 20px 0;
  padding: 12px 16px;
  background-color: #FFF3CD;
  border-left: 4px solid #FFC107;
  color: #856404;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.captcha-note span[data-v-64fd914a] {
  flex: 1;
}
.dismiss-btn[data-v-64fd914a] {
  background: none;
  border: none;
  color: #856404;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.dismiss-btn[data-v-64fd914a]:hover {
  background-color: rgba(133, 100, 4, 0.1);
}


.aio-login-2fa-subtabs[data-v-40b90a94] {
	position: relative;
	min-height: 380px;
}
.aio-login-2fa-subtabs__inner[data-v-40b90a94] {
	position: relative;
	min-height: inherit;
}
.aio-login-2fa-subtabs__inner--locked[data-v-40b90a94]::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(1px);
	z-index: 20;
	cursor: pointer;
}
.aio-login-2fa-subtabs__inner--locked[data-v-40b90a94] * {
	user-select: none;
}


.aio-login-pro__social-login[data-v-61f9133c] {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.woocommerce-settings-view[data-v-61f9133c] {
	padding: 20px;
}
.settings-header[data-v-61f9133c] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBE8EB;
}
.settings-title[data-v-61f9133c] {
	display: flex;
	align-items: center;
	gap: 15px;
}
.woocommerce-icon[data-v-61f9133c] {
	width: 48px;
	height: 48px;
}
.settings-title h2[data-v-61f9133c] {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #404280;
}
.back-link[data-v-61f9133c] {
	color: #6E16DF;
	text-decoration: none;
	font-weight: 500;
}
.back-link[data-v-61f9133c]:hover {
	text-decoration: underline;
}
.woocommerce-settings[data-v-61f9133c] {
	margin-bottom: 30px;
}
.settings-section[data-v-61f9133c] {
	margin-bottom: 40px;
}
.section-header[data-v-61f9133c] {
	margin-bottom: 20px;
}
.section-title-row[data-v-61f9133c] {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.section-header h3[data-v-61f9133c] {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #404280;
	white-space: nowrap;
	flex-shrink: 0;
	min-width: 250px;
}
.section-title-row .toggle-switch[data-v-61f9133c] {
	margin-left: 15px;
	flex-shrink: 0;
}
.section-description[data-v-61f9133c] {
	margin: 0;
	color: #606C80;
	font-size: 14px;
}
.link-text[data-v-61f9133c] {
	color: #6E16DF;
	text-decoration: none;
	cursor: pointer;
}
.no-providers-message[data-v-61f9133c] {
	padding: 20px;
	background: #F7ECFD;
	border: 1px solid #EBE8EB;
	border-radius: 8px;
	margin-top: 15px;
}
.no-providers-message p[data-v-61f9133c] {
	margin: 0;
	color: #606C80;
	font-size: 14px;
	line-height: 1.6;
}
.link-text[data-v-61f9133c]:hover {
	text-decoration: underline;
}
.captcha-providers[data-v-61f9133c],
.social-providers[data-v-61f9133c] {
	margin-top: 20px;
}
.providers-skeleton[data-v-61f9133c] {
	display: grid;
	gap: 12px;
	width: 700px;
	max-width: 100%;
}
.providers-skeleton__row[data-v-61f9133c] {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 120px 120px;
	gap: 16px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #ebe8eb;
	border-radius: 8px;
}
.social-providers .providers-skeleton__row[data-v-61f9133c] {
	grid-template-columns: minmax(260px, 1fr) 90px 90px 90px;
}
.providers-skeleton__cell[data-v-61f9133c] {
	height: 20px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f0edf4 25%, #e7e2ec 50%, #f0edf4 75%);
	background-size: 200% 100%;
	animation: providers-skeleton-shimmer-61f9133c 1.2s infinite;
}
.providers-skeleton__cell--provider[data-v-61f9133c] {
	width: 70%;
}
.providers-skeleton__cell--toggle[data-v-61f9133c] {
	width: 56px;
	justify-self: center;
}
@keyframes providers-skeleton-shimmer-61f9133c {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}
.settings-table[data-v-61f9133c] {
	width: 700px;
	border-collapse: collapse;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.settings-table thead[data-v-61f9133c] {
	background: #F9F9F9;
}
.settings-table th[data-v-61f9133c] {
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #404280;
	border-bottom: 1px solid #EBE8EB;
}
.settings-table th[data-v-61f9133c]:first-child {
	text-align: left;
}
.settings-table td[data-v-61f9133c] {
	padding: 15px 20px;
	border-bottom: 1px solid #EBE8EB;
	vertical-align: middle;
}
.settings-table td[data-v-61f9133c]:first-child {
	text-align: left;
}
.settings-table td[data-v-61f9133c]:not(:first-child) {
	text-align: center;
}
.settings-table td .toggle-switch[data-v-61f9133c] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.settings-table tbody tr:last-child td[data-v-61f9133c] {
	border-bottom: none;
}
.settings-table tbody tr[data-v-61f9133c]:hover {
	background: #F9F9F9;
}
.provider-cell[data-v-61f9133c] {
	display: flex;
	align-items: center;
	gap: 12px;
}
.provider-icon[data-v-61f9133c] {
	width: 32px;
	height: 32px;
}
.provider-name[data-v-61f9133c] {
	font-size: 14px;
	font-weight: 600;
	color: #404280;
}
.submit[data-v-61f9133c] {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EBE8EB;
}
.submit .button[data-v-61f9133c] {
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.5;
	height: auto;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}
.submit .button.aio-login__primary[data-v-61f9133c] {
	border-color: #9516df;
	background-color: #9416de;
	color: #fff;
}
.submit .button.aio-login__primary[data-v-61f9133c]:hover {
	background-color: #9416de;
	color: #fff;
}
.woocommerce-notice[data-v-61f9133c] {
	margin-top: 15px;
	padding: 12px;
	background: #fff3cd;
	border-left: 4px solid #ffc107;
}
.woocommerce-notice p[data-v-61f9133c] {
	margin: 0;
	color: #856404;
}
.toggle-switch.disabled[data-v-61f9133c] {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}
.woocommerce-admin-notice[data-v-61f9133c] {
	margin: 20px 0;
	padding: 12px;
	background: #fff3cd;
	border-left: 4px solid #ffc107;
}
.woocommerce-admin-notice p[data-v-61f9133c] {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.woocommerce-admin-notice .button[data-v-61f9133c] {
	margin-left: 0 !important;
}


h2[data-v-1a1bc51a] {
	margin-top: 0;
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}
.success-notification[data-v-1a1bc51a] {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #28a745;
	color: white;
	padding: 15px 20px;
	border-radius: 5px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	z-index: 10000;
	animation: slideIn-1a1bc51a 0.3s ease-out;
}
.success-notification.error[data-v-1a1bc51a] {
	background: #dc3545;
}
.success-notification.info[data-v-1a1bc51a] {
	background: #17a2b8;
}
@keyframes slideIn-1a1bc51a {
from {
		transform: translateX(100%);
		opacity: 0;
}
to {
		transform: translateX(0);
		opacity: 1;
}
}


.notifications-intro[data-v-4a0f335a] {
	color: #4a5568;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 20px;
	max-width: 640px;
}
.aio-login-pro__social-login[data-v-4a0f335a] {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.aio-login-locked-content[data-v-4a0f335a] {
	filter: blur(1px);
	pointer-events: none;
	user-select: none;
}
.aio-login-t-content-overflow[data-v-4a0f335a] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(0.5px);
	z-index: 100;
	cursor: pointer;
}
.notifications-settings-view[data-v-4a0f335a] {
	width: 100%;
	max-width: none;
}
.notifications-settings-header[data-v-4a0f335a] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 8px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ebe8eb;
}
.notifications-settings-header-brand[data-v-4a0f335a] {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}
.channel-settings-icon[data-v-4a0f335a] {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}
.notifications-settings-header-text h2[data-v-4a0f335a] {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 600;
	color: #404280;
}
.notifications-settings-subtitle[data-v-4a0f335a] {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #606c80;
	max-width: 520px;
}
.notifications-back-btn[data-v-4a0f335a] {
	flex-shrink: 0;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	color: #404280;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}
.notifications-back-btn[data-v-4a0f335a]:hover {
	background: #f9fafb;
	border-color: #9ca3af;
}
.notifications-settings-body[data-v-4a0f335a] {
	padding-top: 8px;
}
.notifications-form-row[data-v-4a0f335a] {
	display: grid;
	grid-template-columns: minmax(180px, 260px) 1fr;
	gap: 16px 40px;
	align-items: start;
	padding: 22px 0;
	border-bottom: 1px solid #f0eef0;
}
.notifications-form-row--events[data-v-4a0f335a] {
	align-items: flex-start;
}
.notifications-form-label[data-v-4a0f335a] {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #404280;
	padding-top: 6px;
}
.notifications-form-field[data-v-4a0f335a] {
	min-width: 0;
}
.notifications-field-hint[data-v-4a0f335a] {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #606c80;
	max-width: 640px;
}
.notifications-slack-url-row[data-v-4a0f335a] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	max-width: 720px;
}
.notifications-slack-url-row[data-v-4a0f335a] .regular-text {
	flex: 1 1 220px;
	min-width: 180px;
	max-width: 100%;
}
.notifications-connect-slack[data-v-4a0f335a] {
	border-color: #9516df !important;
	background-color: #9416de !important;
	color: #fff !important;
	padding: 6px 16px !important;
	height: auto !important;
	line-height: 1.5 !important;
	border-radius: 4px !important;
	cursor: pointer;
	white-space: nowrap;
}
.notifications-connect-slack[data-v-4a0f335a]:hover:not(:disabled) {
	filter: brightness(1.05);
}
.notifications-connect-slack[data-v-4a0f335a]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.notifications-guide-line[data-v-4a0f335a] {
	margin: 12px 0 0;
	font-size: 13px;
	color: #606c80;
}
.notifications-guide-link[data-v-4a0f335a] {
	color: #6e16df;
	text-decoration: none;
	font-weight: 500;
	margin-left: 4px;
}
.notifications-guide-link[data-v-4a0f335a]:hover {
	text-decoration: underline;
}
.notifications-external-icon[data-v-4a0f335a] {
	font-size: 12px;
	margin-left: 2px;
	opacity: 0.85;
}
.notifications-events-list[data-v-4a0f335a] {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.notifications-checkbox-row[data-v-4a0f335a] {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #404280;
	cursor: pointer;
	margin: 0;
}
.notifications-checkbox[data-v-4a0f335a] {
	width: 18px;
	height: 18px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1.5px solid #b8c1d1;
	border-radius: 4px;
	background: #fff;
	background-image: none !important;
	cursor: pointer;
	flex-shrink: 0;
	display: inline-block;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	vertical-align: middle;
	outline: none;
	box-shadow: none;
}
.notifications-checkbox[data-v-4a0f335a]::before,
.notifications-checkbox[data-v-4a0f335a]:checked::before,
.notifications-checkbox[data-v-4a0f335a]:disabled::before {
	content: none !important;
	display: none !important;
	background: none !important;
}
.notifications-checkbox[data-v-4a0f335a]:checked {
	background: #9516df;
	border-color: #9516df;
}
.notifications-checkbox[data-v-4a0f335a]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 4px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	pointer-events: none;
}
.notifications-checkbox[data-v-4a0f335a]:disabled {
	cursor: not-allowed;
	opacity: 1;
}
.notifications-checkbox--locked[data-v-4a0f335a] {
	opacity: 0.85;
}
.toggle-switch.disabled[data-v-4a0f335a] {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}
.submit[data-v-4a0f335a] {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #ebe8eb;
}
.notifications-save-btn[data-v-4a0f335a] {
	padding: 10px 22px !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	height: auto !important;
	min-width: 160px;
}
.submit .button.aio-login__primary[data-v-4a0f335a] {
	border-color: #9516df;
	background-color: #9416de;
	color: #fff;
}
.submit .button.aio-login__primary[data-v-4a0f335a]:hover:not(:disabled) {
	background-color: #7a12c4;
	color: #fff;
}
.submit .button[data-v-4a0f335a]:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}
.notifications-skeleton[data-v-4a0f335a] {
	display: block;
	border-radius: 6px;
	background: linear-gradient( 90deg, #f2f4f8 25%, #e7ebf3 50%, #f2f4f8 75% );
	background-size: 200% 100%;
	animation: notifications-skeleton-shimmer-4a0f335a 1.3s ease-in-out infinite;
}
.notifications-skeleton--label[data-v-4a0f335a] {
	width: 150px;
	height: 16px;
}
.notifications-skeleton--toggle[data-v-4a0f335a] {
	width: 52px;
	height: 28px;
}
.notifications-skeleton--hint[data-v-4a0f335a] {
	margin-top: 12px;
	width: 320px;
	max-width: 100%;
	height: 12px;
}
.notifications-skeleton--hint-wide[data-v-4a0f335a] {
	width: 440px;
}
.notifications-skeleton--input[data-v-4a0f335a] {
	width: 100%;
	max-width: 520px;
	height: 40px;
}
.notifications-skeleton--checkbox[data-v-4a0f335a] {
	width: 260px;
	max-width: 100%;
	height: 18px;
}
@keyframes notifications-skeleton-shimmer-4a0f335a {
0% {
		background-position: 200% 0;
}
100% {
		background-position: -200% 0;
}
}
@media (max-width: 600px) {
.notifications-form-row[data-v-4a0f335a] {
		grid-template-columns: 1fr;
		gap: 8px;
}
.notifications-settings-header[data-v-4a0f335a] {
		flex-direction: column;
		align-items: stretch;
}
.notifications-back-btn[data-v-4a0f335a] {
		align-self: flex-start;
}
}


.aio-login-header-img[data-v-8fba4a60] {
	margin-top: 15px;
}
.aio-login-header-version[data-v-8fba4a60] {
	min-height: 100px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.aio-login-header-version__badge[data-v-8fba4a60] {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
}
.aio-login-header-version__badge--free[data-v-8fba4a60] {
	color: #4a5568;
	background: #edf2f7;
	border: 1px solid #d5dee9;
}
.aio-login-header-version__badge--pro[data-v-8fba4a60] {
	color: #ffffff;
	background: linear-gradient(180deg, #9516df 0%, #510c79 100%);
	border: 1px solid #7a27bf;
}
.aio-login__container[data-v-8fba4a60] {
	background: #fff;
	border-radius: 0 8px 8px 8px;
}
.aio-login__content-wrapper[data-v-8fba4a60] {
	padding: 25px;
}
.aio-login-subtabs-locked[data-v-8fba4a60] {
	position: relative;
}
.aio-login-subtabs-locked[data-v-8fba4a60]::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.38);
	backdrop-filter: blur(1px);
	z-index: 20;
	cursor: pointer;
}
.aio-login-sub-tabs--locked[data-v-8fba4a60] {
	pointer-events: none;
	opacity: 0.45;
}



.aio-login__header-container[data-v-482976fe] {
	background: #fff;
	height: 100px;
}


.aio-login__link-wrapper[data-v-24ed8b67] {
	padding: 14px 20px;
	color: #7691B2;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
	background: #F8F8F8;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: 2px;
	border-radius: 4px 4px 0 0;
	vertical-align: bottom;
}
.aio-login__tab-icon[data-v-24ed8b67] {
	display: block;
	flex-shrink: 0;
	align-self: center;
	max-height: 24px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.aio-login__link-wrapper.active[data-v-24ed8b67] {
	color: #9516DF;
	background: #ffffff;
}
.aio-login__pro-tab[data-v-24ed8b67] {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    padding: 5px 6px;
    margin: 0;
    background: #9516DF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* height: 18px; */
    flex-shrink: 0;
}
.aio-login__link-wrapper.getpro[data-v-24ed8b67] {
	background-image: linear-gradient(180deg, #9516df 0%, #510c79 100%);
	color: #fff;
	gap: 6px;
	font-weight: 700;
}
.aio-login__getpro-crown[data-v-24ed8b67] {
	width: 17px;
	height: 12px;
	object-fit: contain;
}



.aio-login__subtabs-container[data-v-720ebf9a] {
	height: 48px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 25px;
}
.aio-login__subtabs-actions[data-v-720ebf9a] {
	display: flex;
	align-items: center;
}
.aio-login__subtab[data-v-720ebf9a] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 24px;
	color: #7691B2;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.25;
}
.aio-login__subtab.active[data-v-720ebf9a] {
	border-bottom: 2px solid #9516DF;
	color: #9516DF;
}
.aio-login__pro-tab[data-v-720ebf9a] {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    padding: 5px 6px;
    margin: 0;
    background: #9516DF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* height: 18px; */
    flex-shrink: 0;
}


.aio-login__cards-container[data-v-9a7c9200] {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}


.aio-login__card-container[data-v-2ff86b6c] {
	display: block;
	border-radius: 8px;
	height: 160px;
	position: relative;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	margin-right: 15px;
}
.aio-login__card-container h3[data-v-2ff86b6c] {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
}
.aio-login__card-container h2[data-v-2ff86b6c] {
	font-size: 32px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: 40px;
}
.container-success[data-v-2ff86b6c] {
	color: #6B998F;
	background: #ECFAF7;
}
.container-success h3[data-v-2ff86b6c],
.container-success h2[data-v-2ff86b6c] {
	color: #6B998F;
}
.container-failed[data-v-2ff86b6c] {
	color: #99876B;
	background: #FAF4EB;
}
.container-failed h3[data-v-2ff86b6c],
.container-failed h2[data-v-2ff86b6c] {
	color: #99876B;
}
.container-lockouts[data-v-2ff86b6c] {
	color: #796B99;
	background: #EEEBFA;
}
.container-lockouts h3[data-v-2ff86b6c],
.container-lockouts h2[data-v-2ff86b6c] {
	color: #796B99;
}
.container-customize[data-v-2ff86b6c] {
	background-image: url( ../images/magic-wand-larg.png ), url( ../images/magic-wand-small.png ), linear-gradient( 180deg, #00cc99 0%, #00b386 100% );
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	color: #fff;
}
.aio-login__card-content[data-v-2ff86b6c] {
	text-align: center;
}
.aio-login__card-content p[data-v-2ff86b6c] {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 21.6px;
}
.aio-login__card-content a[data-v-2ff86b6c] {
	color: #fff;
	border: 1px solid #00A27A;
	background: #00AD82;
	box-shadow: 0 4px 16px 0 #00cd9a;

	text-decoration: none;

	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 4px;
}


.aio-login__selector[data-v-7327d8b8] {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 7px;
	height: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	transform: rotate( 225deg );
}
.aio-login__card-selector-container p[data-v-7327d8b8] {
	font-size: 18px;
	font-weight: 500;
	line-height: 21.6px;
	cursor: pointer;
}
.container-success .aio-login__selector[data-v-7327d8b8] {
	border-color: #6B998F;
}
.container-failed .aio-login__selector[data-v-7327d8b8] {
	border-color: #99876B;
}
.container-lockouts .aio-login__selector[data-v-7327d8b8] {
	border-color: #796B99;
}
.aio-login__days-selector[data-v-7327d8b8] {
	position: absolute;
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 0px 4px 16px 0px #00000014;
	top: 85px;
	left: 23px;
	border-radius: 8px;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	z-index: 1;
}
.aio-login__days-selector label[data-v-7327d8b8] {
	font-size: 16px;
	font-weight: 500;
	color: #405980;
	line-height: 25px;
}
.aio-login__days-selector input[type="radio"][data-v-7327d8b8] {
	width: 20px;
	height: 20px;
	border-color: #9516DF;
}
.aio-login__days-selector input[type="radio"][data-v-7327d8b8]::before {
	background-color: #9516DF;
	width: 12px;
	height: 12px;
}



/* Exact copy of social login pro card styling */
.configured-tag[data-v-8ecaeff8] {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  padding: 3px 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  color: white !important;
  z-index: 999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.configured-tag.enabled[data-v-8ecaeff8] {
  background-color: #22c55e !important; /* Green for enabled */
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.4) !important;
}
.configured-tag.disabled[data-v-8ecaeff8] {
  background-color: #f97316 !important; /* Orange for disabled */
  box-shadow: 0 1px 3px rgba(249, 115, 22, 0.4) !important;
}

/* Social Login Container */
.aio-login-pro__social-login[data-v-8ecaeff8] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Social Login Card */
.aio-login-pro__social-login__card[data-v-8ecaeff8] {
  position: relative !important;
  overflow: visible !important;
  border: 1px solid #ebe8eb;
  border-radius: 10px;
  height: 200px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Top Section */
.aio-login-pro__social-login__card__top[data-v-8ecaeff8] {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.aio-login-pro__social-login__card__top img[data-v-8ecaeff8] {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.aio-login-pro__social-login__card__top p[data-v-8ecaeff8] {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.version-badge[data-v-8ecaeff8] {
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
}

/* Bottom Section */
.aio-login-pro__social-login__card__bottom[data-v-8ecaeff8] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ebe8eb;
}

/* Configure Button */
.configure-btn[data-v-8ecaeff8] {
  background: #f7ecfd;
  color: #6e16df;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding: 9px 18px;
}
.configure-btn[data-v-8ecaeff8]:hover {
  background-color: #C9D2E3;
  color: #6e16df;
}


/* Exact copy of pro plugin social login popup styling */
.popup-overlay[data-v-1d45fd86] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup-content[data-v-1d45fd86] {
	background-color: white;
	padding: 10px 50px 50px 50px;
	border-radius: 8px;
	width: 80%;
	max-width: 800px;
}
.popup-header[data-v-1d45fd86] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e6e8ef;
	width: 100%;
	/* Keep close control on the visual right in RTL admin */
	direction: ltr;
}
.popup-header-title[data-v-1d45fd86] {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.popup-header-title__icon[data-v-1d45fd86] {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}
.popup-header-title__text[data-v-1d45fd86] {
	margin: 0;
	color: #202939;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
	word-break: break-word;
}
.popup-steps[data-v-1d45fd86] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	width: fit-content;
	max-width: 100%;
	gap: 0;
}
.step[data-v-1d45fd86] {
\twidth: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	transition: background-color 0.3s ease;
	background-color: #EBE8EB;
}
.step.active[data-v-1d45fd86] {
	background-color: #9516DF;
}
.popup-footer[data-v-1d45fd86] {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.popup-footer-left[data-v-1d45fd86] {
	flex-grow: 1;
	text-align: right;
}
.popup-footer-right[data-v-1d45fd86] {
	text-align: left;
}
.next-btn[data-v-1d45fd86], .finish-btn[data-v-1d45fd86], .back-btn[data-v-1d45fd86] {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
.next-btn[data-v-1d45fd86] {
	background: linear-gradient(262.54deg, #F7ECFD -5.51%, #8076FF 252.88%);
	color: #6E16DF;
}
.finish-btn[data-v-1d45fd86] {
	background: linear-gradient(262.54deg, #F7ECFD -5.51%, #8076FF 252.88%);
	color: #6E16DF;
}
.back-btn[data-v-1d45fd86] {
	background: linear-gradient(262.54deg, #EBE8EB -5.51%, #C9D2E3 252.88%);
	color: #8498B4;
}
.close-btn[data-v-1d45fd86] {
	position: relative;
	font-size: 21px;
	border-radius: 50%;
	cursor: pointer;
	background: none;
	border: 1px solid #7E869E40;
	flex-shrink: 0;
}
.connector[data-v-1d45fd86] {
	height: 2px;
	flex: 0 0 200px;
	background-color: #C9D2E3;
	margin: 0;
	min-width: 200px;
}
.step-container[data-v-1d45fd86] {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	position: relative;
	padding-top: 26px;
}
.step-container h4[data-v-1d45fd86] {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: bold;
	color: #9516DF;
	margin: 0;
	white-space: nowrap;
}

/* First Step Styling */
.aio-login-pro__first-step .aio-login-pro__first-step__title[data-v-1d45fd86]{
	color: #404280;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.aio-login-pro__first-step .aio-login-pro__first-step__instruction[data-v-1d45fd86]{
	color: #404280;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.aio-login-pro__first-step .aio-login-pro__first-step__content[data-v-1d45fd86]{
	color: #606C80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.aio-login-pro__first-step .aio-login-pro__first-step__doc-link[data-v-1d45fd86]{
	color: #6E16DF;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.aio-login-pro__first-step p[data-v-1d45fd86]{
	color: #606C80;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

/* Step 2 Styling */
.aio-login-pro__step2__description[data-v-1d45fd86] {
	color: #606C80;
	font-size: 14px;
	margin-bottom: 20px;
}
.aio-login-pro__inline-form[data-v-1d45fd86] {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}
.aio-login-pro__form-group[data-v-1d45fd86] {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.aio-login-pro__form-label[data-v-1d45fd86] {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}
.aio-login-pro__form-input[data-v-1d45fd86] {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: border-color 0.2s ease-in-out;
	border: 1px solid #EBE8EB !important;
	background: #FFF;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}

/* Dropdown specific styling */
.aio-login-pro__form-input[type="text"][data-v-1d45fd86] {
	padding: 10px 35px 10px 10px;
}
.aio-login-pro__form-input[type="password"][data-v-1d45fd86] {
	padding: 10px 35px 10px 10px;
}
select.aio-login-pro__form-input[data-v-1d45fd86] {
	padding: 12px 30px 12px 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align: left;
	text-align-last: left;
	line-height: 1.4;
	height: 44px;
	box-sizing: border-box;
}
select.aio-login-pro__form-input option[data-v-1d45fd86] {
	text-align: left;
	padding: 5px;
}
.aio-login-pro__form-input[data-v-1d45fd86]:focus {
	outline: none;
	border-color: #9516df;
}
.aio-login-pro__required[data-v-1d45fd86] {
	color: #ff0000;
}
.aio-login-pro__error[data-v-1d45fd86] {
	border-color: #ff0000 !important;
}
.aio-login-pro__error-message[data-v-1d45fd86] {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}

/* Step 3 Styling */
.aio-login-pro__step3__description[data-v-1d45fd86] {
	color: #606C80;
	font-size: 14px;
	margin-bottom: 20px;
}
.aio-login-pro__step3__layout[data-v-1d45fd86] {
	display: flex;
	gap: 20px;
}
.aio-login-pro__step3__column[data-v-1d45fd86] {
	flex: 1;
}
.aio-login-pro__step3__image-column[data-v-1d45fd86] {
	display: flex;
	justify-content: center;
	align-items: center;
}
.aio-login-pro__step3__image[data-v-1d45fd86] {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

/* Input with delete button */
.input-with-delete[data-v-1d45fd86] {
	position: relative;
}
.clear-btn[data-v-1d45fd86] {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	color: #999;
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	pointer-events: auto;
}
.clear-btn[data-v-1d45fd86]:hover {
	color: #999;
}

/* Global overrides for pro plugin compatibility */
body.aio-login-modal-open[data-v-1d45fd86] {
	overflow: hidden !important;
}

/* Ensure modal is always on top */
.popup-overlay[data-v-1d45fd86] * {
	box-sizing: border-box !important;
}

/* Social login popup parity overrides */
.popup-content[data-v-1d45fd86] {
	padding: 28px 50px 36px 50px;
	max-height: min(90vh, calc(100vh - 32px));
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}
.popup-header[data-v-1d45fd86] {
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e3e7ef;
	flex-shrink: 0;
}
.popup-header-title__icon[data-v-1d45fd86] {
	width: 36px;
	height: 36px;
	object-fit: contain;
}
.popup-header-title__text[data-v-1d45fd86] {
	margin: 0 0 2px 10px;
	color: #202939;
	font-size: clamp(18px, 2.5vw, 30px);
	font-weight: 600;
	line-height: 1.35;
	word-break: normal;
}
.popup-modal-body[data-v-1d45fd86] {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	padding: 4px 8px 0 0;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #c9d2e3 transparent;
}
.popup-steps[data-v-1d45fd86] {
	padding: 0;
	flex-shrink: 0;
}
.step[data-v-1d45fd86] {
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.connector[data-v-1d45fd86] {
	flex: 0 0 210px;
	min-width: 210px;
}
.step-container[data-v-1d45fd86] {
	flex: 0 0 30px;
	width: 30px;
	padding-top: 0;
}
.step-container h4[data-v-1d45fd86] {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
.popup-footer[data-v-1d45fd86] {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #e3e7ef;
}
.popup-footer-left[data-v-1d45fd86] {
	text-align: right;
}
.next-btn[data-v-1d45fd86],
.finish-btn[data-v-1d45fd86],
.back-btn[data-v-1d45fd86] {
	padding: 14px 28px;
	font-weight: 700;
}
.back-btn[data-v-1d45fd86] {
	color: #404280;
}


/* Exact copy of social login pro card styling */
.aio-login-t-content-overflow[data-v-33535524] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(0.5px);
	z-index: 100;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.3);
}
.aio-login__pro-tab[data-v-33535524] {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    padding: 5px 6px;
    margin: 0;
    background: #9516DF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* height: 18px; */
    flex-shrink: 0;
	z-index: 101;
}
.configured-tag[data-v-33535524] {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  padding: 3px 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  color: white !important;
  z-index: 999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.configured-tag.enabled[data-v-33535524] {
  background-color: #22c55e !important; /* Green for enabled */
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.4) !important;
}
.configured-tag.disabled[data-v-33535524] {
  background-color: #f97316 !important; /* Orange for disabled */
  box-shadow: 0 1px 3px rgba(249, 115, 22, 0.4) !important;
}

/* Social Login Card */
.aio-login-pro__social-login__card[data-v-33535524] {
  position: relative !important;
  overflow: visible !important;
  border: 1px solid #ebe8eb;
  border-radius: 10px;
  height: 200px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Top Section */
.aio-login-pro__social-login__card__top[data-v-33535524] {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.aio-login-pro__social-login__card__top img[data-v-33535524] {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  object-fit: contain;
}
.aio-login-pro__social-login__card__top p[data-v-33535524] {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

/* Bottom Section */
.aio-login-pro__social-login__card__bottom[data-v-33535524] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ebe8eb;
}

/* Configure Button */
.configure-btn[data-v-33535524] {
  background: #f7ecfd;
  color: #6e16df;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding: 9px 18px;
}
.configure-btn[data-v-33535524]:hover {
  background-color: #C9D2E3;
  color: #6e16df;
}


/* Exact copy of pro plugin social login popup styling */
.popup-overlay[data-v-ce825290] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup-content[data-v-ce825290] {
	background-color: white;
	padding: 10px 50px 50px 50px;
	border-radius: 8px;
	width: 80%;
	max-width: 800px;
}
.popup-header[data-v-ce825290] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e6e8ef;
	width: 100%;
	/* Keep close control on the visual right in RTL admin */
	direction: ltr;
}
.popup-header-title[data-v-ce825290] {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.popup-header-title__icon[data-v-ce825290] {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}
.popup-header-title__text[data-v-ce825290] {
	margin: 0;
	color: #202939;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
	word-break: break-word;
}
.popup-steps[data-v-ce825290] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	width: fit-content;
	max-width: 100%;
	gap: 0;
}
.step[data-v-ce825290] {
\twidth: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	transition: background-color 0.3s ease;
	background-color: #EBE8EB;
}
.step.active[data-v-ce825290] {
	background-color: #9516DF;
}
.popup-footer[data-v-ce825290] {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.popup-footer-left[data-v-ce825290] {
	flex-grow: 1;
	text-align: right;
}
.next-btn[data-v-ce825290], .finish-btn[data-v-ce825290], .back-btn[data-v-ce825290] {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
.next-btn[data-v-ce825290] {
	background: linear-gradient(262.54deg, #F7ECFD -5.51%, #8076FF 252.88%);
	color: #6E16DF;
}
.finish-btn[data-v-ce825290] {
	background: linear-gradient(262.54deg, #F7ECFD -5.51%, #8076FF 252.88%);
	color: #6E16DF;
}
.back-btn[data-v-ce825290] {
	background: linear-gradient(262.54deg, #EBE8EB -5.51%, #C9D2E3 252.88%);
	color: #8498B4;
}
.close-btn[data-v-ce825290] {
	position: relative;
	font-size: 21px;
	border-radius: 50%;
	cursor: pointer;
	background: none;
	border: 1px solid #7E869E40;
	flex-shrink: 0;
}
.connector[data-v-ce825290] {
	height: 2px;
	flex: 0 0 200px;
	background-color: #C9D2E3;
	margin: 0;
	min-width: 200px;
}
.step-container[data-v-ce825290] {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	position: relative;
	padding-top: 26px;
}
.step-container h4[data-v-ce825290] {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: bold;
	color: #9516DF;
	margin: 0;
	white-space: nowrap;
}

/* First Step Styling */
.aio-login-pro__first-step .aio-login-pro__first-step__title[data-v-ce825290]{
	color: #404280;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.aio-login-pro__first-step .aio-login-pro__first-step__instruction[data-v-ce825290]{
	color: #404280;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.aio-login-pro__first-step .aio-login-pro__first-step__content[data-v-ce825290]{
	color: #606C80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.aio-login-pro__first-step .aio-login-pro__first-step__doc-link[data-v-ce825290]{
	color: #6E16DF;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.aio-login-pro__first-step p[data-v-ce825290]{
	color: #606C80;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

/* Step 2 Styling */
.aio-login-pro__step2__description[data-v-ce825290] {
	color: #606C80;
	font-size: 14px;
	margin-bottom: 20px;
}
.aio-login-pro__inline-form[data-v-ce825290] {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}
.aio-login-pro__form-group[data-v-ce825290] {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.aio-login-pro__form-label[data-v-ce825290] {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}
.aio-login-pro__form-input[data-v-ce825290] {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: border-color 0.2s ease-in-out;
	border: 1px solid #EBE8EB !important;
	background: #FFF;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}
.aio-login-pro__form-input[type="text"][data-v-ce825290] {
	padding: 10px 35px 10px 10px;
}
.aio-login-pro__form-input[type="password"][data-v-ce825290] {
	padding: 10px 35px 10px 10px;
}
select.aio-login-pro__form-input[data-v-ce825290] {
	padding: 12px 30px 12px 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align: left;
	text-align-last: left;
	line-height: 1.4;
	height: 44px;
	box-sizing: border-box;
}
select.aio-login-pro__form-input option[data-v-ce825290] {
	text-align: left;
	padding: 5px;
}
.aio-login-pro__form-input[data-v-ce825290]:focus {
	outline: none;
	border-color: #9516df;
}
.aio-login-pro__required[data-v-ce825290] {
	color: #ff0000;
}
.aio-login-pro__error[data-v-ce825290] {
	border-color: #ff0000 !important;
}
.aio-login-pro__error-message[data-v-ce825290] {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}

/* Step 3 Styling */
.aio-login-pro__step3__description[data-v-ce825290] {
	color: #606C80;
	font-size: 14px;
	margin-bottom: 20px;
}
.aio-login-pro__step3__layout[data-v-ce825290] {
	display: flex;
	gap: 20px;
}
.aio-login-pro__step3__column[data-v-ce825290] {
	flex: 1;
}

/* Input with delete button */
.input-with-delete[data-v-ce825290] {
	position: relative;
}
.clear-btn[data-v-ce825290] {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	color: #999;
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	pointer-events: auto;
}
.clear-btn[data-v-ce825290]:hover {
	color: #999;
}

/* Global overrides for pro plugin compatibility */
body.aio-login-modal-open[data-v-ce825290] {
	overflow: hidden !important;
}

/* Ensure modal is always on top */
.popup-overlay[data-v-ce825290] * {
	box-sizing: border-box !important;
}

/* Social login popup parity overrides */
.popup-content[data-v-ce825290] {
	padding: 28px 50px 36px 50px;
	max-height: min(90vh, calc(100vh - 32px));
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}
.popup-header[data-v-ce825290] {
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e3e7ef;
	flex-shrink: 0;
}
.popup-header-title__icon[data-v-ce825290] {
	width: 36px;
	height: 36px;
	object-fit: contain;
}
.popup-header-title__text[data-v-ce825290] {
	margin: 0 0 2px 10px;
	color: #202939;
	font-size: clamp(18px, 2.5vw, 30px);
	font-weight: 600;
	line-height: 1.35;
	word-break: normal;
}
.popup-modal-body[data-v-ce825290] {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	padding: 4px 8px 0 0;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #c9d2e3 transparent;
}
.popup-steps[data-v-ce825290] {
	padding: 0;
	flex-shrink: 0;
}
.step[data-v-ce825290] {
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.connector[data-v-ce825290] {
	flex: 0 0 210px;
	min-width: 210px;
}
.step-container[data-v-ce825290] {
	flex: 0 0 30px;
	width: 30px;
	padding-top: 0;
}
.step-container h4[data-v-ce825290] {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
.popup-footer[data-v-ce825290] {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #e3e7ef;
}
.popup-footer-left[data-v-ce825290] {
	text-align: right;
}
.next-btn[data-v-ce825290],
.finish-btn[data-v-ce825290],
.back-btn[data-v-ce825290] {
	padding: 14px 28px;
	font-weight: 700;
}
.back-btn[data-v-ce825290] {
	color: #404280;
}


.aio-login-t-content-overflow[data-v-8cc49546] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; backdrop-filter: blur(0.5px); z-index: 100; cursor: pointer; background: rgba(255, 255, 255, 0.3);
}
.aio-login__pro-tab[data-v-8cc49546] { position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    padding: 5px 6px;
    margin: 0;
    background: #9516DF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* height: 18px; */
    flex-shrink: 0;
	z-index: 101;
}
.configured-tag[data-v-8cc49546] { position: absolute !important; top: 8px !important; right: 8px !important; padding: 3px 6px !important; font-size: 10px !important; font-weight: 700 !important; border-radius: 8px !important; color: white !important; z-index: 999 !important; text-transform: uppercase !important; white-space: nowrap !important;
}
.configured-tag.enabled[data-v-8cc49546] { background-color: #22c55e !important;
}
.configured-tag.disabled[data-v-8cc49546] { background-color: #f97316 !important;
}
.aio-login-pro__social-login__card[data-v-8cc49546] { position: relative !important; overflow: visible !important; border: 1px solid #ebe8eb; border-radius: 10px; height: 200px; width: 320px; display: flex; flex-direction: column; justify-content: space-between;
}
.aio-login-pro__social-login__card__top[data-v-8cc49546] { flex: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; text-align: center;
}
.aio-login-pro__social-login__card__top img[data-v-8cc49546] { width: 48px; height: 48px; margin-bottom: 10px; object-fit: contain;
}
.aio-login-pro__social-login__card__top p[data-v-8cc49546] { font-size: 14px; font-weight: bold; margin: 0 0 5px 0;
}
.aio-login-pro__social-login__card__bottom[data-v-8cc49546] { flex: 1; display: flex; justify-content: space-between; align-items: center; padding: 10px; border-top: 1px solid #ebe8eb;
}
.configure-btn[data-v-8cc49546] { background: #f7ecfd; color: #6e16df; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; transition: 0.3s; padding: 9px 18px;
}
.configure-btn[data-v-8cc49546]:hover { background-color: #C9D2E3; color: #6e16df;
}


.popup-overlay[data-v-495a98e7] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup-content[data-v-495a98e7] {
	background-color: white;
	padding: 10px 50px 50px 50px;
	border-radius: 8px;
	width: 80%;
	max-width: 800px;
}
.popup-header[data-v-495a98e7] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e6e8ef;
	width: 100%;
	/* Keep close control on the visual right in RTL admin */
	direction: ltr;
}
.popup-header-title[data-v-495a98e7] {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.popup-header-title__icon[data-v-495a98e7] {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}
.popup-header-title__text[data-v-495a98e7] {
	margin: 0;
	color: #202939;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
	word-break: break-word;
}
.popup-steps[data-v-495a98e7] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	width: fit-content;
	max-width: 100%;
	gap: 0;
}
.step[data-v-495a98e7] {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	transition: background-color 0.3s ease;
	background-color: #EBE8EB;
}
.step.active[data-v-495a98e7] {
	background-color: #9516DF;
}
.popup-footer[data-v-495a98e7] {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.popup-footer-left[data-v-495a98e7] {
	flex-grow: 1;
	text-align: right;
}
.next-btn[data-v-495a98e7], .finish-btn[data-v-495a98e7], .back-btn[data-v-495a98e7] {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
.next-btn[data-v-495a98e7] {
	background: linear-gradient(262.54deg, #F7ECFD -5.51%, #8076FF 252.88%);
	color: #6E16DF;
}
.finish-btn[data-v-495a98e7] {
	background: linear-gradient(262.54deg, #F7ECFD -5.51%, #8076FF 252.88%);
	color: #6E16DF;
}
.back-btn[data-v-495a98e7] {
	background: linear-gradient(262.54deg, #EBE8EB -5.51%, #C9D2E3 252.88%);
	color: #8498B4;
}
.close-btn[data-v-495a98e7] {
	position: relative;
	font-size: 21px;
	border-radius: 50%;
	cursor: pointer;
	background: none;
	border: 1px solid #7E869E40;
	flex-shrink: 0;
}
.connector[data-v-495a98e7] {
	height: 2px;
	flex: 0 0 200px;
	background-color: #C9D2E3;
	margin: 0;
	min-width: 200px;
}
.step-container[data-v-495a98e7] {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	position: relative;
	padding-top: 26px;
}
.step-container h4[data-v-495a98e7] {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: bold;
	color: #9516DF;
	margin: 0;
	white-space: nowrap;
}
.aio-login-pro__first-step .aio-login-pro__first-step__title[data-v-495a98e7]{
	color: #404280;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.aio-login-pro__first-step .aio-login-pro__first-step__instruction[data-v-495a98e7]{
	color: #404280;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.aio-login-pro__first-step .aio-login-pro__first-step__content[data-v-495a98e7]{
	color: #606C80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.aio-login-pro__first-step .aio-login-pro__first-step__doc-link[data-v-495a98e7]{
	color: #6E16DF;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.aio-login-pro__first-step p[data-v-495a98e7]{
	color: #606C80;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
.aio-login-pro__step2__description[data-v-495a98e7] {
	color: #606C80;
	font-size: 14px;
	margin-bottom: 20px;
}
.aio-login-pro__inline-form[data-v-495a98e7] {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}
.aio-login-pro__form-group[data-v-495a98e7] {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.aio-login-pro__form-label[data-v-495a98e7] {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}
.aio-login-pro__form-input[data-v-495a98e7] {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: border-color 0.2s ease-in-out;
	border: 1px solid #EBE8EB !important;
	background: #FFF;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}
.aio-login-pro__form-input[type="text"][data-v-495a98e7],
.aio-login-pro__form-input[type="password"][data-v-495a98e7] {
	padding: 10px 35px 10px 10px;
}
select.aio-login-pro__form-input[data-v-495a98e7] {
	padding: 12px 30px 12px 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align: left;
	text-align-last: left;
	line-height: 1.4;
	height: 44px;
	box-sizing: border-box;
}
select.aio-login-pro__form-input option[data-v-495a98e7] {
	text-align: left;
	padding: 5px;
}
.aio-login-pro__form-input[data-v-495a98e7]:focus {
	outline: none;
	border-color: #9516df;
}
.aio-login-pro__required[data-v-495a98e7] {
	color: #ff0000;
}
.aio-login-pro__error[data-v-495a98e7] {
	border-color: #ff0000 !important;
}
.aio-login-pro__error-message[data-v-495a98e7] {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}
.aio-login-pro__step3__description[data-v-495a98e7] {
	color: #606C80;
	font-size: 14px;
	margin-bottom: 20px;
}
.aio-login-pro__step3__layout[data-v-495a98e7] {
	display: flex;
	gap: 20px;
}
.aio-login-pro__step3__column[data-v-495a98e7] {
	flex: 1;
}
.input-with-delete[data-v-495a98e7] {
	position: relative;
}
.clear-btn[data-v-495a98e7] {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	color: #999;
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	pointer-events: auto;
}
.clear-btn[data-v-495a98e7]:hover {
	color: #999;
}
body.aio-login-modal-open[data-v-495a98e7] {
	overflow: hidden !important;
}
.popup-overlay[data-v-495a98e7] * {
	box-sizing: border-box !important;
}

/* Social login popup parity overrides */
.popup-content[data-v-495a98e7] {
	padding: 28px 50px 36px 50px;
	max-height: min(90vh, calc(100vh - 32px));
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}
.popup-header[data-v-495a98e7] {
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e3e7ef;
	flex-shrink: 0;
}
.popup-header-title__icon[data-v-495a98e7] {
	width: 36px;
	height: 36px;
	object-fit: contain;
}
.popup-header-title__text[data-v-495a98e7] {
	margin: 0 0 2px 10px;
	color: #202939;
	font-size: clamp(18px, 2.5vw, 30px);
	font-weight: 600;
	line-height: 1.35;
	word-break: normal;
}
.popup-modal-body[data-v-495a98e7] {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	padding: 4px 8px 0 0;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #c9d2e3 transparent;
}
.popup-steps[data-v-495a98e7] {
	padding: 0;
	flex-shrink: 0;
}
.step[data-v-495a98e7] {
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.connector[data-v-495a98e7] {
	flex: 0 0 210px;
	min-width: 210px;
}
.step-container[data-v-495a98e7] {
	flex: 0 0 30px;
	width: 30px;
	padding-top: 0;
}
.step-container h4[data-v-495a98e7] {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
.popup-footer[data-v-495a98e7] {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #e3e7ef;
}
.popup-footer-left[data-v-495a98e7] {
	text-align: right;
}
.next-btn[data-v-495a98e7],
.finish-btn[data-v-495a98e7],
.back-btn[data-v-495a98e7] {
	padding: 14px 28px;
	font-weight: 700;
}
.back-btn[data-v-495a98e7] {
	color: #404280;
}


.popup-overlay[data-v-ebc33178] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}
.popup-content.woocommerce-popup[data-v-ebc33178] {
	background-color: white;
	border-radius: 8px;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 0;
}
.popup-header[data-v-ebc33178] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 40px;
	border-bottom: 1px solid #EBE8EB;
}
.popup-title[data-v-ebc33178] {
	display: flex;
	align-items: center;
	gap: 15px;
}
.woocommerce-icon[data-v-ebc33178] {
	width: 48px;
	height: 48px;
}
.popup-title h2[data-v-ebc33178] {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #404280;
}
.back-link[data-v-ebc33178] {
	color: #6E16DF;
	text-decoration: none;
	font-weight: 500;
}
.back-link[data-v-ebc33178]:hover {
	text-decoration: underline;
}
.woocommerce-settings[data-v-ebc33178] {
	padding: 30px 40px;
}
.settings-section[data-v-ebc33178] {
	margin-bottom: 40px;
}
.section-header[data-v-ebc33178] {
	margin-bottom: 20px;
}
.section-header h3[data-v-ebc33178] {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	color: #404280;
}
.section-description[data-v-ebc33178] {
	margin: 0;
	color: #606C80;
	font-size: 14px;
}
.link-text[data-v-ebc33178] {
	color: #6E16DF;
	text-decoration: none;
	cursor: pointer;
}
.link-text[data-v-ebc33178]:hover {
	text-decoration: underline;
}
.toggle-wrapper[data-v-ebc33178] {
	margin: 20px 0;
}
.captcha-providers[data-v-ebc33178],
.social-providers[data-v-ebc33178] {
	margin-top: 20px;
	padding-left: 20px;
}
.provider-item[data-v-ebc33178] {
	margin-bottom: 30px;
	padding: 20px;
	background: #F9F9F9;
	border-radius: 8px;
}
.provider-header[data-v-ebc33178] {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}
.provider-icon[data-v-ebc33178] {
	width: 32px;
	height: 32px;
}
.provider-name[data-v-ebc33178] {
	font-size: 16px;
	font-weight: 600;
	color: #404280;
}
.provider-options[data-v-ebc33178] {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.option-item[data-v-ebc33178] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #EBE8EB;
}
.option-item[data-v-ebc33178]:last-child {
	border-bottom: none;
}
.option-item span[data-v-ebc33178] {
	font-size: 14px;
	color: #606C80;
}
.popup-footer[data-v-ebc33178] {
	padding: 20px 40px;
	border-top: 1px solid #EBE8EB;
	text-align: right;
}
.save-btn[data-v-ebc33178] {
	background: #6E16DF;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}
.save-btn[data-v-ebc33178]:hover {
	background: #510C79;
}


/* Exact copy of social login pro card styling */
.aio-login-t-content-overflow[data-v-f5d5fc78] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(0.5px);
	z-index: 100;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.3);
}
.aio-login__pro-tag[data-v-f5d5fc78] {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    padding: 5px 6px;
    margin: 0;
    background: #9516DF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* height: 18px; */
    flex-shrink: 0;
	z-index: 101;
}
.configured-tag[data-v-f5d5fc78] {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  padding: 3px 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  color: white !important;
  z-index: 999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.configured-tag.enabled[data-v-f5d5fc78] {
  background-color: #22c55e !important; /* Green for enabled */
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.4) !important;
}
.configured-tag.disabled[data-v-f5d5fc78] {
  background-color: #f97316 !important; /* Orange for disabled */
  box-shadow: 0 1px 3px rgba(249, 115, 22, 0.4) !important;
}

/* Social Login Card */
.aio-login-pro__social-login__card[data-v-f5d5fc78] {
  position: relative !important;
  overflow: visible !important;
  border: 1px solid #ebe8eb;
  border-radius: 10px;
  height: 200px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Top Section */
.aio-login-pro__social-login__card__top[data-v-f5d5fc78] {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.aio-login-pro__social-login__card__top img[data-v-f5d5fc78] {
  width: auto;
  height: auto;
  max-width: 230px;
  max-height: 100px;
  object-fit: contain;
}
.aio-login-pro__social-login__card__top p[data-v-f5d5fc78] {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

/* Bottom Section */
.aio-login-pro__social-login__card__bottom[data-v-f5d5fc78] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ebe8eb;
}

/* Configure Button */
.configure-btn[data-v-f5d5fc78] {
  background: #f7ecfd;
  color: #6e16df;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding: 9px 18px;
}
.configure-btn[data-v-f5d5fc78]:hover {
  background-color: #C9D2E3;
  color: #6e16df;
}
.woocommerce-required-notice[data-v-f5d5fc78] {
  margin-top: 10px;
  padding: 8px 12px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  text-align: center;
}
.woocommerce-required-notice p[data-v-f5d5fc78] {
  margin: 0;
  font-size: 11px;
  color: #856404;
  font-weight: 600;
}
.toggle-switch.disabled[data-v-f5d5fc78] {
  opacity: 0.6;
  cursor: not-allowed;
}


.aio-login-t-content-overflow[data-v-614b8dc9] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(0.5px);
	z-index: 100;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.3);
}
.aio-login__pro-tag[data-v-614b8dc9] {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 34px;
    padding: 5px 6px;
    margin: 0;
    background: #9516DF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* height: 18px; */
    flex-shrink: 0;
	z-index: 101;
}
.configured-tag[data-v-614b8dc9] {
	position: absolute !important;
	top: 8px !important;
	right: 8px !important;
	padding: 3px 6px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	border-radius: 8px !important;
	color: white !important;
	z-index: 999 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.3px !important;
	line-height: 1 !important;
	display: inline-block !important;
	white-space: nowrap !important;
}
.configured-tag.enabled[data-v-614b8dc9] {
	background-color: #22c55e !important;
	box-shadow: 0 1px 3px rgba(34, 197, 94, 0.4) !important;
}
.configured-tag.disabled[data-v-614b8dc9] {
	background-color: #f97316 !important;
	box-shadow: 0 1px 3px rgba(249, 115, 22, 0.4) !important;
}
.aio-login-pro__social-login__card[data-v-614b8dc9] {
	position: relative !important;
	overflow: visible !important;
	border: 1px solid #ebe8eb;
	border-radius: 10px;
	height: 200px;
	width: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.aio-login-pro__social-login__card__top[data-v-614b8dc9] {
	flex: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
.aio-login-pro__social-login__card__top img[data-v-614b8dc9] {
	width: auto;
	height: auto;
	max-width: 230px;
	max-height: 100px;
	object-fit: contain;
}
.aio-login-pro__social-login__card__top p[data-v-614b8dc9] {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.aio-login-pro__social-login__card__bottom[data-v-614b8dc9] {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-top: 1px solid #ebe8eb;
}
.configure-btn[data-v-614b8dc9] {
	background: #f7ecfd;
	color: #6e16df;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
	padding: 9px 18px;
}
.configure-btn[data-v-614b8dc9]:hover {
	background-color: #c9d2e3;
	color: #6e16df;
}
.notifications-card-skeleton[data-v-614b8dc9] {
	display: block;
	border-radius: 6px;
	background: linear-gradient( 90deg, #f2f4f8 25%, #e7ebf3 50%, #f2f4f8 75% );
	background-size: 200% 100%;
	animation: notifications-card-skeleton-shimmer-614b8dc9 1.3s ease-in-out infinite;
}
.notifications-card-skeleton--logo[data-v-614b8dc9] {
	width: 160px;
	height: 56px;
}
.notifications-card-skeleton--title[data-v-614b8dc9] {
	width: 90px;
	height: 14px;
	margin-top: 10px;
}
.notifications-card-skeleton--toggle[data-v-614b8dc9] {
	width: 50px;
	height: 24px;
}
.notifications-card-skeleton--button[data-v-614b8dc9] {
	width: 90px;
	height: 32px;
}
@keyframes notifications-card-skeleton-shimmer-614b8dc9 {
0% {
		background-position: 200% 0;
}
100% {
		background-position: -200% 0;
}
}


.aio-login__meta-container[data-v-6d564cae] {
	display: grid;
	grid-template-columns: 50% 50%;
}
.aio-login-configuration-btn-wrapper[data-v-6d564cae] {
	background: #F7ECFD;
	border-radius: 4px;
	padding: 12px 24px;
}
.aio-login-configuration-btn[data-v-6d564cae] {
	color: #9516DF;
	line-height: 14px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.aio-login__configuration-select[data-v-6d564cae] {
	margin-top: 20px !important;
	padding: 12px 16px !important;
	width: 100px !important;
	font-size: 14px !important;
	line-height: 14px !important;
	font-weight: 600 !important;
	color: #9516DF !important;
	border: 1px solid #9516DF !important;
}
.aio-login__configuration-select--locked[data-v-6d564cae] {
	opacity: 0.6;
	cursor: not-allowed;
}
.aio-login__configuration-switch[data-v-6d564cae] {
	position: absolute;
	bottom: 25px;
	right: 25px;
}


.aio-login__metadata-container[data-v-01e96c42] {
	height: 180px;
	position: relative;
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 8px;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 4px 16px 0px #00000014;
}
.aio-login__metadata-container h2[data-v-01e96c42] {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #405980;
}
.aio-login__metadata-container p[data-v-01e96c42] {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #405980;
}


.aio-login__pro-branding-container[data-v-4a87f0f0] {
	height: 238px;
	background-color: #630f95;
	background-image: url(../images/colored-lock-left.png), url(../images/colored-lock-right.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	border-radius: 8px;
	padding: 0 65px 0 82px;
}
.aio-login__pro-flex[data-v-4a87f0f0] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.aio-login__pro-branding-container h2[data-v-4a87f0f0], .aio-login__pro-branding-container p[data-v-4a87f0f0] {
	color: #fff;
}
.aio-login__pro-branding-container h2[data-v-4a87f0f0] {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
}
.aio-login__pro-branding-container p[data-v-4a87f0f0] {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
}
.aio-login__pro-branding-container a[data-v-4a87f0f0] {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #630F95;
	text-decoration: none;
}
.aio-login__button-wrapper[data-v-4a87f0f0] {
	border-radius: 8px;
	padding: 16px 32px;
	margin-top: 20px;
	background: #FFBA08;
}


.aio-login__recent-activity-wrapper h2[data-v-e2315398] {
	color: #405980;
	font-size: 24px;
	font-weight: 600;
}
.aio-login-table-nav[data-v-e2315398] {
	height: 48px;
	border-radius: 8px 8px 0 0;
	background: #FBF5FF;
}
.aio-login__table-nav-item[data-v-e2315398] {
	padding: 15px 30px;
	display: inline-block;
}
.aio-login__table-nav-item a[data-v-e2315398] {
	color: #9516DF;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}
.aio-login__table-nav-item[data-v-e2315398]:first-child {
	border-radius: 8px 0 0 0;
}
.aio-login__table-nav-item.active[data-v-e2315398] {
	background: #9516DF;
}
.aio-login__table-nav-item.active a[data-v-e2315398] {
	color: #fff;
}
.aio-login__activate[data-v-e2315398] {
	cursor: pointer;
	display: inline-block;
}
.aio-login__table[data-v-e2315398] {
	width: 100%;
	border-collapse: collapse;
}
.aio-login__table thead th[data-v-e2315398] {
	font-size: 16px;
	color: #405980;
	padding: 15px 30px;
	background: #e8e5e8;
	text-align: left;
	border-bottom: 1px solid #EBE8EB;
	font-weight: 600;
}
.aio-login__table td[data-v-e2315398] {
	font-weight: 400;
	font-size: 16px;
	color: #405980;
	background: #ffffff;
	border-bottom: 1px solid #EBE8EB;
	padding: 15px 30px;
	text-align: left;
}
.aio-login__table tr:last-child td[data-v-e2315398] {
	border-bottom: none;
}
.aio-login__view-all-activity[data-v-e2315398] {
	color: #9516DF;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	background: #fff;
	padding: 12px 24px;
	border-radius: 4px;
}


.aio-login-dashboard-docs[data-v-1d3f2396] {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #dde3ee;
	border-radius: 10px;
	background: linear-gradient(180deg, #f8fbff 0%, #f4f8ff 100%);
	padding: 16px;
	margin-bottom: 24px;
}
.aio-login-dashboard-docs__head[data-v-1d3f2396] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 0 4px;
}
.aio-login-dashboard-docs__head h2[data-v-1d3f2396] {
	margin: 0;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.1px;
	color: #27364b;
}
.aio-login-dashboard-docs__head a[data-v-1d3f2396] {
	color: #445b7c;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
}
.aio-login-dashboard-docs__head a[data-v-1d3f2396]:hover {
	color: #27364b;
	text-decoration: underline;
}
.aio-login-dashboard-docs__grid[data-v-1d3f2396] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.aio-login-dashboard-docs__card[data-v-1d3f2396] {
	background: #ffffff;
	border: 1px solid #e1e7f0;
	border-radius: 8px;
	padding: 13px 14px;
	min-height: 140px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.aio-login-dashboard-docs__card[data-v-1d3f2396]:hover {
	border-color: #cfd9ea;
	box-shadow: 0 4px 14px rgba(39, 54, 75, 0.07);
	transform: translateY(-1px);
}
.aio-login-dashboard-docs__card h3[data-v-1d3f2396] {
	margin: 0 0 9px;
	color: #2f425f;
	font-size: 15px;
	font-weight: 600;
}
.aio-login-dashboard-docs__card ul[data-v-1d3f2396] {
	margin: 0;
	padding: 0;
	list-style: none;
}
.aio-login-dashboard-docs__card li + li[data-v-1d3f2396] {
	margin-top: 7px;
}
.aio-login-dashboard-docs__card a[data-v-1d3f2396] {
	color: #4f617d;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.45;
	word-break: break-word;
}
.aio-login-dashboard-docs__card a[data-v-1d3f2396]:hover {
	color: #27364b;
	text-decoration: underline;
}
.aio-login-dashboard-docs__more[data-v-1d3f2396] {
	display: inline-block;
	margin-top: 11px;
	color: #2d4568;
	font-weight: 600;
	font-size: 12px;
}
@media (max-width: 1200px) {
.aio-login-dashboard-docs__grid[data-v-1d3f2396] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 782px) {
.aio-login-dashboard-docs__grid[data-v-1d3f2396] {
		grid-template-columns: 1fr;
}
}


.aio-login__primary[data-v-e6628ee4] {
	border: #9516df;
	background-color: #9416de;
	color: #fff;
}
.aio-login__primary[data-v-e6628ee4]:hover {
	background-color: #9416de;
	color: #fff;
}


.aio-login__media-uploader[data-v-455462cc] {
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
}


.aio-login__toggle-switch-wrapper[data-v-79422879] {
	width: 48px;
	height: 24px;
	border: 1px solid #9516DF;
	border-radius: 50px;
}
.aio-login__toggle-switch[data-v-79422879] {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50px;
	background: #F7ECFD;
	position: relative;
	left: 0;
	transition: left 0.2s ease-in-out;
}
.aio-login__toggle-indicator[data-v-79422879] {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #9516DF;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: left 0.2s ease-in-out;
}
.aio-login__toggle-field:checked + .aio-login__toggle-switch[data-v-79422879] {
	background: #9516DF;
	transition: all 0.2s ease-in-out;
}
.aio-login__toggle-field:checked + .aio-login__toggle-switch .aio-login__toggle-indicator[data-v-79422879] {
	left: 26px;
	background-color: #F7ECFD;
	transition: all 0.2s ease-in-out;
}
.aio-login__toggle-field[data-v-79422879] {
	display: none;
}
.aio-login__toggle-field:disabled + .aio-login__toggle-switch[data-v-79422879] {
	opacity: 0.5;
}


.aio-login__snackbar[data-v-63e8f4fe] {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #9516df;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.aio-login__snackbar__content[data-v-63e8f4fe] {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aio-login__snackbar__content button[data-v-63e8f4fe] {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
}


.aio-login__get-pro-shell[data-v-26835bfa] {
	background: #ffffff;
	padding: 20px;
}
.aio-login__get-pro-content[data-v-26835bfa] {
	padding: 52px 64px 48px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	background-image:
		radial-gradient(152% 132% at 136% 112%, #00CC99 13%, #141B34 45%, #9516df 127%),
		linear-gradient(118deg, #000000 0%, #ffffff 54%, #142448 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	isolation: isolate;
}
.aio-login__get-pro-content[data-v-26835bfa]::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url(../images/aoibg.svg) center/cover no-repeat;
	opacity: 0.42;
	pointer-events: none;
	z-index: 0;
}
.aio-login__get-pro-content[data-v-26835bfa]::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(56% 60% at 89% 94%, rgba(197, 145, 255, 0.35) 0%, rgba(197, 145, 255, 0) 72%),
		radial-gradient(42% 45% at 9% 12%, rgba(146, 47, 223, 0.28) 0%, rgba(146, 47, 223, 0) 70%);
	pointer-events: none;
	z-index: 0;
}
.aio-login__get-pro-content[data-v-26835bfa] > * {
	position: relative;
	z-index: 1;
}
.aio-login__get-pro-content h1[data-v-26835bfa] {
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: Figtree, sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
}
.aio-login__get-pro-content h1 span[data-v-26835bfa] {
	color: #fbbc09;
}
.aio-login__features-grid[data-v-26835bfa] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 50px;
	margin-top: 58px;
}
.aio-login__feature[data-v-26835bfa] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.aio-login__feature-icon[data-v-26835bfa] {
	width: 52px;
	height: 52px;
	object-fit: contain;
}
.aio-login__feature-title[data-v-26835bfa] {
	margin: 12px 0 12px;
	color: #fff;
	font-family: Figtree, sans-serif !important;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.22;
}
.aio-login__feature-desc[data-v-26835bfa] {
	margin: 0;
	color: #ebc8ff;
	font-family: Figtree, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.44;
}
.aio-login__cta-wrap[data-v-26835bfa] {
	margin-top: 42px;
	text-align: center;
}
.aio-login__get-pro-btn[data-v-26835bfa] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 10px;
	padding: 16px 38px;
	border-radius: 8px;
	border: 2px solid transparent;
	background:
		linear-gradient(#141b34, #141b34) padding-box,
		linear-gradient(90deg, #00cc99 0%, #ffc130 33%, #de79ff 66%, #ff8f67 100%) border-box;
	background-size: auto, 220% 100%;
	background-position: 0 0, 0% 50%;
	color: #fff;
	text-decoration: none;
	font-family: Figtree, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	transition: transform 0.2s ease;
}
.aio-login__get-pro-btn[data-v-26835bfa]:hover {
	animation: aio-login-get-pro-border-move-26835bfa 1.2s linear infinite;
	transform: translateY(-1px);
}
.aio-login__get-pro-btn[data-v-26835bfa]::after {
	content: '';
	width: 28px;
	height: 10px;
	background: url(../images/aoa-arrow.svg) center/contain no-repeat;
}
@keyframes aio-login-get-pro-border-move-26835bfa {
0% {
		background-position: 0 0, 0% 50%;
}
100% {
		background-position: 0 0, 220% 50%;
}
}
@media (max-width: 1366px) {
.aio-login__features-grid[data-v-26835bfa] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 30px;
}
}
@media (max-width: 1024px) {
.aio-login__get-pro-shell[data-v-26835bfa] {
		padding: 14px;
}
.aio-login__get-pro-content[data-v-26835bfa] {
		padding: 30px 22px 28px;
}
.aio-login__get-pro-content h1[data-v-26835bfa] {
		font-size: 34px;
}
.aio-login__features-grid[data-v-26835bfa] {
		margin-top: 30px;
		gap: 30px 24px;
}
.aio-login__feature-title[data-v-26835bfa] {
		font-size: 21px;
}
.aio-login__feature-desc[data-v-26835bfa] {
		font-size: 13px;
}
.aio-login__get-pro-btn[data-v-26835bfa] {
		font-size: 20px;
		padding: 14px 28px;
}
}
@media (max-width: 767px) {
.aio-login__get-pro-content[data-v-26835bfa] {
		padding: 22px 16px 22px;
}
.aio-login__get-pro-content h1[data-v-26835bfa] {
		font-size: 24px;
		line-height: 1.28;
}
.aio-login__features-grid[data-v-26835bfa] {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 24px;
}
.aio-login__feature-title[data-v-26835bfa] {
		font-size: 28px;
		margin: 10px 0 8px;
}
.aio-login__feature-desc[data-v-26835bfa] {
		font-size: 16px;
}
.aio-login__cta-wrap[data-v-26835bfa] {
		margin-top: 26px;
}
.aio-login__get-pro-btn[data-v-26835bfa] {
		width: 100%;
		max-width: 100%;
		font-size: 18px;
		padding: 13px 14px;
}
}



.aio-login__popup-wrapper[data-v-253fa35c] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.5);
	z-index: 9999;
	backdrop-filter: blur( 1px );
	display: flex;
	justify-content: center;
	align-items: center;
}
.aio-login__popup-container[data-v-253fa35c] {
	width: 500px;
	height: 500px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	position: relative;
	border: 1px solid #9416de;
}
.aio-login__popup-close[data-v-253fa35c] {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 40;
}
.aio-login__popup-close button[data-v-253fa35c] {
	background: none;
    border: none;
    font-size: 30px;
    font-weight: 700;
    color: #6e16df !important;
    cursor: pointer;
}
.aio-login__popup-title[data-v-253fa35c] {
	height: 33px;
}
.aio-login__popup-content[data-v-253fa35c] {
	/* height: 400px; */
}
.aio-login__popup-footer[data-v-253fa35c] {
	height: 50px;
}



.aio-login-pro__container[data-v-2197f450] {

	display: flex;
	justify-content: center;
	align-items: center;

	width: 576px;
	height: 340px;
	background-color: #490f95;
	box-shadow: 0px 4px 16px 6px rgba( 0, 0, 0, 0.08 );
	position: relative;
	background-image: url( ../images/popup-left.png ), url( ../images/popup-right.png );
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	overflow: hidden;
}
.aio-login-pro__container[data-v-2197f450]::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -120px;
	width: 270px;
	height: 270px;
	background-color: #0c9;
	opacity: 0.5;
	border-radius: 270px;
	filter: blur( 125px )
}

/* AppSumo build: slightly warmer accent glow */
.aio-login-pro__container--appsumo[data-v-2197f450]::before {
	background-color: #ff6b35;
	opacity: 0.45;
}
.aio-login-pro__container[data-v-2197f450]::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -120px;
	width: 270px;
	height: 270px;
	background-color: #FFBA08;
	opacity: 0.5;
	border-radius: 270px;
	filter: blur( 125px )
}
.aio-login__button[data-v-2197f450] {
	display: inline-flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 4px;
	background: #FFBA08;

	text-decoration: none;

	color: #490F95;
	font-family: Figtree;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
}
.aio-login__title[data-v-2197f450] {
	color: #FFF;
	font-family: Figtree;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
}
.aio-login-pro__container--appsumo[data-v-2197f450] {
	width: 550px;
	height: 483px;
	position: relative;
	border-radius: 30px;
	background: linear-gradient(133.124deg, #ffffff 9.9663%, #bda0ee 100%);
	box-shadow: 0 0 44px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}
.aio-login-pro__container--appsumo[data-v-2197f450]::before,
.aio-login-pro__container--appsumo[data-v-2197f450]::after {
	display: none;
}
.aio-login-pro__container--freemius[data-v-2197f450] {
	width: 550px;
	height: 483px;
	border-radius: 30px;
	background: transparent;
	box-shadow: none;
}
.aio-login-pro__container--freemius[data-v-2197f450]::before,
.aio-login-pro__container--freemius[data-v-2197f450]::after {
	display: none;
}
[data-v-2197f450] .aio-login__popup-container.aio-login-pro-popup--freemius-shell {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
.aio-login-pro-popup--freemius-shell[data-v-2197f450] .aio-login__popup-close {
	top: 19px;
	right: 13px;
}
.aio-login-pro-popup--freemius-shell[data-v-2197f450] .aio-login__popup-close button {
	width: 26px;
	height: 26px;
	padding: 0;
	border-radius: 50%;
	background: transparent;
	color: transparent !important;
	background-image: var(--aio-login-appsumo-close-url);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.aio-login-freemius-popup[data-v-2197f450] {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
	border-radius: 30px;
	background: linear-gradient(129.44deg, #FFFFFF 9.97%, #6E16DF 225.3%);
	box-shadow: 0 0 44px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}
.aio-login-freemius-popup__logo-wrap[data-v-2197f450] {
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
}
.aio-login-freemius-popup__logo[data-v-2197f450] {
	width: 196px;
	height: 72px;
	object-fit: contain;
}
.aio-login-freemius-popup__title[data-v-2197f450] {
	position: absolute;
	top: 156px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 460px;
	text-align: center;
	font-family: Poppins, sans-serif !important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #6e16df;
}
.aio-login-freemius-popup__features[data-v-2197f450] {
	position: absolute;
	left: 33px;
	top: 264px;
	width: 484px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 26px;
	row-gap: 13px;
}
.aio-login-freemius-popup__feature[data-v-2197f450] {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #3c0c79;
	font-family: Poppins, sans-serif !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}
.aio-login-freemius-popup__feature > img[data-v-2197f450] {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}
.aio-login-freemius-popup__social-icons[data-v-2197f450] {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.aio-login-freemius-popup__social-icons img[data-v-2197f450] {
	width: 20px;
	height: 20px;
}
.aio-login-freemius-popup__social-icons .aio-login-freemius-popup__notify-icon[data-v-2197f450] {
	width: 12px;
	height: 12px;
	display: block;
	flex: 0 0 12px;
}
.aio-login-freemius-popup__social-icons .aio-login-freemius-popup__notify-pill[data-v-2197f450] {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.18);
}
.aio-login-freemius-popup__cta[data-v-2197f450] {
	position: absolute;
	left: 50%;
	top: 388px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	min-width: 238px;
	border-radius: 10px;
	background: #6e16df;
	color: #fff;
	font-family: Poppins, sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}
.aio-login-freemius-popup__cta[data-v-2197f450]:hover {
	background: #5e11c3;
}
[data-v-2197f450] .aio-login__popup-container.aio-login-pro-popup--appsumo-shell {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
.aio-login-pro-popup--appsumo-shell[data-v-2197f450] .aio-login__popup-close {
	top: 19px;
	right: 13px;
}
.aio-login-pro-popup--appsumo-shell[data-v-2197f450] .aio-login__popup-close button {
	width: 26px;
	height: 26px;
	padding: 0;
	border-radius: 50%;
	background: transparent;
	color: transparent !important;
	background-image: var(--aio-login-appsumo-close-url);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.aio-login-appsumo-popup[data-v-2197f450] {
	position: relative;
	width: 100%;
	height: 100%;
}
.aio-login-appsumo-popup__logo-wrap[data-v-2197f450] {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
}
.aio-login-appsumo-popup__logo[data-v-2197f450] {
	display: block;
	width: 196px;
	height: 72px;
	object-fit: contain;
}
.aio-login-appsumo-popup__headline[data-v-2197f450] {
	position: absolute;
	left: 50%;
	top: 154px;
	transform: translateX(-50%);
	width: 471px;
}
.aio-login-appsumo-popup__title-row[data-v-2197f450] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.aio-login-appsumo-popup__title[data-v-2197f450] {
	margin: 0;
	font-family: Poppins, sans-serif !important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #6e16df;
	white-space: nowrap;
}
.aio-login-appsumo-popup__infinity[data-v-2197f450] {
	width: 40px;
	height: 20px;
	flex: 0 0 40px;
}
.aio-login-appsumo-popup__subtitle[data-v-2197f450] {
	margin: 14px 0 0;
	text-align: center;
	font-family: Poppins, sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #3c0c79;
}
.aio-login-appsumo-popup__features[data-v-2197f450] {
	position: absolute;
	left: 54px;
	top: 267px;
	width: 484px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 26px;
	row-gap: 13px;
}
.aio-login-appsumo-popup__feature[data-v-2197f450] {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: Poppins, sans-serif !important;
	font-size: 14.246px;
	font-weight: 600;
	line-height: 1.4;
	color: #3c0c79;
}
.aio-login-appsumo-popup__feature > img[data-v-2197f450] {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	display: block;
}
.aio-login-appsumo-popup__social-icons[data-v-2197f450] {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: -2px;
}
.aio-login-appsumo-popup__social-icons img[data-v-2197f450] {
	width: 20px;
	height: 20px;
	display: block;
}
.aio-login-appsumo-popup__cta[data-v-2197f450] {
	position: absolute;
	left: 193px;
	top: 396px;
	width: 164px;
	height: 47px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #6e16df;
	color: #fff;
	text-decoration: none;
	font-family: Poppins, sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}
.aio-login-appsumo-popup__cta[data-v-2197f450]:hover{
	background: linear-gradient(129.44deg, #FFFFFF 9.97%, #6E16DF 225.3%);
    color: #6e16df;
	border: 1px solid;
}


.aio-login-tooltip-wrap[data-v-269ae202] {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin-left: 6px;
	position: relative;
}
.aio-login-tooltip-icon[data-v-269ae202] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #c9d2e3;
	background: #f5f6f9;
	color: #7691b2;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}
.aio-login-tooltip-icon[data-v-269ae202]:hover {
	border-color: #9516df;
	color: #9516df;
	background: #faf5fd;
}
.aio-login-tooltip-modal[data-v-269ae202] {
	position: absolute;
	z-index: 100000;
	min-width: 220px;
	max-width: 360px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	text-align: left;
	pointer-events: auto;
}
.aio-login-tooltip-modal.bottom[data-v-269ae202] {
	top: calc(100% + 8px);
	left: 0;
}
.aio-login-tooltip-modal.top[data-v-269ae202] {
	bottom: calc(100% + 8px);
	left: 0;
}
.aio-login-tooltip-modal.left[data-v-269ae202] {
	right: calc(100% + 8px);
	top: 50%;
	transform: translateY(-50%);
}
.aio-login-tooltip-modal.right[data-v-269ae202] {
	left: calc(100% + 8px);
	top: 50%;
	transform: translateY(-50%);
}
.aio-login-tooltip-title[data-v-269ae202] {
	margin: 0 0 6px 0;
	font-weight: 600;
	color: #151515;
}
.aio-login-tooltip-body[data-v-269ae202] {
	margin: 0;
}
.aio-login-tooltip-body[data-v-269ae202] p {
	margin: 0 0 6px 0;
}
.aio-login-tooltip-body[data-v-269ae202] p:last-child {
	margin-bottom: 0;
}
.aio-login-tooltip-fade-enter-active[data-v-269ae202],
.aio-login-tooltip-fade-leave-active[data-v-269ae202] {
	transition: opacity 0.15s ease;
}
.aio-login-tooltip-fade-enter-from[data-v-269ae202],
.aio-login-tooltip-fade-leave-to[data-v-269ae202] {
	opacity: 0;
}


.aio-login-ipa-wrapper[data-v-f9bdde84] {
	position: relative;
}
.aio-login-ipa-content-overflow[data-v-f9bdde84] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	backdrop-filter: blur(1px);
}


.aio-login-dcu-wrapper[data-v-37f2dbde] {
	position: relative;
}
.aio-login-dcu-content-overflow[data-v-37f2dbde] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	backdrop-filter: blur(1px);
}


.aio-login-psc-wrapper[data-v-9b45db32] {
	position: relative;
}
.aio-login-psc-content-overflow[data-v-9b45db32] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	backdrop-filter: blur(1px);
}


.aio-login-ta-wrapper[data-v-2b55b806] {
	position: relative;
}
.aio-login-ta-content-overflow[data-v-2b55b806] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	backdrop-filter: blur(1px);
}


.aio-login-t-wrapper[data-v-fd961db2] {
	position: relative;
}
.aio-login-pro__template-item--pro-locked .template-image-container[data-v-fd961db2] {
	opacity: 0.92;
}
.aio-login-pro__template-pro-card[data-v-fd961db2] {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: center;
	font: inherit;
	color: inherit;
}
.aio-login-pro__template-pro-card[data-v-fd961db2]:focus-visible {
	outline: 2px solid #9416de;
	outline-offset: 2px;
}
.aio-login-pro__template-pro-badge[data-v-fd961db2] {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	padding: 2px 6px;
	background: linear-gradient(180deg, #6e16df 0%, #510c79 121.05%);
	border-radius: 2px;
	color: #ffce50;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 12;
}
.aio-login-pro__templates[data-v-fd961db2] {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 0;
}
.aio-login-pro__template-item[data-v-fd961db2] {
	width: 210px;
	text-align: center;
	margin-bottom: 20px;
}
.aio-login-pro__template-item label[data-v-fd961db2] {
	cursor: pointer;
	display: block;
	position: relative;
}
.aio-login-pro__templates input[type="radio"][data-v-fd961db2] {
	display: none;
}
.template-image-container[data-v-fd961db2] {
	position: relative;
	width: 200px;
	height: 130px;
	margin: 0 auto 10px auto;
}
.aio-login-pro__templates img[data-v-fd961db2] {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid #eee;
	border-radius: 8px;
	transition: all 0.3s ease;
}
.template-preview-eye[data-v-fd961db2] {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 10;
	color: #64748b;
	opacity: 0;
	transform: translateY(5px);
}
.aio-login-pro__template-item:hover .template-preview-eye[data-v-fd961db2] {
	opacity: 1;
	transform: translateY(0);
}
.template-preview-eye[data-v-fd961db2]:hover {
	background: #6D16DF;
	color: #fff;
	transform: scale(1.1);
}
.aio-login-pro__template-item .template-name[data-v-fd961db2] {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #404280;
	margin-top: 5px;
}
.aio-login-pro__templates input:checked + .template-image-container img[data-v-fd961db2] {
	border-color: #9416de;
	box-shadow: 0 4px 15px rgba(148, 22, 222, 0.2);
	transform: translateY(-2px);
}
.aio-login-pro__templates input:checked ~ .template-name[data-v-fd961db2] {
	color: #9416de;
}

/* Modal Styling */
.aio-login-preview-modal-overlay[data-v-fd961db2] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	backdrop-filter: blur(4px);
}
.aio-login-preview-modal-content[data-v-fd961db2] {
	background: #fff;
	border-radius: 12px;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	animation: aioModalIn-fd961db2 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes aioModalIn-fd961db2 {
from {
		opacity: 0;
		transform: scale(0.95) translateY(10px);
}
to {
		opacity: 1;
		transform: scale(1) translateY(0);
}
}
.aio-login-preview-modal-header[data-v-fd961db2] {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fcfcfc;
}
.aio-login-preview-modal-header h3[data-v-fd961db2] {
	margin: 0 !important;
	font-size: 16px !important;
	color: #1e293b !important;
}
.aio-login-preview-modal-close[data-v-fd961db2] {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #64748b;
	line-height: 1;
	padding: 0;
}
.aio-login-preview-modal-close[data-v-fd961db2]:hover {
	color: #ef4444;
}
.aio-login-preview-modal-body[data-v-fd961db2] {
	padding: 20px;
	overflow-y: auto;
	text-align: center;
}
.aio-login-preview-modal-body img[data-v-fd961db2] {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.aio-login-2fa-methods__expand-btn[disabled][data-v-5c80700e] {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}


.aio-login-t-wrapper[data-v-66fd0610] {
	position: relative;
}
.aio-login-t-content-overflow[data-v-66fd0610] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1px);
}

/* Social Login Container */
.aio-login-pro__social-login[data-v-66fd0610] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Social Login Card */
.aio-login-pro__social-login__card[data-v-66fd0610] {
  border: 1px solid #ebe8eb;
  border-radius: 10px;
  height: 200px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Top Section */
.aio-login-pro__social-login__card__top[data-v-66fd0610] {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.aio-login-pro__social-login__card__top img[data-v-66fd0610] {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.aio-login-pro__social-login__card__top p[data-v-66fd0610] {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/* Bottom Section */
.aio-login-pro__social-login__card__bottom[data-v-66fd0610] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ebe8eb;
}

/* Configure Button */
.configure-btn[data-v-66fd0610] {
  background: #f7ecfd;
  color: #6e16df;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding: 9px 18px;
}
.configure-btn[data-v-66fd0610]:hover {
  background-color: #0d74c2;
  color: #fff;
}



/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/figtree-400.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/figtree-400-2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/figtree-500.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/figtree-500-2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/figtree-600.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/figtree-600-2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@charset "UTF-8";
:root {
    --dt-row-selected: 13, 110, 253;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
    --dt-html-background: white;
}
:root.dark {
    --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer;
}
table.dataTable td.dt-control:before {
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-top: 5px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid transparent;
    border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
    border-top: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
    border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: transparent;
}

div.dt-scroll {
    width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
    height: 0;
}
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
    height: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
    height: 0 !important;
    overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    position: absolute;
    display: block;
    bottom: 50%;
    content: "▲";
    content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    position: absolute;
    display: block;
    top: 50%;
    content: "▼";
    content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
    position: relative;
    padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    left: 0;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
    cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 2px solid rgba(0, 0, 0, 0.05);
    outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
    display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
    overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10;
}
div.dt-processing > div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}
div.dt-processing > div:last-child > div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(13, 110, 253);
    background: rgb(var(--dt-row-selected));
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
    box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
    text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
    text-align: center;
    vertical-align: top;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    /*
     * Header and footer styles
     */
    /*
     * Body styles
     */
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
    outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
    background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
    border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
    border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
    color: rgb(255, 255, 255);
    color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
    color: rgb(9, 10, 11);
    color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
    padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
    border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
    border-top-color: rgba(13, 110, 253, 0.65);
    border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px #0d6efd !important;
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}

div.dt-container div.dt-layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0.75em 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    justify-content: flex-start;
    margin-right: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    justify-content: flex-end;
    margin-left: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
    display: none;
}

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: block;
    }
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
        display: block;
        text-align: center;
    }
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
        margin: 0.5em 0;
    }
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
        margin-right: 0;
    }
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
        margin-left: 0;
    }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 1em;
}
div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 1em;
}
div.dt-container div.dt-layout-full {
    width: 100%;
}
div.dt-container div.dt-layout-full > *:only-child {
    margin-left: auto;
    margin-right: auto;
}
div.dt-container div.dt-layout-table > div {
    display: block !important;
}

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-start > *:not(:last-child) {
        margin-right: 0;
    }
    div.dt-container div.dt-layout-end > *:not(:first-child) {
        margin-left: 0;
    }
}
/*
 * Control feature layout
 */
div.dt-container {
    position: relative;
    clear: both;
}
div.dt-container .dt-search input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}
div.dt-container .dt-input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
}
div.dt-container select.dt-input {
    padding: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    cursor: default;
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}
div.dt-container .dt-paging .dt-paging-button:active {
    outline: none;
    background-color: #0c0c0c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
    box-shadow: inset 0 0 3px #111;
}
div.dt-container .dt-paging .ellipsis {
    padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
    color: inherit;
}
div.dt-container .dataTables_scroll {
    clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
    -webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
    vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
    border-bottom: none;
}

html.dark {
    --dt-row-hover: 255, 255, 255;
    --dt-row-stripe: 255, 255, 255;
    --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
    border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
    outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
    border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
    border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
    border-top: none;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
    border-top-color: rgba(13, 110, 253, 0.65);
    border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
    border-top: 1px solid rgb(64, 67, 70);
    border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
    border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dt-container.dt-empty-footer table.dataTable {
    border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: var(--dt-html-background);
}
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
    border: 1px solid rgb(89, 91, 94);
    background: rgba(255, 255, 255, 0.15);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
    color: #666 !important;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover {
    border: 1px solid rgb(53, 53, 53);
    background: rgb(53, 53, 53);
}
html.dark .dt-container .dt-paging .dt-paging-button:active {
    background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
    text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
    text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
    text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
    text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
    margin: 0 3px 0 0;
}

#aio-login__app *:not(.dashicons) {
	font-family: Figtree;
}

#aio-login__app .dashicons {
	font-family: dashicons !important;
}

#aio-login__app .float-left {
	float: left;
}

#aio-login__app .float-right {
	float: right;
}

#aio-login__app .text-center {
	text-align: center;
}

#aio-login__app .text-left {
	text-align: left;
}

#aio-login__app .text-right {
	text-align: right;
}

#aio-login__app .clearfix::after {
	content: "";
	clear: both;
	display: table;
}

#aio-login__app .container {
	padding: 0 25px;
}

#aio-login__app .mb-25 {
	margin-bottom: 25px;
}

#aio-login__app .mt-25 {
	margin-top: 25px;
}

#aio-login__app .m-5 {
	margin: 5px;
}

#wpcontent {
	padding-left: 0 !important;
}


.dt-layout-cell.dt-layout-start {
	float: left;
}

.dt-layout-cell.dt-layout-end {
	float: right;
}

.dt-layout-row::after {
	clear: both;
	content: '';
	display: table;
}

.dt-layout-row {
	background: #FBF5FF;
	padding: 15px;
}

.dt-layout-row.dt-layout-table {
	background: #fff;
	padding: 0;
}

#DataTables_Table_0 thead th,
#DataTables_Table_0 tfoot th {
	background: #e8e5e8;
}

.dt-paging-button {
	background: #e8e5e8;
	border: 1px solid #e8e5e8;
	color: #000;
	padding: 15px;
	font-size: 14px;
	cursor: pointer;
}

.dt-paging-button.disabled {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #ccc;
	cursor: not-allowed;
}

select.dt-input {
	width: 60px !important;
}


div.dt-container div.dt-layout-row {
	margin: 0 !important;
}

.mt-40 {
	margin-top: 40px;
}

#aio-login__app a:focus,
#aio-login__app a:active {
	box-shadow: none;
}

/* Ensure disabled inputs are properly styled */
.aio-login-pro-overlay input:disabled,
.aio-login-pro-overlay select:disabled,
.aio-login-pro-overlay textarea:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Pro Feature Overlay */
.aio-login-pro-feature {
	position: relative;
}

.aio-login-pro-overlay {
	position: relative;
	cursor: pointer;
	filter: blur(1px);
	transition: all 0.3s ease;
}

.aio-login-pro-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: auto;
	cursor: pointer;
}

.aio-login-pro-label {
	color: #667eea !important;
	font-weight: 600;
}

.aio-login-pro-desc {
	color: #667eea !important;
	opacity: 0.8;
}

.aio-login-pro-overlay input:disabled,
.aio-login-pro-overlay select:disabled,
.aio-login-pro-overlay button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Prevent table interactions */
.aio-login-pro-overlay table,
.aio-login-pro-overlay .dataTables_wrapper,
.aio-login-pro-overlay .dataTables_filter,
.aio-login-pro-overlay .dataTables_length,
.aio-login-pro-overlay .dataTables_paginate {
	pointer-events: none;
}

/* Prevent form interactions in pro overlay */
.aio-login-pro-overlay .aio-login-toggle,
.aio-login-pro-overlay .aio-login-text,
.aio-login-pro-overlay input,
.aio-login-pro-overlay select,
.aio-login-pro-overlay button {
	pointer-events: none;
}

/* Action Buttons with Theme Colors */
.action-btn {
	display: inline-block;
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	margin-right: 8px;
	text-decoration: none;
	color: white;
	transition: all 0.2s ease;
	background: #9416de;
	vertical-align: middle;
	white-space: nowrap;
}

.action-btn.unblock {
	background: #9416de;
}

.action-btn.unblock:hover {
	background: #9516df;
}

.action-btn.block {
	background: #9416de;
}

.action-btn.block:hover {
	background: #9516df;
}

.action-btn.delete {
	background: #dc3545;
}

.action-btn.delete:hover {
	background: #c82333;
}

.action-btn:last-child {
	margin-right: 0;
}

/* Ensure buttons stay inline */
.action-btn:not(:last-child)::after {
	content: '';
	margin: 0;
}

/* Keep action buttons inline only in datatables */
table.dataTable td:last-child {
	white-space: nowrap;
}

/* Note Section Styling */
.aio-login__note-section {
	margin-top: 30px;
}

.aio-login__note {
	background: #fff;
	border-left: 4px solid #9416de;
	padding: 15px 20px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.aio-login__note p {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.aio-login__note strong {
	color: #9416de;
	font-weight: 600;
}

/* Global styles for AIO Login Pro components */
.aio-login-pro__inline-form {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.aio-login-pro__form-group {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.aio-login-pro__form-label {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}

.aio-login-pro__form-input {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: border-color 0.2s ease-in-out;
	border: 1px solid #EBE8EB !important;
	background: #FFF;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}

.aio-login-pro__form-input[type='text'],
.aio-login-pro__form-input[type='password'] {
	padding: 10px 35px 10px 10px;
}

.aio-login-pro__form-input:focus {
	outline: none;
	border-color: #9516df;
}

.aio-login-pro__required {
	color: #ff0000;
}

.aio-login-pro__error {
	border-color: #ff0000 !important;
}

.aio-login-pro__error-message {
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}

.input-with-delete {
	position: relative;
	width: 100%;
}

.clear-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	color: #999;
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	pointer-events: auto;
}

.clear-btn:hover {
	color: #666;
}

/* Spacing for WooCommerce Social Login vs Captcha */
.aio-login-social-login-buttons-wrapper.woocommerce-social-login {
	margin-bottom: 20px !important;
}

/* 2FA Authentication Methods — structure aligned with aio-login-pro (free preview when Pro JS/CSS not loaded) */
.aio-login-2fa-methods {
	position: relative;
}

.aio-login-2fa-methods__list {
	padding: 8px 0;
}

.aio-login-2fa-methods__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border: 1px solid #eceff3;
	border-radius: 8px;
	background: #fff;
	margin-top: 12px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.aio-login-2fa-methods__item:first-child {
	margin-top: 0;
}

.aio-login-2fa-methods__method-note {
	margin: 0 0 12px;
	font-size: 13px;
	color: #6b7280;
	line-height: 1.45;
	font-weight: 500;
}

.aio-login-2fa-methods__content {
	padding-right: 14px;
}

.aio-login-2fa-methods__controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.aio-login-2fa-methods__expand-btn {
	border: 1px solid #dbe2ea;
	background: #fff;
	border-radius: 6px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.aio-login-2fa-methods__expand-btn:hover {
	border-color: #9516df;
}

.aio-login-2fa-methods__expand-btn:focus {
	outline: none;
	box-shadow: 0 0 0 1px rgba(149, 22, 223, 0.24);
	border-color: #9516df;
}

.aio-login-2fa-methods__chevron {
	width: 8px;
	height: 8px;
	border-right: 2px solid #6b7280;
	border-bottom: 2px solid #6b7280;
	transform: rotate(45deg);
	margin-top: -2px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.aio-login-2fa-methods__title {
	margin: 0;
	font-weight: 600;
	color: #1f2937;
	font-size: 17px;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.aio-login-2fa-methods__desc {
	font-size: 14px;
	color: #6b7280;
	margin-top: 4px;
	line-height: 1.45;
}

.aio-login-2fa-policies__list {
	padding: 8px 0;
}

.aio-login-2fa-policies__card {
	flex-direction: column;
	align-items: stretch !important;
}

.aio-login-2fa-policies__card-header {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.aio-login-2fa-policies__card-header .aio-login-2fa-methods__content {
	flex: 1;
	min-width: 0;
}

.aio-login-2fa-policies__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #f5f0ff;
	color: #9416de;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.aio-login-2fa-methods__actions {
	margin-top: 16px;
}

/*# sourceMappingURL=app.css.map*/