/* Custom OTP Register – Lost Password OTP modal
   ------------------------------------------------------------------ */

.cor-lp-field-error {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #c62828;
}

.cor-lp-otp-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba( 0, 0, 0, 0.55 );
	backdrop-filter: blur( 2px );
}

.cor-lp-otp-popup-inner {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 32px 28px 24px;
	max-width: 380px;
	width: 90%;
	box-shadow: 0 8px 30px rgba( 0, 0, 0, 0.18 );
	text-align: center;
}

.cor-lp-otp-popup-inner h3 {
	margin: 0 0 8px;
	font-size: 20px;
}

.cor-lp-otp-popup-inner p {
	font-size: 14px;
	color: #555;
	margin-bottom: 16px;
}

.cor-lp-otp-popup-inner .input-text {
	width: 100%;
	text-align: center;
	font-size: 22px;
	letter-spacing: 6px;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.cor-lp-status-msg {
	display: block;
	min-height: 18px;
	margin-bottom: 14px;
	font-size: 13px;
}

.cor-lp-status-msg.cor-success { color: #2e7d32; }
.cor-lp-status-msg.cor-error   { color: #c62828; }
.cor-lp-status-msg.cor-info    { color: #1565c0; }

.cor-lp-otp-popup-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.cor-lp-otp-popup-actions .cor-otp-btn {
	padding: 10px 22px;
	font-size: 14px;
}

.cor-lp-otp-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #777;
}

.cor-lp-otp-close:hover {
	color: #1a1a1a;
}
