.loader {
    display: none;
}

.htmx-request .loader {
    display: flex;
}

.htmx-request .loader-hide {
    display: none;
}

.htmx-request.loader {
    display: flex;
}

.validation-summary-errors ul {
    list-style: disc;
    padding-left: 2rem;
}

/* Mask sits between the content and the spinner */

.loading-mask {
    z-index: 10;
    opacity: 0;
}

.htmx-request .loading-mask {
    opacity: 1;
}

/* Force spinner to be visible during htmx request */

.htmx-request [id^="spinner-"] {
    opacity: 1 !important;
}

.button-highlight-white {
    color: white;
}

button:hover .button-highlight-white {
    color: #393939;
}