/***** [HTMX] *****/
.htmx-indicator {
  opacity: 0;
  display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: inline;
}