.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

/* Full screen throbber */
.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1000;
    top: 0;
    /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
    left: 0; /* LTR */
    width: 100%;
    height: 100%;
    padding: 4px;
    opacity: 0.5;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(//oaaa.org/wp-content/themes/oaaa-theme-2022/assets/img/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}

#luma-contact-3 .vfb-item-checkbox .vfb-desc,
#luma-contact-3 .vfb-item-secret .vfb-desc,
#luma-contact-3 .vfb-fieldset.verification #vfb-15,
#luma-contact-3 .vfb-fieldset.verification .vfb-legend,
#get-content-popup .vfb-item-checkbox .vfb-desc,
#get-content-popup .vfb-fieldset.verification .vfb-legend,
#get-content-popup .vfb-fieldset.verification #vfb-9 {
    display: none !important;
}