control: (base, { isFocused }) => ({
      ...base,
      borderColor: isFocused ? '#676EB4' : base.borderColor,
      '&:hover': { borderColor: '#676EB4' },
      boxShadow: 'none'