.captcha-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--captcha-overlay-bg, rgba(255, 255, 255, 0));z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center}.captcha-overlay_loading button{pointer-events:none;opacity:.5}.captcha-overlay_loading::after{content:"";position:absolute;left:50%;top:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;border:5px solid var(--captcha-overlay-loading-color, #CCC);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:block;animation:spin 1s linear infinite}.captcha-overlay input[type=checkbox]{display:initial}.captcha-overlay altcha-widget{width:100%}.captcha-overlay .altcha{width:100%;max-width:304px;margin:15px auto 0 auto}.captcha-overlay .altcha-label{margin-bottom:0}@keyframes spin{100%{transform:rotate(360deg)}}.captcha-overlay-target{min-height:140px}.captcha-overlay-target>*:not(.captcha-overlay){visibility:var(--captcha-overlay-target-visibility, hidden)}.captcha-overlay-cancel{width:100%;max-width:304px;margin:15px auto 0 auto}
