Hello,
Currently your top bar is in the black color and the text inside it, is in light gray and your country switcher drop down contains light gray text and white background.
Screenshot for clarification: https://jmp.sh/7o2vOjQ
I suggest you set the background of first option of your country switcher in white color so that selected value will be visible.
You can try the below CSS code in global custom CSS area under theme settings >> custom CSS:
.wc-price-based-country select{
background:white;
}
Result: https://jmp.sh/W9MDqUj
Best Regards.