.custom_width {
    display: flex;
    width: 69px;
    max-width: 142px;
    margin: 0 auto;
    z-index: 10;
    height: 30px;
}

@media (min-width: 768px) {
    .custom_width {
        width: 17vw;
    }
}



#lng_dropdown {
    display: none;
    position: absolute;
    top: 72px;
    right: 0px;
    width: fit-content;
}

#arrow_lng {
    rotate: 0deg;
}

.rotate_lng {
    rotate: 180deg !important;
}


.show {
    display: block !important;
}

.flagText {
    gap: 8px;
}

.langouterdiv {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.langLink {
    width: fit-content;
}

.displayedlangImgArrow {
    height: fit-content;
    display: flex;
    align-items: center;
}