.htmx-request .indicator-show-inline-block{
    display: inline-block !important;
}

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

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

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