@charset "UTF-8";

.recaptcha-privacy {
/*    position: absolute;
    bottom: 2px;
    z-index: 9999;*/
    font-size: xx-small;
    text-align: center;
    width: 100%;
/*    padding-top: 5px;
    padding-bottom: 0px;*/
}


.recaptcha-challenge{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 200px);
}

#challenge_loading_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

    #challenge_loading_overlay.is-active {
        display: flex;
    }

    #challenge_loading_overlay .loader {
        width: 4rem;
        height: 4rem;
        border-width: 6px;
    }
    

#diagmap_error {
    display: none;
}

#diagmap_button {
    display: none;
}
