i get weird results sometimes with dropdown when using wpforms.. i just get rid of the arrows.. just set first option to select options for your case i.e select state and just apply this css to customizer.. you might have a css conflict somewhere.. or maybe if you are using cache plugin just disable any and check.
Below should give you your box correctly
.selection-box::before, .selection-box::after {
display: none;
}