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

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

.apbct-trusted-text--div,
.apbct-trusted-text--label {
    text-align: center;
    width: 100%
}

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

.apbct-email-encoder {
    position: relative
}

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

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

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

.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;
    margin-bottom: 2pc
}

.apbct-trusted-text--label_left {
    text-align: left
}

.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
}