.avent-wsms-register input:not([type="password"]):not([type="email"]) {
	direction: rtl;
	text-align: right;
}
.avent-wsms-register input[type="password"] {
	direction: ltr;
}
.avent-wsms-register small {
	display: block;
	margin-top: -7px;
	color: #768399;
	font-size: 12px;
	line-height: 1.7;
}
.avent-wsms-register {
	padding-top: 4px;
}
.avent-wsms-sent-to {
	padding: 11px 13px;
	border-radius: 12px;
	background: #f1f5ff;
	color: #40577d;
	font-size: 13px;
	line-height: 1.8;
}
.avent-wsms-sent-to strong {
	direction: ltr;
	display: inline-block;
	color: #183c78;
}
.avent-wsms-edit-phone {
	width: auto !important;
	min-height: 0 !important;
	margin-right: 6px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #294a8d !important;
	text-decoration: underline;
	box-shadow: none !important;
	cursor: pointer;
}
.avent-wsms-captcha {
	display: grid;
	gap: 9px;
	padding: 15px;
	border: 1px solid #d8e2f3;
	border-radius: 15px;
	background: linear-gradient(145deg, #f7faff, #fff);
}
.avent-wsms-captcha[hidden] { display: none !important; }
.avent-wsms-captcha-badge {
	width: max-content;
	padding: 4px 9px;
	border-radius: 999px;
	background: #e9f0ff;
	color: #294a8d;
	font-size: 11px;
}
.avent-wsms-captcha-question { color: #183c78; font-size: 17px; }
.avent-wsms-captcha-image {
	width: 180px;
	height: 56px;
	max-width: 100%;
	border: 1px solid #dce4f2;
	border-radius: 10px;
	image-rendering: auto;
}
.avent-wsms-captcha-refresh {
	width: max-content !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #667085 !important;
	font-size: 12px;
	box-shadow: none !important;
}
