/*

*/


div#block-bootstrap4-advancedlanguageselectorblock select {
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: normal;
    font-style: normal;
}


.dropdown-menu {
    background: #ffffff !important;
}


.dropdown-menu a {
    color: #131D68;
    font-family: 'Rubik';
    font-weight: 500;
}

.dropdown-menu a:hover {
    color: #1BDEDE;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #141d68 !important;
}

