.htmx-indicator {
    opacity: 0;
    transition: opacity 200ms ease-in !important
}

.htmx-request .htmx-indicator {
    opacity: 1;
    transition: opacity 200ms ease-in 1s !important
}

.htmx-request.htmx-indicator {
    opacity: 1;
    transition: opacity 200ms ease-in 1s !important
}