* {
    scroll-behavior: smooth;
    scroll-margin: 35px;
    scrollbar-color: #1f9c41 darkgreen;
    scrollbar-width: thin;
}

.htmx-indicator {
    display: none;
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
    display: flex !important;
    opacity: 1;
}

.htmx-indicator.htmx-request {
    display: flex !important;
    opacity: 1;
}

.htmx-request {
    opacity: 0.7;
    pointer-events: none;
}
