/**
 * @Author: Lukas Prokop
 * @Date:   2023-09-06 14:56:04
 * @Last Modified by:   Lukas Prokop
 * @Last Modified time: 2024-01-30 15:20:18
 */

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

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

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