.light-mode *{
    color: white !important;
}



.light-mode input{
    border-bottom: 2px solid white !important;
}

.light-mode .user-info:before{
    color: white !important;
}


.language-selector-line{
    width: auto;
}
.language-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.language-list-item{
    margin-right: 1rem;
    text-align: center;
}
/*.tag_list_item .separator{*/
/*    margin-right: 1rem;*/
/*    margin-left: 1rem;*/
/*}*/
/*.tag_list_item:last-of-type .separator{*/
/*    display: none;*/
/*}*/
.language-list-item a{
    white-space: nowrap;
    text-transform: uppercase;
    color: #10069F !important;
    font-size: 14px;
}

.light-mode a{
    color: white !important;
}

.language-list-item a:hover{
    text-decoration: underline !important;
}

.language-list-item.current a{
    text-decoration: underline !important;
}