.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}

.custom-form-error {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #f1416c;
  }

.dz-progress {
    display: none !important;
};