.htmx-indicator2 {
    opacity: 0;
    transition: opacity .2s ease;
}

.htmx-request .htmx-indicator2 {
    opacity: 1;
}