#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;
}
.comment-form-cookies-consent {
  width: 100%;
  overflow: hidden;
}
.apbct-tooltip {
  display: none;
  position: inherit;
  margin-top: 5px;
  left: 5px;
  background: #d3d3d3;
  border-radius: 5px;
  opacity: 0.9;
}
.apbct-tooltip--text {
  position: sticky;
  background: #d3d3d3;
  padding: 10px;
  border-radius: 5px;
  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: 0.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;
  animation: apbctIframePreloaderRotate 1s linear infinite;
}
.apbct-iframe-preloader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: apbctIframePreloaderPrixClipFix 2s linear infinite;
}
.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://memberup.com/wp-content/plugins/cleantalk-spam-protect/css/images/checking_email.gif);
}
.apbct-check_email_exist-block {
  position: fixed;
  display: block;
}
.apbct-check_email_exist-good_email {
  background-image: url(https://memberup.com/wp-content/plugins/cleantalk-spam-protect/css/images/good_email.svg);
}
.apbct-check_email_exist-bad_email {
  background-image: url(https://memberup.com/wp-content/plugins/cleantalk-spam-protect/css/images/bad_email.svg);
}
.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;
}
