.catpcha-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.trans-bg {
	position: absolute;
	background: black;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.8;
	z-index: 99999;
}

#captcha-tool {
	position: absolute;
	width: 300px;
	height: 240px;
	left: calc(50% - 150px);
	top: calc(50% - 120px);
	z-index: 999999;
	overflow: hidden;
	border: 1px solid darkgray;
}

#captcha-tool img {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 45px;
}

#captcha-tool a {
	cursor: pointer;
	font-size: 30px;
	color: #739F2D;
	width: 46px;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 15px;
}

#captcha-tool a svg {
fill: green;
	transition: 1s ease;
}

#captcha-tool a svg.rotate {
	rotate: 180deg;
}

#captcha-tool input[type="text"] {
	width: calc(100% - 30px);
	border: 0;
	margin-bottom: 10px;
	position: absolute;
	top: 75px;
	left: 15px;
	padding: 5px;
}

#captcha-tool button {
	position: absolute;
	top: 130px;
	width: calc(50% - 23px);
	background: white;
	border: 0;
	color: black;
	padding: 10px;
}

#captcha-tool button[type="submit"] {
	left: 15px;
}

#captcha-tool button.cancle {
	right: 15px;
}

#captcha-tool button:hover {
	color: #000000;
}

#captcha-tool .captcha_error {
	position: absolute;
	top: 175px;
	color: red;
	width: calc(100% - 30px);
	left: 15px;
}

#captcha_token,
*[data-name="captcha_token"] {
	display: none;
}

.recatching .elementor-message {
	display: none !important;
}