/* HTMX Indicator States */
.htmx-indicator {
    display: none !important;
}

.htmx-request .htmx-indicator {
    display: flex !important;
}

.htmx-request.htmx-indicator {
    display: flex !important;
}
