.language {
    width: 117px;
    height: 44px;
    background: linear-gradient(107deg, rgba(72, 21, 255, 0.3) 0%, rgba(61, 139, 255, 0.3) 100%);
    border-radius: 90px 90px 90px 90px;
    display: inline;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 10px 5px 10px 10px;
    cursor: pointer;

}

.language .flag {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-right: 5px;
}

.language .down {
    width: 16px;
    height: 16px;
    border-radius: 16px;
}