.cev-authorization-grid__visual {
	background-color: rgba(17, 51, 81, 0.72) !important;
	backdrop-filter: blur(4px);
}

.otp_popup_inn .cev-authorization,
.cev-authorization-grid__visual .cev-authorization {
	width: min(92vw, 440px);
	border: 1px solid rgba(17, 51, 81, 0.12);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(17, 51, 81, 0.28);
	font-family: Outfit, sans-serif;
}

.cev-authorization__holder {
	padding: 34px 30px 24px;
}

.cev-authorization__title {
	color: #113351;
	font-weight: 700;
	line-height: 1.2;
}

.cev-authorization__description {
	color: #636363;
	font-size: 15px;
	line-height: 1.55;
	margin-top: 10px;
}

.otp-container {
	gap: 12px;
	margin-top: 24px;
}

.otp-container .otp-input {
	width: 54px;
	height: 56px;
	border: 1px solid #113351;
	border-radius: 6px;
	background: #fff;
	color: #113351;
	font-family: Outfit, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.otp-container .otp-input:focus {
	border-color: #f2b43b;
	box-shadow: 0 0 0 3px rgba(242, 180, 59, 0.26);
	outline: none !important;
	transform: translateY(-1px);
}

.cev-authorization__footer {
	border-top: 1px solid rgba(17, 51, 81, 0.1);
	color: #636363;
	font-family: Outfit, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 18px 30px 26px;
}

.cev-authorization__footer a,
.cev-link-try-again,
.send_again_link {
	color: #113351;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #f2b43b;
	text-underline-offset: 3px;
}

.cev-authorization__footer a:hover,
.cev-link-try-again:hover,
.send_again_link:hover {
	color: #f2b43b;
}

.back_btn {
	height: 34px;
	width: 34px;
}

.back_btn svg {
	fill: #113351;
	height: 18px;
	width: 18px;
}

.error_mesg {
	color: #b42318;
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
}

.resend_sucsess {
	color: #113351 !important;
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
}

@media (max-width: 480px) {
	.cev-authorization__holder {
		padding: 28px 20px 20px;
	}

	.otp-container {
		gap: 8px;
	}

	.otp-container .otp-input {
		height: 50px;
		width: 48px;
		font-size: 21px;
	}

	.cev-authorization__footer {
		padding: 16px 20px 22px;
	}
}
