.ble_container {
    width: 5%;
    padding: 10px;
    background-color: #eaeef1;
    position: fixed;
    z-index: 999;
    border: 5px solid #f7a817;
    border-radius: 25px;
}

.ble_content img {
    width: 100%;
    padding: 5px;
    transition: all .2s linear;
}

.ble_content img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lang-item a img {
    width: 50px !important;
    height: 50px !important;
    vertical-align: baseline;
}

.current-lang {
    border-bottom: 3px solid #1e293b;
}

.lang_selector_jai li {
    list-style-type: none !important;
}

.lang_selector_jai {
    position: absolute;
    top: 1%;
    z-index: 99999;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
