.flag-icon {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    line-height: normal;
    margin-top: 3px;
    height: 32px;
}
.select2-container--default .select2-selection--single {
    height: 46px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.select2-selection.select2-selection--single .select2-selection__rendered span {
    display: flex !important;
    margin: 0 !important;
    gap: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border: 1px solid #000 !important;
    height: 36px;
}
.select2-results__option--selectable {
    font-size: 13px !important;
}