.flag-container {
    width: 114.3px;
    height: 44px;
    display: flex;
    float: right;
}

.flag-container select {
    -webkit-appearance: listbox;
}

.flag-container select {
    width: auto;
    height: auto;
    line-height: 40px;
    color: #848484;
    font-size:15px;
    padding: 5px 0px;
    margin-left: 0px;
    border-color: transparent;
}

.flag-container img {
    width: 44px;
    height: 44px;
}