.list {
    position: absolute;
    top: 110%;
    right: 0%;
    background: #ffffff30;
    color: #fff;
    transform-origin: top center;
    min-width: 40px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 5px;
}

/* single item */
.item {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.item img {
    object-fit: cover;
    width: 100%;
}

.item h3 {
    font-size: 1rem;
}

.image-container-single-menu-languge {
    margin-right: 0.5rem;
    max-width: 45px;
}

.item:first-of-type {
    margin-top: 10px;
}