.title-link a {
    color:black;
}

.title-link a:hover {
    color:#798afe;
}

[data-bs-theme=dark] .title-link a {
    color:white;
} 

[data-bs-theme=dark] .title-link a:hover {
    color:#798afe;
} 

.htmx-indicator{
    opacity:0;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1
}
.htmx-request.htmx-indicator{
    opacity:1
}

.search-dropdown-mobile {
    margin-left: -4.5px;
    margin-top: 50px !important;
}