/* Submit button busy state (see form-progress.js). Blocks further interaction without using
   the disabled attribute, so the button is still included in the POST body. */
.es-busy {
    pointer-events: none;
    opacity: 0.65;
    cursor: progress;
}
.es-busy .spinner-border {
    vertical-align: -0.125em;
}
