.etranslate-LanguageList-link {
    position: absolute;
    z-index: 999;
    font-size: 14px;
    direction: ltr;
}

.etranslate-language-float-link {
    border: 1px solid rgb(224, 226, 228);
    background-color: white;
}

.etranslate-language-list-link {
    list-style: none;
    overflow: auto;
    background: white;
    user-select: none;
    z-index: 516;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    transition: max-height 0.3s, visibility 0.2s, opacity 0.2s;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    display: block;
    border: 1px solid rgba(224, 224, 224, 1);
}

.select-dropdown-flag-icon-link {
    font-size: 20px;
    box-sizing: content-box;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.select-dropdown-flag-icon-link:before {
    content: "\00a0";
}

.etranslate-language-float-link ul {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 1rem;
    padding: 5px 4px 5px 4px;
    -webkit-transition: max-height 0.3s, visibility 0.2s, opacity 0.2s;
    -moz-transition: max-height 0.3s, visibility 0.2s, opacity 0.2s;
    -ms-transition: max-height 0.3s, visibility 0.2s, opacity 0.2s;
    -o-transition: max-height 0.3s, visibility 0.2s, opacity 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}


.etranslate-link-content {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    white-space: normal;
}

.etranslate-link-content:hover {
    /* color: rgba(27, 160, 227, 1); */
    opacity: 0.7
}


.etranslate-language-arrow {
    width: 0.5em;
    height: 0.5em;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.etranslate-language-float-link-code {
    margin-left: 5px;
}

.etranslate-link-content {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
}

.rectangle_flag:before {
    content: "\00a0";
}

.flag-icon-link {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    border-radius: 4px;
}

.circle_flag {
    border-radius: 50%;
    box-sizing: content-box;
    border: solid 1px #e6e3e3;
    width: 1em;
}

.etranslate-flag-wrapper-link {
    display: flex;
    align-items: center;
    height: 28px;
    margin-right: 3px;
}

.etranslate-link-diver {
    width: 0px;
    height: 14px;

    opacity: 0.1;
    border-left: 2px solid #121127
}