.iradio_minimal,
.icheckbox_minimal,
.iCheck-helper {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -99999px !important;
}

body.teco-register-popup-open {
	overflow: hidden !important;
}

.teco-register-popup-overlay {
	position: fixed;
	inset: 0;
	width: 100%;
	min-width: 100vw;
	height: 100%;
	min-height: 100vh;
	background: rgba(32, 38, 50, 0.6);
	z-index: 200000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4vh 16px;
	box-sizing: border-box;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.teco-register-popup-modal {
	position: relative;
	font-family: "Poppins", Arial, sans-serif !important;
	border-radius: 16px;
	background: #f0f5ff;
	padding: 40px 40px 40px 40px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.13);
	max-width: 694px;
	width: 100%;
	box-sizing: border-box;
}

.teco-register-popup-title {
	text-align: center;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #1a1a2e;
	word-spacing: 0.1em;
	text-transform: none;
}

.teco-register-popup-error-section {
	padding: 0 10%;
	margin-bottom: 12px;
}

#teco-register-popup-general-error {
	color: #E4514A;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 6px;
	padding: 10px 12px;
	margin: 0;
	display: none;
}

#teco-register-popup-general-error.show {
	display: block !important;
}

.highlight-green {
	color: var(--Primary-600, #379D15);
	display: inline !important;
	text-decoration: underline;
	font-family: Poppins;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	white-space: nowrap;
}

.teco-register-popup-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.teco-register-popup-password-tip {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
	margin-bottom: 0px;
	margin-top: -8px;
	color: #3C1F94;
	text-transform: none;
}

.teco-register-popup-error-message {
	color: #E4514A;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2rem;
	display: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	text-align: start;
}

.teco-register-popup-error-message.show {
	display: block !important;
}

#teco-register-popup-password-error {
	display: none;
	text-align: start;
}

.teco-register-popup-btn-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}

.teco-register-popup-modal input:-webkit-autofill,
.teco-register-popup-modal input:-webkit-autofill:hover,
.teco-register-popup-modal input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #1f2937 !important;
	transition: background-color 5000s ease-in-out 0s !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 10px;
	padding: 12px 14px 12px 45px !important;
	height: 52px !important;
}

input:focus {
	outline: none;
}

.teco-register-popup-checkbox-group {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.teco-register-popup-checkbox-group .teco-register-popup-checkbox-input {
	display: none !important;
}

.teco-register-popup-checkbox-group .teco-register-popup-checkbox-label {
	color: #1f2937;
	font-size: 0.95rem;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	line-height: 1.4rem;
	margin: 0;
	position: relative;
	padding-left: 28px;
	text-transform: none;
	text-align: start;
}

.teco-register-popup-checkbox-group .teco-register-popup-checkbox-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #495368;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	text-align: start;
}

.teco-register-popup-checkbox-group .teco-register-popup-checkbox-input:checked+.teco-register-popup-checkbox-label::before {
	background: #1F242E;
	border: 1px solid #1F242E;
	text-align: start;
}

.teco-register-popup-checkbox-group .teco-register-popup-checkbox-input:checked+.teco-register-popup-checkbox-label::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 5px;
	width: 9px;
	height: 7px;
	border-left: 2px solid #61E437;
	border-bottom: 2px solid #61E437;
	transform: rotate(-45deg);
}

.teco-register-popup-btn-continue {
	background: #1a1a2e !important;
	color: #61e437 !important;
	border: none !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	padding: 14px 48px !important;
	border-radius: 12px !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all 0.2s ease !important;
	display: block !important;
	margin: 0 auto !important;
	position: static !important;
	height: auto !important;
	bottom: auto !important;
	right: auto !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	flex-shrink: 0 !important;
	line-height: 1.5rem !important;
	letter-spacing: 0 !important;
}

.teco-register-popup-btn-continue:hover {
	background: #262c45 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
	color: #61e437 !important;
}

.teco-register-popup-input-group {
	display: flex;
	align-items: center;
	gap: 0px;
	margin-bottom: 0px;
	position: relative;
	flex: 1;
}

