.htmx-spinner {
    display: none;
}

.htmx-request .htmx-spinner {
    display: inline-block;
}

.htmx-request.htmx-spinner {
    display: inline-block;
}

.required::after {
  content: " *";
}
