
#honeypot-field-url, .um-form input[type=text].apbct_special_field, .wc_apbct_email_id, input[class*=apbct].apbct_special_field, label[id*=apbct_label_id].apbct_special_field {
	display: none !important;
}

.apbct-tooltip, .apbct-tooltip--text {
	border-radius: 5px;
	background: #d3d3d3;
}

.comment-form-cookies-consent {
	width: 100%;
	overflow: hidden;
}

.apbct-tooltip {
	display: none;
	position: inherit;
	margin-top: 5px;
	left: 5px;
	opacity: .9;
}

.apbct-tooltip--text {
	position: sticky;
	padding: 10px;
	width: max-content;
}

.apbct-tooltip--arrow {
	position: absolute;
	background: #d3d3d3;
	width: 10px;
	height: 10px;
	top: -5px;
	left: 10px;
	transform: rotate(135deg);
}

.apbct-trusted-text--div {
	font-size: small !important;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 2pc;
}

.apbct-trusted-text--center {
	font-size: small !important;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 2pc;
}

.apbct-trusted-text--label {
	font-size: small !important;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 5px 0;
}

.apbct-trusted-text--label_left {
	font-size: small !important;
	display: inline-block;
	text-align: left;
	padding: 5px 0;
}

.apbct-trusted-text--span {
	display: inline-block;
}

.apbct-popup-fade:before {
	content: "";
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 9999;
}

.apbct-popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	width: 360px;
	margin-left: -200px;
	background: #fff;
	border: 1px solid;
	border-radius: 4px;
	z-index: 99999;
	opacity: 1;
}

.apbct-iframe-preloader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	left: calc(50% - 27px);
	top: calc(50% - 27px);
	animation: apbctIframePreloaderRotate 1s linear infinite;
}

.apbct-iframe-preloader-spin {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 6px solid #fff;
	animation: apbctIframePreloaderPrixClipFix 2s linear infinite;
}

.apbct-iframe-preloader-text {
	color: #fff;
	background: #000;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 60%;
}

.comments-area .comment-list article .comment-author {
	overflow: visible !important;
}

@keyframes apbctIframePreloaderRotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes apbctIframePreloaderPrixClipFix {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
	}
	
	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
	}
	
	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
	}
	
	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	}
	
	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
	}
}

.apbct-check_email_exist-bad_email, .apbct-check_email_exist-good_email, .apbct-check_email_exist-load {
	z-index: 9999;
	margin: 0 6px;
	transition: none !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	cursor: pointer;
}

.apbct-check_email_exist-load {
	background-size: contain;
	background-image: url("https://cdn-eoohl.nitrocdn.com/ERolMdbNBGLvJDlrnDTchagnhBjPhveQ/assets/images/optimized/rev-a89ed93/steeldoor.org/wp-content/plugins/cleantalk-spam-protect/css/images/checking_email.gif");
}

.apbct-check_email_exist-load.nitro-lazy {
	background-image: none !important;
}

.apbct-check_email_exist-block {
	position: fixed;
	display: block;
}

.apbct-check_email_exist-good_email {
	background-image: url("https://cdn-eoohl.nitrocdn.com/ERolMdbNBGLvJDlrnDTchagnhBjPhveQ/assets/images/optimized/rev-a89ed93/steeldoor.org/wp-content/plugins/cleantalk-spam-protect/css/images/good_email.svg");
}

.apbct-check_email_exist-good_email.nitro-lazy {
	background-image: none !important;
}

.apbct-check_email_exist-bad_email {
	background-image: url("https://cdn-eoohl.nitrocdn.com/ERolMdbNBGLvJDlrnDTchagnhBjPhveQ/assets/images/optimized/rev-a89ed93/steeldoor.org/wp-content/plugins/cleantalk-spam-protect/css/images/bad_email.svg");
}

.apbct-check_email_exist-bad_email.nitro-lazy {
	background-image: none !important;
}

.apbct-check_email_exist-popup_description {
	display: none;
	position: fixed;
	padding: 2px;
	border: 1px solid #e5e8ed;
	border-radius: 16px 16px 0;
	background: #fff;
	background-position-x: right;
	font-size: 14px;
	text-align: center;
	transition: all 1s ease-out;
}

@media screen and (max-width:782px) {
	.apbct-check_email_exist-popup_description {
		width: 100%;
	}
}

.ct-encoded-form {
	display: none;
}

.ct-encoded-form-loader {
	display: block;
	width: 48px;
	height: 48px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	animation: ct-encoded-form-loader-spin 1s linear infinite;
	margin: auto;
}

@keyframes ct-encoded-form-loader-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.ct-encoded-form-forbidden {
	display: block;
	border: 1px solid red;
	padding: 10px;
	background: #fdd;
	color: red;
	font-weight: 700;
}
