.info-item {
    min-height: 207.5px;
}

.htmx-indicator {
    display: none;
}
  
.htmx-request .htmx-indicator {
    display: inherit;
}
  
.htmx-request.htmx-indicator {
    display: inherit;
}

.custom-error-message {
    color: red;
    margin-bottom: 10px;
}