.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: inline-block;
}
.htmx-request #candidates-table {
    opacity: 0.5;
    transition: opacity 200ms;
}
