.fontHeader {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.fontHeader:active {
    background-color: #f8f9fa !important;
}

#language-selector{
    border: none !important;
    background-color: transparent !important;
    padding: 0.5rem !important;
    color: white;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif !important;
    margin-left: -5px !important;
    max-width: 55px !important;
    width: 55px !important;
}

.new_header-scrolled #language-selector{
    color:black !important;
}

#language-selector option{
    font-family: "Poppins", sans-serif !important;
    border: none !important;
}

#language-selector option:hover{
    background-color: rgb(248,249,250) !important;
}

#language-selector:focus-visible{
    border: none !important;
    outline: none !important;
}

@media (max-width: 1360px) {
#autocomplete_navbar{
    max-width: 400px !important;
}
}


