html {
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block !important;
        margin-top: 0;
    }
}

#localePicker.dropdown-toggle::after {
    display: none !important;
    content: none !important;
}
