.language-select{
    /*background: linear-gradient(270deg, rgba(50, 200, 250, 1) 0%, rgba(88, 125, 228, 1) 100%);*/
    /*color: white;*/
    background: transparent;
    border: none;
    padding: 5px;
    border-radius: 10px;
    outline: none;

}

.language-select:focus-within {
    outline: none;
}