/* AIMS additions to Bootstrap 5. Accessibility first: visible focus, a skip link, no colour-only meaning. */
:focus-visible { outline: 3px solid #0b5ed7; outline-offset: 2px; }
.skip-link:focus { position: fixed; top: .5rem; left: .5rem; z-index: 1080; padding: .5rem 1rem; background: #fff; border: 2px solid #0b5ed7; }
main:focus { outline: none; }
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator, .htmx-request.htmx-indicator { display: inline-block; }
.recovery-codes { columns: 2; font-size: 1.1rem; }
.table-sort-link { color: inherit; text-decoration: none; }
.table-sort-link:hover, .table-sort-link:focus { text-decoration: underline; }
#authenticator-qr img, #authenticator-qr canvas { margin: .5rem 0; }
.validation-summary-valid { display: none; }
