.btn-secondary {
color: rgb(190, 190, 190);
border:none;
background-color: white;
padding: 5px;
}
.btn-secondary:hover {
    color: rgb(190, 190, 190);
    background-color: white;
    border: none;
}
.btn-secondary:focus {
    color: rgb(190, 190, 190);
    background-color: white;
    border: none;
    box-shadow: none;
    }



  
.btn-secondary:active{
        border: none;
}
button:focus:not(:focus-visible){
    outline: none;
}

#language-selectorUI{
   
}
.dropdown-menu{
    min-width: 50px!important;
    width: 50px;
    padding: 0rem 0;
}
.LanguageSelector{
    width: fit-content;
    float: inline-end;
    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}
.navbarLang  {
    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    background: white;
    display: flex;
    padding: 1rem 2rem;
 
    align-content: center;
}




