.bx-lang-btn {
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin: 0 9px 0 0;
    padding-right: 12px;
    vertical-align: top;
    border: 2px solid #d5dde1;
}

.bx-lang-btn-icon {
    display: block;
    height: 18px;
    position: relative;
    margin: 0 0 0 12px;
}

.bx-lang-btn:after {
    display: inline-block;
    margin-left: 7px;
    margin-top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #8ca0a9 transparent transparent transparent;
}

.bx-lang-help-btn {
    position: absolute;
    right: 1px;
    top: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    opacity: .35;
    transition: .2s;
}

.bx-lang-help-btn:hover {
    transition: none;
    opacity: .45;
}

.bx-lang-help-btn:active {
    transition: none;
    opacity: .55;
}

.bx-lang-popup-item {
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 8px;
}

.bx-lang-help-btn + table {
    padding-right: 12px;
}

.bx-lang-popup-item:hover {
    background-color: #f6f8f9;
}
