.etranslate-CurrencyList {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    direction: ltr;
    position: relative;
}

.etranslate-language-float-link {
    border: 1px solid rgb(224, 226, 228);
    background-color: white;
}

.rectangle_flag:before {
    content: "\00a0";
}

.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-currency-selector-theme2{
    width: fit-content;
}

#etranslate-currency-selector-theme2 ul {
    margin: 0px;
    -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;
    scrollbar-width: thin;
}

.etranslate-flag-wrapper {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    font-size: 20px;
    margin-right: 3px;
}

.etranslate-currency-list-button {
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 8px 10px 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: max-height 0.2s, visibility 0.2s, opacity 0.2s;
    -moz-transition: max-height 0.2s, visibility 0.2s, opacity 0.2s;
    -ms-transition: max-height 0.2s, visibility 0.2s, opacity 0.2s;
    -o-transition: max-height 0.2s, visibility 0.2s, opacity 0.2s;
    transition: all 0.2s;
}

.etranslate-currency-list-button-centent {
    display: flex;
    align-items: center;
}

.etranslate-currency-selector-arrow {
    margin-left: 7px;
    display: block !important;
    width: 27px;
    height: 13px;
    transition: all 0.2s;
    position: relative;
    user-select: none;
    flex-shrink: 0;
}

.etranslate-currency-list-button:hover {
    opacity: 0.8
}

.etranslate-currency-list-dropdown {
    padding: 0px;
    overflow: auto;
    background: white;
    width: 208px;
    user-select: none;
    position: relative !important;
    z-index: 516;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    -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;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    display: block;
}

.etranslate-currency-list-dropdown::-webkit-scrollbar {
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
}

.etranslate-currency-list-dropdown::-webkit-scrollbar-thumb {
    background: rgba(18, 17, 39, 0.2);
    border-radius: 15px;
}

.etranslate-currency-list-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 15px;
}

.etranslate-currency-list-dropdown > li {
    margin: 0px !important;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
}

.etranslate-lo-select-dropdown-item {
    display: flex;
    align-items: center;
    -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;
}

.etranslate-currency-name {
    padding-top: 1px;
}

.etranslate-lo-select-dropdown-item:hover {
    /* color: rgba(27, 160, 227, 1); */
    opacity: 0.8
}

.lo-select-up {
    position: absolute;
    bottom: calc(100% + 5px) !important;
    top: inherit !important;
}

.lo-select-selection-item-top {
    border-bottom: 0px;
}

.lo-select-selection-item-bottom {
    border-top: 0px;
}

.rectangle_flag:before {
    content: "\00a0";
}

.flag-icon {
    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 !important;
    width: 1em;
}

.etranslate-selector-dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 10px;
    transition: all 0.2s;
}

.etranslate-selector-dropdown-item:hover {
    opacity: 0.7
}

.etranslate-currency-list-dropdown-box {
    position: absolute;
    top: calc(100% + 5px);
    border-radius: 12px;
    overflow: hidden;
    border-style: solid;
    border-color: rgba(224, 224, 224, 1);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    z-index: 99999999999;
}

.etranslate-currency-name{
    margin-right: 5px;
}