.htmx-indicator{
    opacity:0;
    transition: opacity 500ms ease-in;
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}

@keyframes progress {
    from { width: var(--progress-from); }
    to { width: var(--progress-to); }
}