
.select2-container--default .select2-selection--single {
    background-color: #ffffff; /* Change the background color */
    font-size: 14px; /* Change the font size */
    border: 1px solid #ccc; /* Match the border with the country field */
    border-radius: 4px; /* Match the border-radius */
    height: 38px; /* Match the height */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px; /* Center the text vertically */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px; /* Center the arrow vertically */
}