.teco-register-popup-input-group input {
	flex: 1;
	padding: 12px 14px 12px 45px !important;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #1f2937;
	background: #fff;
	text-transform: none;
	width: 100%;
	height: 52px !important;
	box-sizing: border-box !important;
}

.teco-register-popup-input-group input::placeholder {
	color: #9ca3af;
	text-transform: none;
}

.teco-register-popup-input-group input:focus {
	outline: none;
}

.teco-register-popup-input-group.teco-register-popup-input-error input {
	border: 1px solid #E4514A !important;
	background: #F6D0D6 !important;
	color: #1F242E !important;
}

.teco-register-popup-input-group.teco-register-popup-input-error input:focus {
	outline: none !important;
	border-color: #E4514A !important;
	box-shadow: 0 0 0 3px rgba(228, 81, 74, 0.1) !important;
}

.teco-register-popup-input-icon {
	position: absolute;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: none !important;
	border: none !important;
	cursor: pointer !important;
	padding: 0 !important;
	flex-shrink: 0;
	z-index: 10;
	pointer-events: auto !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.teco-register-popup-email-icon,
.teco-register-popup-password-icon {
	position: absolute;
	left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	z-index: 10;
}

.teco-register-popup-eye-open-icon,
.teco-register-popup-eye-closed-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.teco-register-popup-info-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.teco-register-popup-info-description {
	color: var(--color-secondary-800);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
	margin-bottom: 10px;
	text-transform: capitalize !important;
}

.teco-register-popup-terms-section {
	margin-top: 5px;
	text-align: start;
}

.teco-register-popup-terms-text {
	color: #4b5563;
	font-size: 0.95rem;
	font-weight: 400;
	word-wrap: break-word;
	line-height: 1.5rem;
	text-transform: none;
	text-align: start;
}

.teco-register-popup-terms-bold {
	font-weight: 600;
	color: #1a1a2e;
}

.teco-register-popup-terms-link {
	color: #376fd5;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 768px) {
	.highlight-green {
		font-size: 2rem !important;
		line-height: 2.4rem !important;
		white-space: normal !important;
	}
}

@media (max-width: 600px) {
	.teco-register-popup-modal {
		padding: 24px 20px;
		max-width: 100%;
		width: calc(100% - 32px);
		border-radius: 14px;
	}

	.teco-register-popup-overlay {
		align-items: flex-start;
		padding: 6vw 16px 24px;
	}

	.teco-register-popup-title {
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.9rem;
		margin-bottom: 20px;
		padding: 0;
	}

	.highlight-green {
		font-size: 1.5rem !important;
		line-height: 1.9rem !important;
		white-space: normal !important;
	}

	.teco-register-popup-error-section {
		padding: 0;
	}

	#teco-register-popup-general-error {
		text-align: start;
	}

	.teco-register-popup-password-tip {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1rem;
		margin-bottom: 0;
		margin-top: -8px;
		color: #3C1F94;
		text-align: start;
	}

	.teco-register-popup-info-description {
		font-size: 0.875rem;
		line-height: 1.3rem;
	}

	.teco-register-popup-btn-container {
		margin-top: 20px;
	}

	.teco-register-popup-btn-continue {
		width: 100% !important;
		font-size: 1rem !important;
		padding: 14px 24px !important;
		border-radius: 10px !important;
		margin: 0 !important;
		display: flex !important;
		min-width: unset !important;
		position: static !important;
		bottom: auto !important;
		right: auto !important;
	}
}

@media (max-width: 420px) {
	.teco-register-popup-modal {
		padding: 20px 14px;
		width: calc(100% - 28px);
	}

	.teco-register-popup-overlay {
		padding: 4vw 14px 20px;
	}

	.teco-register-popup-title {
		font-size: 1.3rem;
		line-height: 1.65rem;
		margin-bottom: 16px;
	}

	.highlight-green {
		font-size: 1.3rem !important;
		line-height: 1.65rem !important;
	}

	.teco-register-popup-info-description {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
}

@media (max-height: 720px) {
	.teco-register-popup-overlay {
		align-items: flex-start;
	}
}

.eye-open-icon,
.eye-closed-icon {
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

.eye-open-icon {
	display: none;
}

.eye-closed-icon {
	display: inline-flex;
}
