/* Custom Spinner Styles */
.gform_ajax_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    margin-left: -64px;
    margin-top: -64px;
}
    
.gform_ajax_spinner_text {
    opacity: 1;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 175px;
    margin-left: -75px;
    margin-top: 64px;
}
    
.gform-overlay-spinner {
    background-color: gray;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.js-counter {
    position: absolute;
    font-size: 30px;
    color: white;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    font-family: monospace;
    margin-top: -24px;
}
