.currency-menu #languageSelect {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--black-color2);
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    padding-right: 50px;
    margin-right: 20px;
    border-right: 1px solid var(--body-color);
    height: 16px;
}

#languageSelect {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}